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
krzysztof
7 years agoHelper III
Hi,
I can use parameters to analyze what if but here as You see the parameter is to be used as a filter, will you help me? Maybe You have a different solution
https://drive.google.com/file/d/19Cm7d0qjXHUFEMIUGtGRGxmofwB_-Dbr/view?usp=sharing
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 :)
- krzysztof7 years agoHelper IIIto 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
- krzysztof7 years agoHelper III
Do you have an idea how to solve this problem?
I will be grateful for your help