Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Poorani
Regular Visitor

Visual Selection to be displayed in slicer

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.

1 ACCEPTED SOLUTION
Dessie973
New Member

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.

View solution in original post

4 REPLIES 4
Dessie973
New Member

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!

Hi @Thennarasu_R 

 

I tried but the slicer is not updated automatically. Could you please provide any example and steps to implement. Thanks

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors