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! Request 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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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