u/Every_Start6854

▲ 0 r/data

18 months in and I still feel like I'm one Slack message away from being exposed as a fraud. Does this go away?

"I got my first analyst role straight out of undergrad and started a part time masters at the same time. On paper I'm doing fine. Good performance reviews, my manager has me leading two projects now, decent grades in school.

But every single morning I open Slack and brace for the message that says ""we've reviewed your work and there's a problem."" When I get pulled into a meeting with no agenda I assume it's about me. When senior people on my team ask me a question I rehearse my answer 4 times in my head before speaking.

I don't think I'm bad at my job. I can defend my work and my logic when challenged. But there's this gap between what people see and what I feel and it's exhausting to maintain.

Talked to a friend who's been an analyst for 6 years and she said it doesn't really go away, you just get better at noticing when it's the anxiety talking vs. an actual signal. Is that the consensus or is she just being nice to me?

Posting this on a throwaway-feeling kind of morning. Coffee hasn't kicked in yet."

reddit.com
u/Every_Start6854 — 10 days ago

Underrated analyst skill nobody talks about: writing actually good metric definitions

I've been thinking about this all week and I want to write it down somewhere.

The biggest unlock in my first year as an analyst wasn't a SQL technique or a tool. It was learning to write metric definitions that hold up under pressure.

By "hold up under pressure" I mean: a definition where if marketing, finance, and product all read it independently, they arrive at the same SQL query. That's it. That's the bar.

Most definitions in the wild fail this. "Active user" without a time window. "Revenue" without saying gross vs net. "Customer" without saying account vs contact. These ambiguities are why three dashboards show three different numbers for the same thing.

A definition that actually works has:

- The time window built in

- The exclusion rules listed (excludes internal accounts, excludes refunds, etc.)

- The grain (per user? per account? per session?)

- A worked example with real numbers

It takes 20 minutes to write one of these properly and saves you weeks of arguments downstream. But nobody teaches it. My program doesn't, my onboarding didn't, and most of the senior people I work with don't write them down either, they just keep them in their head which makes them the bottleneck.

Anyway. Writing good definitions is a skill. Probably more important than learning another viz library. Fight me.

reddit.com
u/Every_Start6854 — 10 days ago

How do you deal with stakeholders who change KPI definitions every two weeks?

Junior analyst, struggling. Looking for tactical advice not just sympathy (though sympathy welcome too).

Situation: our marketing team has redefined what counts as a "qualified lead" four times in the last quarter. Each redefinition means I have to rewrite the dashboard, backfill the new definition into historical data so trends still make sense, and explain to other teams why last month's number changed.

The kicker is they don't see this as a big deal. To them it's "just an update." To me it's three days of rework and a credibility hit because now finance thinks my numbers are unreliable.

I've tried:

- Asking them to write down the definition before I build (works once, then they change it anyway)

- Versioning the metric (qualified_lead_v2, v3) which my manager hates because it confuses non-technical people

- Pushing back and asking why the change is needed (usually shut down with "the business just needs this")

How do more experienced folks handle this? Is this just the job? Am I supposed to be the one owning the definition? My manager says I should "partner with them better" which I think means I'm doing it wrong but she won't tell me how.

reddit.com
u/Every_Start6854 — 10 days ago

Things my data analytics program never taught me but my first job did in 6 months

I'm doing a masters in analytics part time while working as a junior analyst. The contrast between what we cover in class and what actually happens at work is wild. Sharing in case it helps anyone who's in school right now.

What I learned at work that wasn't in the curriculum:

  1. Most of analytics is figuring out which version of "the truth" your stakeholders are asking about. Same metric, three definitions, three teams arguing about it.

  2. Documenting your queries is more valuable than optimizing them. Future-you (or the new hire) will not remember why you did that weird CASE statement.

  3. The first answer is almost never the answer. There's always a follow up question and you should anticipate it before sending the first chart.

  4. "Self-serve" dashboards are a lie until proven otherwise. People will still slack you.

  5. Excel is not the enemy. Sometimes the stakeholder needs an Excel file and that's fine.

  6. Your job is partly translation. Business people don't want SQL, they want a sentence that helps them decide.

Curious what others would add. Also curious if anyone's program actually does cover this stuff because mine sure doesn't.

reddit.com
u/Every_Start6854 — 10 days ago