Categories: Power BI

Updates to the Power BI course

Recently I published an open-source course/workshop to learn Power BI Desktop. Fellow MVP Dan English (blog | twitter) gave me the excellent feedback that IMDB actually doesn’t like people scraping their website for data. Furthermore, the OMDB API appears to have fallen almost out of funds and is thus not as reliable as I thought. Refreshing the queries takes an incredibly long time (previously around 2 minutes, but now I cancelled after 10 minutes), which makes the .pbix unworkable for teaching Power Query.

So I have changed the source data: I made a list of movies available in an Excel file and extra movie in a tab delimited file.
Instead of writing a function in Power Query, the exercise now focuses more on merging queries (which is perhaps a better exercise for starting users).
The reports and visuals themselves have not changed at all (except that I removed all references to IMDB). The model now refreshes in a couple of seconds. When you download the .pbix file and the source data, don’t forget to change the connection strings to point to the correct location at your hard drive.
In summary, these are the changes:
  • Changed source data to two files: Excel file for the top movies and flat file for extra movie information
  • Updated the exercises to reflect the changes in Power Query
  • Deleted two columns in the model, since they were actually duplicates of other columns.
  • Removed all references to IMDB, since we’re not using their website anymore
  • Added a slicer at the report “New Features 2” to demonstrate that the time slicer can be affected by other slicers. You have to set the interactions to filter though.
  • Changed some screenshots in the slidedeck

All the code can be found at Github, slides at Onedrive.

 


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂
Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

Recent Posts

ADF Pipeline Debugging Fails with BadRequest – The Sequel

A while ago I blogged about a use case where a pipeline fails during debugging…

1 week ago

How to Parameterize Fabric Linked Services in Azure Data Factory for Azure Devops Deployment

Quite the title, so let me set the stage first. You have an Azure Data…

2 weeks ago

dataMinds Saturday 2026 – Slides

At Saturday the 21st of February I'm presenting an introduction to dimensional modelling at dataMinds…

3 weeks ago

SSMS 22 still inserting tabs instead of spaces

I'm not trying to start up a debate whether you should use tabs or spaces…

2 months ago

Power BI PBIR Format Admin Setting

The Power BI Enhanced Report Format (PBIR) will soon become the default, and that's a…

4 months ago

Logged in as a member of an Azure AD Group Error while Deploying DACPAC

Quite a long title for a short blog post :)While deploying a DACPAC (from a…

4 months ago