The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I want to display selected value in bar chart , to be displayed in slicer.
Could anyone please provide any solution for this above, without using bookmark. Or Please confirm whether this is possible or not.
Solved! Go to Solution.
Hello!
To display the selected value in a bar chart using a slicer without bookmarks, create a measure to capture the selected value (e.g., SelectedValue = SELECTEDVALUE(Table[Column])). Add this measure to the bar chart and use a card visual to prominently show the selected value. Ensure the slicer and bar chart are synchronized for dynamic updates.
Hello!
To display the selected value in a bar chart using a slicer without bookmarks, create a measure to capture the selected value (e.g., SelectedValue = SELECTEDVALUE(Table[Column])). Add this measure to the bar chart and use a card visual to prominently show the selected value. Ensure the slicer and bar chart are synchronized for dynamic updates.
Hi @Dessie973
Thanks for the reply. My scenario is different.
Scenario : I have a bar chart with sales data of AC , Fridge, Oven, etc. I have a slicer with Sales items like Ac, Fridge, and Oven. If I click AC in bar chart , I want to slicer to be updated to AC automatically. Is it possible to do?
Hi @Poorani
Yes your Scenarios is possible in power Bi , If you select AC in bar chart Slicer will updated to AC.If Item name and your measure column in same table It will work or If you have the different table change the relationship direction to both sides .
Thanks,
Thennarasu R
If answered your questions mark accepetes a solution and give kudos!
I tried but the slicer is not updated automatically. Could you please provide any example and steps to implement. Thanks