Forum Discussion
Anonymous
6 years agoNot applicable
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 ...
- 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.
v-eachen-msft
Community Support
6 years agoHi Anonymous ,
You could use IF() and ISINSCOPE() funcitions to change the last value.
Here is my test file for your reference.
Anonymous
6 years agoNot applicable
Hi,
could anybody just write the applied measure or explain the measure. I do not understand why we need a primary key here index to refer to in column1, do we not have to reference to date and the the selected measure as well as year to date measure applied to above problem? So like measure = a= max (date(date)
return IF(ISINSCOPE(date(date, calculate (selectedmeasure), filter (date(date), selectedmetrics))?