Forum Discussion
crsmith3
8 years agoFrequent Visitor
Same DAX Calc - diiferent answer: Import v Direct Query
Hi, I have created a market share calculation: Market Share = DIVIDE ( SUM ( 'Sales Invoice'[Invoice Amnt (LCY)] ), CALCULATE ( SUM ( 'Sales Invoice'[Invoice Amnt (LCY)] ), ALL ( Custo...
- 8 years ago
Used ALLEXCEPT, instead of ALL which gave me the expected results.
crsmith3
8 years agoFrequent Visitor
Used ALLEXCEPT, instead of ALL which gave me the expected results.