Forum Discussion
SebSchoon1
3 years agoPost Patron
Can't Change total to specific Level Row
Hi guys, I have this Formula répartition hors taille = VAR SummaryTable = ADDCOLUMNS( SUMMARIZE('Tableau Dispatch','Base Article'[CODE ARTICLE],'Tableau Dispa...
- 3 years ago
Hello,
I have found the Solution (sorry for the Spam)
Total quantités tous dépots 3 = CALCULATE([Stock],ALLSELECTED('Base Article'))
Have a nice day!
Greg_Deckler
3 years agoCommunity Champion
SebSchoon1 This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
SebSchoon1
3 years agoPost Patron
Hello,
I have found the Solution (sorry for the Spam)
Total quantités tous dépots 3 = CALCULATE([Stock],ALLSELECTED('Base Article'))
Have a nice day!