Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 on top of the slicer in which I will put the difference of% months and how I will choose eg 30% will show me the value with a difference of 30% and above
Solved! Go to Solution.
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
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
Hi krzysztof,
Could you please share more details about your requirement and share some sample data?
Regards,
Jimmy Tao
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
I belive you need to create your difference % as a column and not as measure in order to drag it to a slicer 🙂
Do you have an idea how to solve this problem?
I will be grateful for your help
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |