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
Anonymous
Not applicable

Relationship between tables in DAX

Hi,

 

I am trying to test if there is a relation between two tables in power bi desktop by creating the following column :

 

Etat Paiement = IF(RELATEDTABLE('gest_asso ticket_rl');"Paid";"Not Paid")

 

schema.png

 

There is a relation between the two tables but i need to flag the row that are not related for the relation Activié => ticket_rl.

I have an error trying to compute the code mentionned before.

 

Anyone can give me a hint or a way to achieve that i want ?

 

Kind regards,

 

Mohammad

 

 

 

1 ACCEPTED SOLUTION

You could try adding a calculated column to 'Activité' using the following code.  This will put a number for rows that match and you can use a filter to help identify the rows with no related rows.

 

Count of Related Rows = CALCULATE(COUNTROWS('gest_asso ticket_rl'))

Does that help you?


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

4 REPLIES 4
Phil_Seamark
Employee
Employee

HI @Anonymous

 

What columns do you use in the relationship between the two tables?

 

And are you trying to find the rows in 'gest_asso ticket_rl' that don't exist in 'Activié'

 

Phil


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

Hi @Phil_Seamark,

 

Thanks for your reply.

 

The column used for the relationship between the two tables id ID.

 

What I am trying to do is to find rows in 'Activité' that do not exist in 'gest_asso ticket_rl'.

 

Mohammad

You could try adding a calculated column to 'Activité' using the following code.  This will put a number for rows that match and you can use a filter to help identify the rows with no related rows.

 

Count of Related Rows = CALCULATE(COUNTROWS('gest_asso ticket_rl'))

Does that help you?


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

Yes thank you very much, it works and fits my needs.

 

 

Mohammad

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.