Mastering DAX Video Course

This is the video course version of the Mastering DAX workshop.
DAX is the native language of Power BI, Power Pivot for Excel, and SSAS Tabular models in Microsoft SQL Server Analysis Services. The training is aimed at users of Power BI, Power Pivot for Excel, and at Analysis Services developers that want to learn and master the DAX language.

The goal of the course is to teach all the features of DAX, providing the knowledge to write formulas for common and advanced business scenarios. The video course is made up of over 15 hours of lectures, plus another 15-20 hours of individual exercises. You can watch the videos at anytime and the system will keep track of your progress. Within the course you can download the material for all the exercises.

Students have access to a private discussion area where they can interact with the instructors asking questions related to the lectures and the exercises.

Collapse allCurriculum

  • Presentation of Mastering DAX 2nd Edition

    • Presentation of Mastering DAX 2nd Edition
      FREE
  • Exercises, labs, slides, and demos

    • Exercises, labs, slides, and demos
      FREE
    • How to download and complete exercises
      FREE
    • Download exercises
    • Download demos
    • Slides of the video course
  • Introduction to DAX

    • Introduction to DAX
      FREE
    • What is DAX?
      FREE
    • DAX data types
      FREE
    • Calculated columns
      FREE
    • Measures
      FREE
    • Aggregation functions
    • Counting values
    • Conditional functions
    • Handling errors
    • Using variables
    • Mathematical functions
    • Relational functions
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 02.10 - Average sales per customer
      • 02.20 - Average delivery time
      • 02.50 - Last update of customer
      • 02.40 - Working days
      • 02.30 - Discount categories
  • Table functions

    • Table functions
      FREE
    • Introduction to table functions
    • Filtering a table
    • Ignoring filters
    • Mixing filters
    • Distinct
    • How many values for a column
    • ALLSELECTED
    • RELATEDTABLE
    • Tables and relationships
    • Tables with one row and one column
    • Table variables
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 03.20 - Percentage of sales
      • 03.10 - Delivery working days
      • 03.40 - Sales of products in the first week
      • 03.30 - Customers with children
  • Evaluation contexts

    • Evaluation contexts
      FREE
    • Introduction to evaluation contexts
    • Filter context
    • Row context
    • Context errors
    • Filtering a table
    • Using RELATED in a row context
    • Ranking by price
    • Evaluation contexts and relationships
    • Filters and relationships
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 04.10 - Nested iterators
      • 04.20 - Customers in North America
      • 05.10 - Create a parameter table
  • The CALCULATE function

    • The CALCULATE function
      FREE
    • CALCULATE
    • CALCULATE examples
    • CALCULATE recap
    • What is a filter context?
    • KEEPFILTERS
    • CALCULATE operators
    • Use one column only in compact syntax
    • Variables and evaluation contexts
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 05.05 - Sales of red and blue products
      • 05.20 - Understanding CALCULATE
      • 05.25 - Sales of blue products
      • 05.15 - Computing percentages
  • Advanced evaluation contexts

    • Advanced evaluation contexts
      FREE
    • CALCULATE modifiers
    • USERELATIONSHIP
    • CROSSFILTER
    • ALL
    • ALLSELECTED
    • KEEPFILTERS
      FREE
    • Context transition
    • Context transition /2
    • Circular dependency
    • CALCULATE execution order
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 05.35 - Correct sales of grey products
      • 05.40 - Best customers
      • 05.45 - Customers buying many products
      • 05.50 - Large sales
      • 05.30 - Percentage of customers
      • 05.55 - Counting spikes
  • Iterators

    • Iterators
      FREE
    • Working with iterators
    • MINX and MAXX
    • Useful iterators
    • RANKX
    • ISINSCOPE
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 07.10 - Ranking customers (static)
      • 07.20 - Ranking customers (dynamic)
      • 07.30 - Date with the highest sales
      • 07.40 - Moving average
  • Building a date table

    • Building a date table
      FREE
    • Introduction to date table
    • Auto Date/Time
    • CALENDARAUTO
    • Mark as date table
    • Using multiple dates
  • Time intelligence in DAX

    • Time intelligence in DAX
      FREE
    • What is time intelligence?
      FREE
    • Time intelligence functions
      FREE
    • DATEADD
    • DATESINPERIOD
    • Running total
    • Mixing time intelligence functions
    • Semi-additive measures
    • Calculations over weeks
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 08.10 - Running total
      • 08.20 - Comparison YOY%
      • 08.30 - Sales in first three months
      • 08.40 - Semi-additive calculations
  • Hierarchies in DAX

    • Hierarchies in DAX
      FREE
    • What are hierarchies?
    • FILTER and CROSSFILTER
    • Percentages over hierarchies
    • Parent-child hierarchies
  • Querying with DAX

    • Querying with DAX
      FREE
    • Working with tables and queries
    • EVALUATE
    • CALCULATETABLE
    • SELECTCOLUMNS
    • SUMMARIZE
    • SUMMARIZECOLUMNS
    • CROSSJOIN
    • TOPN and GENERATE
    • ROW and DATATABLE
    • Tables and relationships
    • UNION, INTERSECT, and EXCEPT
    • GROUPBY
    • Query measures
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 13.10 - Sales by year
      • 13.20 - Filtering and grouping sales
      • 13.30 - Using TOPN and GENERATE
      • 13.40 - Sales to top customers
      • 13.50 - Sales of top three colors
  • Data lineage and TREATAS

    • Data lineage and TREATAS
      FREE
    • What is data lineage?
    • TREATAS
  • Expanded tables

    • Expanded tables
      FREE
    • Filters are tables
    • Difference between base tables and expanded tables
    • Filtering a column
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 14.10 - Distinct count of countries
      • 14.20 - Sales quantity greater than two
  • Arbitrarily shaped filters

    • Arbitrarily shaped filters
      FREE
    • What are arbitrarily shaped filters?
    • Example of an arbitrarily shaped filter
  • ALLSELECTED and shadow filter contexts

    • ALLSELECTED and shadow filter contexts
      FREE
    • ALLSELECTED
    • Shadow filter contexts
  • Segmentation

    • Segmentation
      FREE
    • Static segmentation
    • Circular dependency in calculated tables
    • Dynamic segmentation
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 15.10 - Static segmentation
  • Many-to-many relationships

    • Many-to-many relationships
      FREE
    • How to handle many-to-many relationships
    • Bidirectional filtering
    • Expanded table filtering
    • Comparison of the different techniques
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 15.30 - Many-to-many relationships
  • Ambiguity and bidirectional filters

    • Ambiguity and bidirectional filters
      FREE
    • Understanding ambiguity
      FREE
  • Relationships at different granularities

    • Relationships at different granularities
      FREE
    • Working at different granularity
    • Using TREATAS
    • Calculated tables to slice dimensions
    • Leveraging weak relationships
    • Scenario recap
    • Checking granularity in the report
    • Hiding or reallocating
  • Additional exercises

    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 14.30 - Same product sales
      • 14.40 - Commentary on report
      • 15.20 - New customers
  • Calculation groups

    • Calculation groups
      FREE
    • Introducing calculation groups
      FREE
    • Basic measures
    • Calculation items are patterns
    • Creating calculation groups
    • Changing the format string
    • Excluding specific measures
    • Using calculation items in DAX
    • Calculation item application
    • Calculation items on complex expressions
    • Multiple calculation groups in a report
    • Understanding precedence in calculation groups
    • Reusing calculation items
    • Recursion and best practices
    • Exercises
      FREE
    • Exercises solutions
      Added Nov 20, 2020

      • Exercises solutions
      • 09.10 - Time calculations
      • 09.20 - Multiple calculation groups
      • 09.30 - Sold versus delivered
      • 09.40 - Min, Max and Avg calculation group
      • 09.50 - Top and bottom products
