Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am trying to have to different graphs to be located in the same place of the report and that the one that a user is able to see is base on their selection trough a slicer. For example, lets say I have 6 different measures, three of them are use on a Bar Chart and the other three I am graphing them with a Area Chart. Both Graphs share the same X-Axis which is a Date Variable. Is this something feasible?
I thought of a slicer because it will allow my user to the selection within the report but if there another way to do it, please share!
Solved! Go to Solution.
Hi @albatross19 - you can accomplish what you're looking for with bookmarks instead of a slicer.
See here for documentation on how bookmarks work in Power BI:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-bookmarks
Hope this helps
David
Dynamically change chart axis in Power BI
https://www.youtube.com/watch?v=6jeSIRpjv0M
refer measure slicer
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slic...
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/50...
https://www.youtube.com/watch?v=vlnx7QUVYME
Hi @albatross19 - you can accomplish what you're looking for with bookmarks instead of a slicer.
See here for documentation on how bookmarks work in Power BI:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-bookmarks
Hope this helps
David
Thank you so much! This is exactly what I was looking for.