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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ManonNL
Regular Visitor

Show data that could not be matched

I have established a many to one relationship between fact table A (many) and dimension table B (one), bidirectional.  I want to see in one table which values ​​occurred in both and are therefore linked. That works, because it shows the values of the relation. But I also want one table with the values ​​from dimension table B that could not be linked with the values in table A.  Without using power query, with which dax formula can I see these values?

1 REPLY 1
DOLEARY85
Super User
Super User

Hi 

 

you could create a calculated table using:

 

Table = FILTER('Dimension Table',NOT(CONTAINS('Fact Table','Fact Table'[ID Field],'Dimension Table'[ID Field])))

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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