Tiny IMDB Data Model IntroductionTiny Data In this series of posts (“Tiny IMDB Data Model”) we’ll look at the Internet Movie Database […] November 25, 2022 in IMDB tagged data / model / introduction / imdb / Tiny IMDB Data Model by Mike
Build the Tiny Data ModelBelow is a link to the downloadable Excel file that contains a sheet with the table we will […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Get Ratings from TinyNext we’ll use Power Query to bring in the ratings data into the Data Model. There are no […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Get Other TablesNow we need to get other tables and create the relationships After we’ve imported all of the tables […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Tiny MeasuresIMDBNow it’s time to create some Measures in the Tiny IMDB database. A measure is a DAX formula […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Tiny IMDB Average Rating for each PersonThis post follows from the previous post in this series of posts using a tiny made-up database that […] November 25, 2022 in IMDB tagged measure / DAX / tiny / model / relationship / calculate / one-to-many / Tiny IMDB Data Model by Mike
Tiny IMDB Average Rating for each GenreWhat is the average rating for each of the genres? Does the Comedy genre rate higher than the […] November 25, 2022 in IMDB tagged rating / calculate / genre / average / measure / DAX / Tiny IMDB Data Model by Mike