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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
TanHY
Helper I
Helper I

Super Urgent. Visual Filtering between bar chart and table

Hi All,
I have one register table with below data:

TanHY_0-1724045090377.png

from this data, i want to select few columns to do analysis:

TanHY_1-1724045135428.png

with that, i created a new table that consist the required analysis column only and then I unpivot it:

TanHY_2-1724045232488.png

Then I created relationship between the original table and the unpivot table (one to many) with the index column

In power bi, I have created a table and a bar chart visual with measure:

Workforce_BarrierCount =
    CALCULATE(
        COUNTROWS(Workforce_Barrier),
        Workforce_Barrier[Value] = "Yes"
    )

TanHY_3-1724045320479.png

But when I clicked on the veteran on the bar chart, the table and the others visual did not filtered with only 4 rows of data.
May I know how should I deal with it?

I attached the pbix file , thanks for the help!
https://drive.google.com/file/d/1Rueg3dNX4ZNYoAw8cGAnAc8bxAT1QupD/view?usp=sharing

1 REPLY 1
amitchandak
Super User
Super User

@TanHY , Make the relationship with the original table bi-directional and try again. Otherwise, I doubt it will filter using the new column from the old table. However, it should filter visuals using the Group by/axis from the new table.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors