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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
jeongkim
Post Prodigy
Post Prodigy

Dynamic chart value by clicking bar

Hi,

 

Is there any way to get each Week's value when I click the week bars not being affecting Week slicer? 

I think Week slicer left selected 24 so whole page only shows week 24's value. 

that why if I click bar bottom such 22 or 23 then no values shown. 

 

can we make it dynamic not being affected by slicer? 

 

 

jeongkim_0-1752813600078.png

 

 

7 REPLIES 7
v-pnaroju-msft
Community Support
Community Support

Hi jeongkim,

We wanted to see if the information we gave helped fix your problem. If you need more help, please feel free to contact the Microsoft Fabric community.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Hi jeongkim,

We are following up to see if what we shared solved your issue. If you need more support, please reach out to the Microsoft Fabric community.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Hi jeongkim,

We would like to follow up and see whether the details we shared have resolved your problem.
If you need any more assistance, please feel free to connect with the Microsoft Fabric community.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Thankyou, @kushanNa@rohit1991, and @danextian, for your responses.

Hi jeongkim,

We sincerely appreciate your inquiry through the Microsoft Fabric Community Forum.

Please follow the method outlined below to achieve dynamic chart selection without the Week slicer affecting it:

  1. Load the sales dataset containing Date, Week, Region, Product, and Sales columns.
  2. Create a disconnected table named Week_Disconnected.
  3. Use Week_Disconnected[Week] in the slicer without relating it to the main sales table.
  4. Build a bar chart using SalesData[Week] and SalesData[Sales].
  5. Navigate to Format > Edit interactions, select the slicer, and set its interaction with the bar chart to None.
  6. Create a measure named Selected Week Sales.
  7. Add a card or table visual to display the Selected Week Sales measure.

Please find attached the screenshot and sample PBIX file for your reference:

vpnarojumsft_0-1752835713831.png

We trust that the information provided will assist in resolving your issue. Should you have any further queries, please do not hesitate to reach out to the Microsoft Fabric Community.

Thank you.

danextian
Super User
Super User

Have you tried disabling the visual interaction between Week slicer and the column chart?





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
rohit1991
Super User
Super User

Hi @jeongkim,

You can’t get both behaviors with the same field, the slicer will always filter the chart. Best approach: remove the Week slicer or break the interaction between the slicer and the chart, so the chart remains fully clickable.

 

Heres How

Option 1: Remove or Decouple the Week Slicer

  • Remove the Week slicer, or

  • Make sure the bar chart visual does not interact with the slicer (use the Format tab > Edit interactions, set the slicer to “None” for the chart). This way, the bar chart will always show all weeks, and you can click any week to cross-filter the rest of the page.

Option 2: Use a Separate Week Table

  • Create a separate “Week” table (unrelated to the model) just for the slicer or the chart.

  • Use one for filtering, one for display, so the slicer selection doesn’t filter the chart visual.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!
kushanNa
Super User
Super User

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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