Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello,
I'am looking for the possibility to add a slicer which add a fixed value to the cabinet in the chart, this fixed value is 50 kg or 100kg.
So for the first cabinet the value than will change from 300 to 350 and so on.
Or even better, a slicer to distribute 500kg (fix value) extra divided over the active cabinet.
The active cabinets can change through the existing filters
Is this possible via a filter?
Solved! Go to Solution.
@Chimsie , You can add that line.
Use this as a line in clustered line visual or use in Y axis contact line under fx option
Use a what if parameter
measure = selectedvalue(whatif[Whatif])
or
measure = selectedvalue(whatif[Whatif])/ distinctcount(Table[Cabinate])
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
@Chimsie , You can add that line.
Use this as a line in clustered line visual or use in Y axis contact line under fx option
Use a what if parameter
measure = selectedvalue(whatif[Whatif])
or
measure = selectedvalue(whatif[Whatif])/ distinctcount(Table[Cabinate])
@amitchandak
With the what if parameter I was able to creat a visualize variables😃
Dead load = SELECTEDVALUE(Cabinet[Weight]) + SUM ('Dead load'[Weigth])
This answered my first question, Is it also possible to create a slicer to distribute 500kg (fix value) divided over the active cabinet. (The active cabinets can change through the existing filters)
Current solution:
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
75 | |
72 | |
69 | |
45 | |
41 |
User | Count |
---|---|
63 | |
41 | |
30 | |
28 | |
28 |