Forum Discussion
Bruno_Soares_25
2 years agoFrequent Visitor
Calculated Measure not showing the column total
I've been trying to fix this last week sales for a while and its working on a row basis but as a column its not giving me the total which I need for other measures. Basically i've got this formul...
- Anonymous2 years ago
Hi Bruno_Soares_25 ,
We can create a new measure.
Measure = SUMX ( SUMMARIZE ( 'Table', [Year], [Week], "pre", [Prev Cost] ), [pre] )Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi Bruno_Soares_25 ,
We can create a new measure.
Measure =
SUMX ( SUMMARIZE ( 'Table', [Year], [Week], "pre", [Prev Cost] ), [pre] )
Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.