Excel SUMPRODUCT FunctionBelow is an example of the SUMPRODUCT function. SUMPRODUCT multiplies corresponding cells from multiple arrays and returns the […] December 4, 2022 in Excel tagged sumproduct / function / sumx by Mike
DAX IntroductionWhat is DAX? DAX stands for Data Analysis Expressions. Data Analysis Expressions (DAX) is a Functional Language that […] December 3, 2022 in DAX tagged learn / introduction / DAX / DAX by Mike
Power Pivot FilteringAs an example, let’s look at the FoodMart database in Excel’s Power Pivot. The first thing to do […] December 1, 2022 in Excel tagged warning / yellow / data / model / relationship by Mike
Excel Pivot and UnpivotMany of the transformations in Power Query are fairly easy to grasp but other ones, such as Pivotting […] November 29, 2022 in Excel tagged query / transpose / pivot / power / unpivot / Excel Power Query by Mike
Microsoft’s FoodMart DatabaseIt’s always very helpful to have a database to work with when you are learning software such as […] November 28, 2022 in Database tagged datasets / data / test / sales / sample / set / lookup / fact / food / mart 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 title / imdb / link / name / 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 people / imdb / name / 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 imdb / power / query / title / 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 calculate / genre / average / measure / DAX / rating / Tiny IMDB Data Model by Mike