![](https://i0.wp.com/begincodingnow.com/wp-content/uploads/2022/12/TinyIMDBMeasureTotalMinutes.png?resize=570%2C350&ssl=1)
Tiny MeasuresIMDB
Now it’s time to create some Measures in the Tiny IMDB database. A measure is a DAX formula […]
Now it’s time to create some Measures in the Tiny IMDB database. A measure is a DAX formula […]
Now we need to get other tables and create the relationships After we’ve imported all of the tables […]
Next we’ll use Power Query to bring in the ratings data into the Data Model. There are no […]
Below is a link to the downloadable Excel file that contains a sheet with the table we will […]
Let’s go ahead and add a bit more. We’ll add the writer’s and directors’ tables. Below is the […]
Each person in the database can be known for certain titles (moving pictures/movies). We need to “normalize” these […]
In the IMDB database, each person in the namebasics.tsv file may have none or more professions. There are […]
The namebasics file has all of the people in it. It has the moving pictures that they are […]
In order to set up our relationships in the Data Model, we need to create another table. This […]
The titlebasics file is a good file to start with after you have downloaded it. I re-named the […]
What is the average rating for each of the genres? Does the Comedy genre rate higher than the […]
This post follows from the previous post in this series of posts using a tiny made-up database that […]