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
Axiomite
Resolver II
Resolver II

Related Table / Lookup

Hi there, 

 

I have the following table

Axiomite_0-1714407845297.png

Dax Measure

 

 

 

Match /No Match = 
IF(
    
        Table1[Acc] = RELATED('Table2'[Acc]),
       
    
    "Match",
    "No_Match"
)

 

 

 

I would expect 1 Match, however, I get a value returning both rows as "Match".
The 2 tables are connected Many to one. 

 

What am I missing? 

 

Kind Regards.

1 REPLY 1
Syk
Resident Rockstar
Resident Rockstar

'Table1'[Acc] 1 has 2 matches since each of your 'Table2'[Acc] values are both 1.
'Table1'[Acc] 0 has 0 matches.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.