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
jerryr125
Helper III
Helper III

Power BI Table visualization - issue with filtering with data from two different tables

Hi - I have a question about the table visualization.

Data Model

 

Data Model Table1

LocationAcounter
10010
20015
30020

 

Data Model Table2

LocationBcounterFlag
100125Y
200245N
300375Y
400450Y

 

 

Power BI Table Visualization - Desired Result

LocationAcounterBcounter
10010125
20015 
30020375
400 450

 

If I add a Filter to the visualization above in which the "Flag" field = "Y", I still like to display the location "200" even though the Flag field = "N"  and the Acounter field has a value. 

 

RIght now it is not displaying the Acounter correctly since I added the filter to the table visualization in which the Flag field = "Y".

 

How can I accomplish this ? 

Thanks - Jerry

 

 

 

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Create a proper dimension table for Location. Add all four locations.

lbendlin_0-1723249544061.png

 

Create your data model.

 

lbendlin_1-1723249607992.png

 

 

  Then use that dimension column as the first column in the visual, and add the A and B values. Then apply the B filter.

lbendlin_3-1723249724030.png

 

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Create a proper dimension table for Location. Add all four locations.

lbendlin_0-1723249544061.png

 

Create your data model.

 

lbendlin_1-1723249607992.png

 

 

  Then use that dimension column as the first column in the visual, and add the A and B values. Then apply the B filter.

lbendlin_3-1723249724030.png

 

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