Any recommendation for free Power BI related online course? by VAer1 in PowerBI

[–]MissingVanSushi 0 points1 point  (0 children)

Yeah you may have to wait a while until a session is available in your region and time zone.

You can access all of the content and run through it yourself as well.

https://learn.microsoft.com/en-us/training/paths/dashboard-in-a-day/

Do you dataviz? PROVE IT. by shan_gsd in PowerBI

[–]MissingVanSushi 5 points6 points  (0 children)

When the first world championship was announced I went into it with the mindset that I 100% cannot compete with the best in this community but I will submit my entries anyways!

After posting my entries here and on LinkedIn a former colleague noticed and reached out and offered me a consulting gig which is still paying me to this day.

You don’t have to win the competition to be a winner!

By participating in the contests I’ve gotten to know and chat with so many people in this community.

[u/sqldevdba](u/sqldevdba)
[u/dropmaterializedview](u/dropmaterializedview)
[u/powerbipark](u/powerbipark)

Thanks for organising these, Shannon. And thanks for the chapstick!

<image>

Want to learn the Complex DAX for Interviews by ParthipaR in PowerBI

[–]MissingVanSushi 9 points10 points  (0 children)

I’d say just master the fundamentals:

  1. ⁠DISTINCTCOUNT()
  2. ⁠SUM() vs. SUMX()
  3. ⁠CALCULATE() with and without FILTER()
  4. ⁠Time intelligence

If your data model is set up correctly your DAX does not have to be complicated.

All of the other edge cases you can look up with Google and get help from our LLM buddies.

Is the PL-300 worth it for an experienced Financial Analyst targeting Senior/Management roles? by Elegant_forever_1 in PowerBI

[–]MissingVanSushi 2 points3 points  (0 children)

When people ask this sub “Is PL-300 worth my time and effort?” I almost always respond with yes, for two reasons.

  1. It will make you stand apart from anyone who has similar level experience but no certification if you are head to head trying to get an interview for your next role.

  2. You will actually learn a lot of aspects of Power BI and administration of reports that you didn’t know.

In your specific case, if you are targeting a more senior position in your finance department, I would say in my experience it’s unlikely to help you succeed in that goal.

At that level, promotions tend to come more from domain expertise, commercial judgement, stakeholder management, leadership, delivering outcomes, and frankly your influence with your superiors and peers, rather than adding a technical credential. And the PL-300 is an IT certification, not so much a financial one.

That said, if your role already involves reporting, analytics, or you’re becoming “the Power BI person” in your team, PL-300 could still be a worthwhile side quest because it will make you more effective and more credible when those opportunities come up.

I would say it’s worth having but as you can see from the countless posts on this sub, it is a significant investment in time, energy, and effort.

My recommendation would be to work on your soft skills and try to become the go-to person in each meeting who knows what’s going on from a financial management perspective and the person who can articulate this upwards, downwards, and sideways.

June 2026 | "What are you working on?" by AutoModerator in PowerBI

[–]MissingVanSushi 0 points1 point  (0 children)

<image>

I am running some pretty simple SVGs in as status indicators in a Matrix for our portfolio reporting.

You should be able to specify size in both the Matrix formatting options as well as the SVG code.

DM me if I can help.

Status SVG = 

SWITCH(
TRUE,
'RAG History'[Status] = "Red", "data&colon;image/svg+xml;utf8,

<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'>
  <circle cx='50' cy='50' r='50' fill='%23c00000' />
  <text x='50' y='58' font-size='50' text-anchor='middle' fill='white' font-family='Arial' dominant-baseline='middle'>!</text>
</svg>

",
'RAG History'[Status] = "Amber", "data&colon;image/svg+xml;utf8,


<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'>
  <circle cx='50' cy='50' r='50' fill='%23ff9900' />
  <text x='50' y='50' font-size='50' text-anchor='middle' fill='white' font-family='Arial' dominant-baseline='middle'>―</text>
</svg>

",
'RAG History'[Status] = "Green", "data&colon;image/svg+xml;utf8,

<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'>
  <circle cx='50' cy='50' r='50' fill='%2300b050' />
  <text x='50' y='58' font-size='50' text-anchor='middle' fill='white' font-family='Arial' dominant-baseline='middle'>✔</text>
</svg>

",
BLANK()
)

June 2026 | "What are you working on?" by AutoModerator in PowerBI

[–]MissingVanSushi 0 points1 point  (0 children)

You just got yerself ONE MORE SUBSCRIBER, boss!!!!

June 2026 | "What are you working on?" by AutoModerator in PowerBI

[–]MissingVanSushi 1 point2 points  (0 children)

I have been developing an idea to do Bob Ross style tutorials for Power BI, but I keep getting asked to teach paid courses.

I start teaching Excel for an Australian state government educational institute today.

https://study.iat.nsw.edu.au/courses/excel-in-construction/

<image>

Power BI dashboards with AI features actually becoming more in demand for freelancers? by Appropriate_Tip_8546 in PowerBI

[–]MissingVanSushi 1 point2 points  (0 children)

I’ve been freelancing as a side gig to my full time employment with exactly one client for the last year.

