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
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
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
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 imdb / movie / Tiny IMDB Data Model by Mike
IMDB Writers and DirectorsLet’s go ahead and add a bit more. We’ll add the writer’s and directors’ tables. Below is the […] November 28, 2022 in IMDB tagged name / people / imdb / writer / director / IMDB Data Files by Mike
IMDB Titles Known ForEach person in the database can be known for certain titles (moving pictures/movies). We need to “normalize” these […] November 27, 2022 in IMDB tagged link / name / title / imdb / IMDB Data Files by Mike
IMDB Primary ProfessionIn the IMDB database, each person in the namebasics.tsv file may have none or more professions. There are […] November 27, 2022 in IMDB tagged name / imdb / profession / IMDB Data Files by Mike
IMDB Name BasicsThe namebasics file has all of the people in it. It has the moving pictures that they are […] November 27, 2022 in IMDB tagged name / people / imdb / IMDB Data Files by Mike
IMDB Unique Genres QueryIn order to set up our relationships in the Data Model, we need to create another table. This […] November 27, 2022 in IMDB tagged type / imdb / genre / IMDB Data Files by Mike
IMDB Title BasicsThe titlebasics file is a good file to start with after you have downloaded it. I re-named the […] November 26, 2022 in IMDB tagged power / query / title / imdb / IMDB Data Files 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 genre / average / measure / DAX / rating / calculate / 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 model / relationship / calculate / one-to-many / measure / DAX / tiny / Tiny IMDB Data Model by Mike