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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

one slicer for displaying multiple graphs (in the same place)

Hi,

 

I want to create a slicer that can change the graphs displayed (all within the same space for one graph).

I succeeded in creating a slicer that displays one graph at a time that changes upon my selection in the slicer.

 

However, the item that does not work yet is: I want to be able to use multiple selections in the slicer and then show multiple graphs displayed in the same place.

 

I am currently using the following:

1) I created a table named "Select" with:

Select        Order
Value 1       1
Value 2       2
Value 3       3

 

2) The following measure 
Measure Select = SWITCH(SELECTEDVALUE('Select'[Select]),
"Value1",[Value1],
"Value2",[Value2],
"Value3",[Value3])

 

This only displays one graph at a time and when I make multiple selections at the same time in the slicer, then there is no graph displayed.

 

Which changes do I need to make in my measure to be able to see multiple graphs at the same time when clicking on multiple selections in the slicer?

 

Thank you for the help,

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , If you want to hide and show visual you have to use bookmarks 

 

https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks

 

If you want to make a dynamic axis or measure , you need field parameters 

https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9afd

Share with Power BI Enthusiasts: 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

@Anonymous , If you want to hide and show visual you have to use bookmarks 

 

https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks

 

If you want to make a dynamic axis or measure , you need field parameters 

https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9afd

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Solved it through the field parameters (second link). Thank you!

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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