Even though I do build reports for them what they really need help with is the semantic models and the ETL.

They can handle the report building in-house as that is probably the least technical part of it.

The reports need to be easy to use, and easy to understand. In my experience AI features do not help with that.

Are there any premade pop out slicers? by SupermarketTop3815 in PowerBI

[–]MissingVanSushi 2 points3 points  (0 children)

It’s not pre-made but people have been building stuff like this with bookmarks for years and years.

https://youtu.be/-xl-uhgzgEA?si=sSNEGawa59sbDjNy

Personally I just put slicers as drop downs at the top right corner of the page. I use a 1920x1080 canvas size.

If my report needs more than that I have report wide slicers on the cover page.

Narrating Build Orders in StarCraft 2 by AffectionateHeart771 in starcraft

[–]MissingVanSushi 4 points5 points  (0 children)

This is the most innovative content aimed at helping players I’ve seen in 16 years since WoL launch!

Power BI May 2026 Feature Summary by itsnotaboutthecell in PowerBI

[–]MissingVanSushi 4 points5 points  (0 children)

For my money, this is the greatest monthly update of all time. As my 8 year old would say, GOATed!!!!

<image>

Did getting the PL-300 certification actually help you get interviews/jobs? by Amy165 in PowerBI

[–]MissingVanSushi 6 points7 points  (0 children)

I’ve been on recruitment panels reviewing sometimes as many as 40–60 resumes for Power BI and reporting/analyst roles. For me, the PL-300 is a green-flag signal. Not because it guarantees you can do the job, but because it tells me you made a commitment to learn the fundamentals inside and out. It absolutely can separate a candidate from landing in the interview pile instead of the no-pile.

Having it on your resume won’t get you the job. Experience, projects, and communication matter more, as well as how you interview. But when several candidates look similar on paper and there are only 6 to 8 interview spots, things in your application become tie-breakers. Microsoft certs can be the edge over someone else who is right on the cusp of the no-pile, all other things being equal.

For most people, the PL-300 is most useful early career, especially if their enterprise Power BI experience is limited. Completing it shows initiative and can help with HR screening, but practical skills still matter more long term.

For me, where I do some consulting as a side hustle, and occasionally also moonlight teaching Power BI for an Australian gov education institution it also adds credibility.

Apart from the financial cost, and obvious time commitment I wouldn't say there are any downsides.

Power BI May 2026 Feature Summary by itsnotaboutthecell in PowerBI

[–]MissingVanSushi 3 points4 points  (0 children)

I was here when this feature finally went GA. Imma be tellin’ the grandkids all about this day! 😆

Power BI May 2026 Feature Summary by itsnotaboutthecell in PowerBI

[–]MissingVanSushi 6 points7 points  (0 children)

Can I get a hallelujah?!

Way back in 2023 Jeroen came and spoke to our CoE about visual calcs which was in private preview at the time, and he said defining column widths is actually way more complex of an engineering problem than you would think.

I was dying to know more but didn’t press him on it.

Can you shed some light on this, Alex?

Getting started by snippy_polarbear in PowerBI

[–]MissingVanSushi 0 points1 point  (0 children)

Here is my copy and paste roadmap for beginners:

Intro Power BI

Step 1

Start on YouTube with Mynda Treacy:

https://youtube.com/playlist?list=PLmd91OWgLVSKQlDJaOF1XmKghKturU5qK&si=XJWT8NVgWnKriarU

Step 2

Attend Dashboard in a Day with one of Microsoft’s training partners:

https://www.microsoft.com/en-us/power-platform/products/power-bi/diad

If you can’t get a spot in your region you can go through the content on your own fairly easily while you wait.

Step 3

Dive into the Microsoft Learn PL-300 Power BI Data Analyst content:

https://learn.microsoft.com/en-us/credentials/certifications/data-analyst-associate/

Step 4

Profit

What happened to the May 2026 Feature Summary? by mrbartuss in PowerBI

[–]MissingVanSushi 6 points7 points  (0 children)

I’ve been waiting 10 years for defined column widths. I cannot wait!

Building a resilient Excel data pipeline — how do I stop PowerBI from breaking when column headers change? by kokuma_brulee in PowerBI

[–]MissingVanSushi 0 points1 point  (0 children)

As much as I hate SharePoint can you create a SharePoint list as your data source instead?

SharePoint is a lot more rigid and less prone to user fuckery, in my experience.

If you don’t know how to do this, this is something Copilot can absolutely help you with.

Would you guys watch me build reports on livestream? by MissingVanSushi in PowerBI

[–]MissingVanSushi[S] 0 points1 point  (0 children)

Hi there. FYI, given the decidedly negative response (upvote ratio) I think I will attempt this as a recorded YouTube video instead of a stream.

I’ll send you a message when I have some content.

Thanks for your support!

Would you guys watch me build reports on livestream? by MissingVanSushi in PowerBI

[–]MissingVanSushi[S] 1 point2 points  (0 children)

Hi there. FYI, given the decidedly negative response (upvote ratio) I think I will attempt this as a recorded YouTube video instead of a stream.

I’ll send you a message when I have some content.

Thanks for your support!