Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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,
Solved! Go to Solution.
@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
@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
Solved it through the field parameters (second link). Thank you!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
62 | |
58 | |
55 | |
36 | |
33 |
User | Count |
---|---|
81 | |
67 | |
45 | |
45 | |
43 |