Forum Discussion
krzysztof
7 years agoHelper III
Parameters choosing the difference
I created a table in which there are products and the values for them in the selected month, next to the values in the previous month and measure the difference of%. I would like to put a parameter o...
- 7 years ago
Hi krzysztof,
Modify your measure like below and check if it can meet your requirement:
Diff % Month = VAR result = DIVIDE([Value ACTUAL MONTH],[Value Last Month],0)-1 RETURN IF( result >= (Parametr[Wartość Parametr] / 100), result)
Regards,
Jimmy Tao
Omega
7 years agoImpactful Individual
I belive you need to create your difference % as a column and not as measure in order to drag it to a slicer :)
krzysztof
7 years agoHelper III
to create a difference % column, I have to create the values column for the previous month and I do not know how to create such a column. As you can see I created the measure value last month (this is the value of the previous month only name I was wrong) but I can not make a calculated column out of this measure