Forum Discussion
Calculation Groups - Difference measures
- 2 years ago
output
link to file :
https://drive.google.com/file/d/1ZGTRZGdnUbNmPqFTGsyRbRJ6rv1aJgMq/view?usp=sharing
let me know if this works for you .
If this answers your question , mark it as the solution ā so can you can help other people in the community find it easily .
Hi Daniel29195 ,
Apologies I'm a little confused. When you say table with levels, do this mean with calculation groups?
Thanks again
Liam
table using enter data manually .
this way you are creating the structure of your table how you want it to be .
and then you play with the measure and switch to change the calculation behavior base on the column you are in .
- lherbert5012 years agoPost Prodigy
- Daniel291952 years agoCommunity Champion
- lherbert5012 years agoPost Prodigy
Hi Daniel29195
Thank you so much.
I hope that's okay what I've attached. I've used shapes to show what I require on the page
- lherbert5012 years agoPost Prodigy
The best I've managed is to get both measures to display as blank in a matrix by using this in tabular editor
IF( SELECTEDMEASURENAME() in {"Cost1", "Cost2"}, BLANK(), SELECTEDMEASURE() - CALCULATE(SELECTEDMEASURE(), SAMEPERIODLASTYEAR(DimDate[DateFull])) )