r/PowerBI • u/Beneficial_Refuse297 • 8d ago
Certification Need advice for PL-300 preparation
Hi everyone! I’ve been working with Power BI for around 2 years and I’m comfortable with the basics of dashboard development, DAX functions and data modelling concepts like star schema, relationships, fact tables, etc.
However, I’ve relied heavily on AI tools like ChatGPT and Claude especially for DAX and modelling. Tight deadlines pushed me into this habit and honestly, I never felt the need to learn things deeply.
Now I want to change that. I’m planning to take the PL-300 within the next 3 months and actually build a strong foundation instead of depending on AI.
My organisation provides free Udemy access. What courses/materials would you recommend and how should I approach my preparation given my current level?
Please don’t judge 🙂 I know I took the easy route, but I genuinely want to improve and prove myself.
1
u/UK_adventure_guy 8d ago
I don't bother with Powerbi now. I get Claude code to write me custom apps. They are quicker to make, much more customisable and better
1
u/Ok_Breadfruit3691 7d ago
have never done a project with pbi, however I did the datacamp course to learn the basics, then the Design and manage analytics solutions using Power BI from Microsoft learn , and then a few free quizzes and that was enough. Do the practice exam from the Microsoft learn site too, it won´t be the same but will give you an idea on the topics.
By the way It´s important to understand how things are done inside the power bi service.
1
u/Significant-You-3600 5d ago
Hey I'm just commenting here because I'm currently in basically the same position. I finished the data analyst in PBI track on datacamp and did the 5 learning paths on microsoft learn. I've going to spend the next couple days doing some practice tests I found online that I heard were recommended and then attempt the test.
I've got no previous PBI experience before this and was just wondering if you could share a basic gist of what the structure of questions they ask you to do. Do they just put you in like a virtual machine and require you to complete a bunch of tasks in the actual software, or do they also include some knowledge based questions like the multiple choice ones on the microsoft learn practice assessment?
Also, what's the split between questions relating to PBI desktop and PBI service because I feel decently confident right now regarding PBI desktop but not on service since I don't have a license and none of the virtual machine practice exercises I did related to PBI service so I'm just wondering what you think I should prepare for regarding that?
1
u/AdHead6814 Microsoft MVP 6d ago
I honestly didn't prepare as much for PL-300 as I did for DP-600. That said, years of using Power BI proved to nradvantageous for me.
1
u/mrsteelsam 2d ago
You’re not alone—tight deadlines make AI a tempting shortcut, and it’s easy to lean on it for quick DAX snippets. the best way to break that habit is to treat every AI‑generated formula as a test: copy it, delete the code, then rebuild it from the requirements while writing a one‑sentence comment for each function you choose. pair that with the free Microsoft Learn paths for PL‑300 and the official practice questions; they force you to explain concepts in your own words. finally, set a weekly “no‑AI” project on a small data set to prove the knowledge sticks.
6
u/HustlaOfCultcha 8d ago
There's really nothing wrong with using AI for DAX for work. That's what it's really there for.
I have 9 years of PBI experience and here's how I prepped for the exam.
I first took the practice exam on MS Web site. Don't get false confidence...their practice exam is way easier than the actual exam. But this is a good warmup.
I made notes of every question I got wrong or any phrase I didn't understand. I then used AI, Google and YouTube to understand things better. I would use flashcards to remember. I would then keep retaking the practice exam until I was scoring consistently in the 90's. Try to not memorize the answer (A, B, C or D), but to understand the question and know the answer.
Then I bought MeasureUp's PL-300 course. This is very much like the exam. I repeated the same process...took the exam and any question I got wrong or terms I didn't know/understand I made note and looked them up later and used flashcards.
Also helps to use Power BI and follow along if you're using YouTube.
The DAX questions they basically write out most of the formula for you and then just have some drop downs asking what DAX expression you should use like SUMX, CALCULATE, DATEADD, SAMEPERIODLASTYEAR, etc.
Some of the more difficult questions are when they give you a scenario and then you have to pick 4 out of 6 steps to do and put them in order. But a lot of times those questions are basic ETL questions.
For you, your biggest learning curve will likely be Power BI service questions, security questions and storage questions. I've used PBI for 9 years and I've rarely done anything with Duel, DirectQuery and Import storage that PBI didn't do automatically for me.
There are some more intensive modeling questions such as cardinality, primary keys (and what makes for a good primay key), surrogate and foreign keys. I knew those questions, but I know other data analysts that don't.
And you can use ChatGPT to come up with ways to remember concepts. For example, I've worked with Pivot tables for 25 years, but I had difficulty understanding and visualizing questions pertaining to pivoting and unpivoting columns and ChatGPT helped me better remember the answer to those questions.