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
Dunner2020
Post Prodigy
Post Prodigy

Can't display the data because Power BI can't determine the relationship between two or more fields

Hi there,

 

Although above-mentioned error in the subject line looks common issue with others and I tried to read the existing threads but could not fix my issue by following threads.  Relationship of the data model looks as follows:

 

 

leo_89_0-1632445258758.png

 

Now I am trying to bring in Application ID from Application table, Preferred_Name_formula from Account table and it worked fine. However, when I tried to bring in other columns from other tables then it throws an error message as shown in following picture:

 

leo_89_1-1632445424596.png

I tried to bring in AuhorisationEffectiveDate column of ECR Authorisation table and it gave me an error. Any help to fix the issue would be really appreciated?

 

Sample file here

1 ACCEPTED SOLUTION
V-pazhen-msft
Community Support
Community Support

@Dunner2020 

 

Try create an inactive relationship between Application table and ECR table using Status ID. Then use userelationship() to call the application id. Something like:

 

Measure= calculate(max(Application[application id]), Userelationship([ApplicationStatus ID], [AuthorisationStatus ID]))

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
V-pazhen-msft
Community Support
Community Support

@Dunner2020 

 

Try create an inactive relationship between Application table and ECR table using Status ID. Then use userelationship() to call the application id. Something like:

 

Measure= calculate(max(Application[application id]), Userelationship([ApplicationStatus ID], [AuthorisationStatus ID]))

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Dunner2020 , with Application  table, you can bring in data from related dimesnions, which is unsummarized . But not from other facts. I think try are tring to do so

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.