Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Chimsie
Helper III
Helper III

Slicer to add a fixed value to a chart

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?

 

Untitled.png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@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:
Chimsie_0-1639733281361.png

 







Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.