Student Rating
4.9
536 ratings
Student Reviews (288)
  • Nghia Tran Trong (Jun 27, 2019)

    good

  • Gary Friend (Jun 19, 2019)

    Great course, brilliantly presented. Certain I will go through from the beginning again to make sure I pick up all of the insights it delivers.

  • Luca Priano (Jun 17, 2019)

    Fully satisfied ;-)

  • Paul Talbot (Jun 16, 2019)

    You can't take this course, do all the exercises, and not come away with a much higher understanding of DAX. The last 'Relationships at different granularities' module is an excellent capstone to all the learning. I personally benefited from a much better understanding of TREATAS, CROSSFILTER, ALLSELECTED, and DAX Studio / querying using the SUMMARIZE-type functions. The only thing I would say is that I would probably still not recommend this material to someone who hasn't touched DAX before (e.g. to a person completely new to Power BI who has to learn DAX as well), but that doesn't reduce the overall 5-star rating for me.

  • Fernando Luís (Jun 7, 2019)

    Congratulations Alberto and Marco. This course is very well structure, very complete and effective. It help me a lot. With this course I could understand things that were not totally clear, after the read of your book “The Definitive Guide to DAX” .

  • Kenneth Barber (Jun 7, 2019)

    Mastering DAX is nearly perfect and absolutely essential to understanding DAX. I have not found this level of detail presented so clearly and concisely elsewhere. The 2nd Edition is a great improvement over an already great course. There are many examples of mistakes that you might make. Approaches to each problem are compared and contrasted. This course uses lots of guided critical thinking, which helps you understand the material, not just know it. Every Excel and Power BI developer must take this course to be able to handle large or complex data sets, otherwise you will waste lots of time coming up with poor solutions. I recommend that you watch the videos at double speed to get more ideas in your head faster and make more connections between ideas, otherwise each individual idea might come and go.

  • Matt Ballinger (Jun 5, 2019)

    Marco and Alberto have provided tremendous insight into the internal workings of the DAX language in a consumable and powerful course. After taking this course I feel fully equipped to face situations with a stronger understanding of the underlying concepts related to the DAX functions and capabilities. Thanks SQL BI!

  • youssef zaki (Jun 1, 2019)

    Perfect course. can't wait for the next ssas training ! thanks guys for your efforts

  • Roman Emelyanov (May 12, 2019)

    Thank you very much for the Course! It's Great! Labs was interesting and difficult for me. Now I need more practice after it. I think that at this moment I understand more about filter and row context, propagation, date lineage, filtering, querying, relationships. Waiting your new book "The Definitive Guide to DAX" second edition. Thank you again!

  • Donald Wiesmann (Apr 21, 2019)

    thank you very much! very detailed and helpful!

  • Andrew Mundt (Apr 8, 2019)

    Generally, I think that the course is good. It could be improved to be excellent by adding more detail in the exercises and their solutions. For example, although most tables and pivot tables are obvious to set up, some are not. So, clear descriptions of which fields to use for the rows, columns, and values would improve the courses. In addition, explanations, perhaps in the form of comments in the DAX code, describing the rationale and logic for the solutions would be good (e.g. why something had to be done a specific way).

    • Thanks for the feedback. In a few weeks we'll release a new version of this video course (and you will get automatic access, of course), which will include a brand new set of exercises. We considered all the feedbacks we received and while we are not able to satisfy all the requests, I hope that you will enjoy the new format.
      Reply by SQLBI (Apr 8, 2019)
  • Sergio Murru (Mar 24, 2019)

    This course teaches DAX by a theoretical and a practical point of view, clarifying DAX inner working aspects, when needed to understand its behaviour. The teachers' exposition is very clear and their knowledge of the subject is astounding.

  • Thijs Nijhuis (Feb 1, 2019)

    Excellent course! Great balance between theory and practise. The only thing I found hard was to compare my own solution (if different from the given anwer) to yours. I assume my solution would be less good but why? And how would it compare in terms of performance. Perhaps providing different solution would be helpful in that case.

  • Randy Howard (Jan 5, 2019)

    Excellent Course, I have been using Power BI for a few years now and wish I had taken this course from the beginning.... "Would have saved me many sleepless nights"

  • Jürg Jenny (Jan 2, 2019)

    This exceptional course provides 10 hours of high quality video tutorials. All the concepts of DAX are explained in detail and in a comprehensible and pleasant way. To sum it up: This course the way to go if you want to become a DAX master. Thank you very much for creating such great content! The only point that could be improved in my opinion: Provide more exercises. The contained labs are very good and I think working through them helps the most to really learn the DAX language. But there are so many functions introduced in the course that are not used in the labs. Having a larger set of exercises (including the solutions) would help to dive even deeper in the DAX world. Apart from that: GREAT WORK!

Would you prefer a classroom course?

This video course is based on a classroom course we teach all around the world. If you prefer a classroom learning experience, take a look at the dates below for a list of our upcoming classroom courses!
 Seattle, WA, US May 6-8, 2024
Seattle
 Hamburg, DE May 14-16, 2024
Hamburg
 Copenhagen, DK May 22-24, 2024
Copenhagen
 Chicago, IL, US Jun 25-27, 2024
Chicago
 Melbourne, VIC, AU Aug 6-8, 2024
Melbourne
 Sydney, NSW, AU Aug 12-14, 2024
Sydney
 Brisbane, QLD, AU Aug 19-21, 2024
Brisbane
 Calgary, AB, CA Sep 18-20, 2024
Calgary