Forum Discussion
Anonymous
8 years agoNot applicable
Counting items within a category - Dax
Hi Community, I am stuck with a rather simple looking calculation - but I cannot make any logic towards resolution. It would be of great help if anyone can please provide any direction. I am...
- 8 years ago
Anonymous
See file attached
Zubair_Muhammad
8 years agoCommunity Champion
Anonymous
And this one
Count of stores selling a product within each chain =
CALCULATE (
DISTINCTCOUNT ( Table1[individual store] ),
ALLEXCEPT ( Table1, Table1[store chain name], Table1[Product] )
)Zubair_Muhammad
8 years agoCommunity Champion
Anonymous
See file attached
- Anonymous8 years agoNot applicable
Thank you Zubair_Muhammad, it is giving me the right numbers as long as I have dimensions in the table, ie chain, individual store, month, product - but I cannot roll these numbers. Can I make any change here to roll the numbers?
- Zubair_Muhammad8 years agoCommunity Champion
Anonymous
Hi
What is meant by rolling?