Forum Discussion

Jayshamone's avatar
Jayshamone
Helper I
6 years ago
Solved

DAX Article Distribution

Hello, I am trying to calculate the distribution of articles (or article groups) in a dynamic timespan. Currently I am using a DAX Statement which underperforms massively with a large number of a...
  • Jayshamone's avatar
    5 years ago

    Thanks for your help.
    However, I found a formula that calculates the correct result in far less time.
    It goes like this:

    CALCULATE (DISTINCTCOUNT('Dim Shops'[Shop]); VALUES([Fact Transactions]))