Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

YoY % Change Matrix Total Calc

Hello I created a YoY measure that outputs blank values if the YoY divison formula outputs a -1 or 0. This works fine for graphs, but when I use this measure in a matrix, the total is very off. This ...
  • v-eachen-msft's avatar
    6 years ago

    Hi Anonymous ,

     

    You could use IF() and ISINSCOPE() funcitions to change the last value.

    Here is my test file for your reference.