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
In my current dash board I am showing two KPI Total Revenue and Prev Month Revenue as shown below in which year filter 2022 selected.
In the Chart I had created field parameters
Parameter = {
("ProductColor", NAMEOF('Product Lookup'[ProductColor]), 0),
("ProductName", NAMEOF('Product Lookup'[ProductName]), 1),
("Country", NAMEOF('Territory Lookup'[Country]), 2),
("SubcategoryName", NAMEOF('Product Subcategories Lookup'[SubcategoryName]), 3)
I want to create measure of Total Revenue and Prev Month Revenue such that when I select any of the field parameter from drop down KPI should dynamically show the value of relavant paremater if not selected any parameter it should show existing values
How to do this
My data model is appearing like this .I used AdventureWorks Data base
Solved! Go to Solution.
Hi @mwasekaar ,
You can use the field parameters you just created into single slicer and when you select any parameter of your choice it will reflect Total revenue / Previous revenue accordingly.
An example of field parameter is shown here on Adventure Works database
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Hope this helps!
If you found this solution useful, please accept it as solution or give Kudo so that other users can also benefit from it.
Thanks
Hi @milindwasekar ,
I hope your issue was addressed.
If you were able to resolve the issue, pleas Acccept it as a solution or give Kudos so that other users can benefit from it.
Thank You
Hi @milindwasekar ,
I hope your issue was addressed.
If you were able to resolve the issue, pleas Acccept it as a solution or give Kudos so that other users can benefit from it.
Thank You
Hi @milindwasekar ,
I hope you were able to resolve the issue.
Please consider marking Accept as solution or give kudos to the post that helped you so that other users can benefit from it.
If you still need any help, feel free to reach out to us.
Thanks
Hi @mwasekaar ,
You can use the field parameters you just created into single slicer and when you select any parameter of your choice it will reflect Total revenue / Previous revenue accordingly.
An example of field parameter is shown here on Adventure Works database
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Hope this helps!
If you found this solution useful, please accept it as solution or give Kudo so that other users can also benefit from it.
Thanks
Thank you for your input .
I mean When I chanage Parameter Value KPI value should replicate relavant value
Hi @milindwasekar , by right the data is already showing data based on your selected filter. However, if not selecting any parameter, what do you mean by existing values?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 46 | |
| 42 | |
| 23 | |
| 18 |
| User | Count |
|---|---|
| 193 | |
| 123 | |
| 99 | |
| 67 | |
| 49 |