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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
thhmez7
Helper III
Helper III

Filtering two table columns without table relationships

Hi,

 

due to complexity of my data modell, two tables with same fields have no relationship. 

However in the report, I still want the fields Product of each table to filter each other.

 

thhmez7_0-1664972569550.png

How can this be achieved by creating a new product column that filters the other field of the other table?

Thank you.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@thhmez7 ,

If they do not have any relationship, create a slicer on one table say table 1

so measure for table 1 is

countrows(Table1)

use this in visual with any column of Table 1

 

Measure for table 2

countrows(Filter(Table2, Table2[product] in values(Table1[product]) )) 

 

 

Option 2

You need to have a table with all products like

product = distinct(Union(distinct(Table1[product ]), distinct(Table2[product ])) )

 

Join with both tables and filter

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

View solution in original post

2 REPLIES 2
SebSchoon1
Post Patron
Post Patron

You could create a product Table containing all the items you need to have.

 

Then add to model and add relationship

amitchandak
Super User
Super User

@thhmez7 ,

If they do not have any relationship, create a slicer on one table say table 1

so measure for table 1 is

countrows(Table1)

use this in visual with any column of Table 1

 

Measure for table 2

countrows(Filter(Table2, Table2[product] in values(Table1[product]) )) 

 

 

Option 2

You need to have a table with all products like

product = distinct(Union(distinct(Table1[product ]), distinct(Table2[product ])) )

 

Join with both tables and filter

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.