Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
87 | |
54 | |
45 | |
40 | |
36 |