DAX Patterns: Related distinct count

This is an in-depth video lecture of the Related distinct count pattern.

This pattern is useful whenever you have one or more fact tables related to a dimension, and you need to perform the distinct count of column values in a dimension table only considering items related to transactions in the fact table. For demonstration purposes we use the distinct count of the product name where the same product name can have different produce codes in a model with two fact tables: Sales and Receipts.

Collapse allCurriculum

  • Related distinct count

Collection

This content is also available in the collection:
DAX Patterns collection
Student Rating
4.9
38 ratings
95%
5%
0%
0%
0%
4-star Reviews (1 of 15)
  • Arend Dik (Jan 22, 2022)

    A practical example, thanks.