Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have three graphs (shown below) that I want to be dynamic with the slicer in the top right. The slicer that I want all the graphs tied to is based on a SWITCH function for Dollars, Units, and Volume sales.
The slicer now only shows the current dollars, units, or volume, but I need it to connect to the Absolute change and % change graphs as well.
Is there a way to connect absolute change and % change to the same slicer so that the user only has to select $/Units/Volume once instead of for each chart.
Solved! Go to Solution.
hi @Anonymous
There are two way to achieve your requirement:
1. Use Switching Function in dax, please see more details as below:
Dynamically change the information within a visual via a slicer
2. use bookmark to create three states of current page as amitchandak provided.
Regards,
Lin
hi @Anonymous
There are two way to achieve your requirement:
1. Use Switching Function in dax, please see more details as below:
Dynamically change the information within a visual via a slicer
2. use bookmark to create three states of current page as amitchandak provided.
Regards,
Lin
As referred above to use measure selection function. you can try that. Similar post
But I think you might need bookmark feature to change the graph type
Refer : https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Hi @Anonymous ,
Yes, I would recommend you calculate the absolute % and % change for each slicer option ($/Units/Volume) then create a new switch function that switches between the % change depending on which slicer is selected. You could also have a second slicer that the user could toggle between absolute % and % chg.
Yes, you would create a measure for each graph that grabs SELECTEDVALUE from your slicer and then uses that as the basis for a SWITCH or SWITCH(TRUE()...) statement that would perform the correct calculation. Would need to know more about your formulas and source data and model to be more specific. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
164 | |
112 | |
62 | |
54 | |
38 |