Forum Discussion
ys034
Helper I
4 years agoCalculation should not change during specific filter selection
Hello community I am learning DAX new recently I have a question about ignoring a calculation based on the filter criteria As you can see on the picture the market shares are calculated correctl...
- 4 years ago
How about something simpler?
CALCULATE ( SUM ( 'DataTable'[Sales] ), ALL ( 'DataTable'[Brand] ) )
v-jingzhang
Community Support
4 years agoHi ys034
Have you tried Alexis's formula for Grand Total? It should work I think.
Best Regards,
Community Support Team _ Jing