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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Dunner2020
Post Prodigy
Post Prodigy

can't display the data because power BI does not determine the relationship between two or more cols

I got 6 tables in my report and their relationships are defined as shown in the image:

 

Dunner2020_0-1658881153454.png

I am trying to visualise information in 'table' visual. Table visual works fine until I drag the column named 'ContactName' from the AssetContact_V table. As soon as I put the ContactName column in table visual it shows 'can't display visual' error message. When clicked on the details it says that it 'can't display the data because power BI does not determine the relationship between two or more columns'.  I searched the forum and found few examples where ppl came across the same issue. However, I could not get the trick to fix the error. Any help would be appreciated to fix the issue

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

Hi @Dunner2020 

 

Try to replace the IntValue column in the table with a measure like this:

IntValue Measure = 
    MAX(AssetCharacteristic[IntValue])

 

and then add the ContactId.

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!! 

Badges.jpg

LinkedIn | Twitter | Blog | YouTube 

View solution in original post

3 REPLIES 3
Dunner2020
Post Prodigy
Post Prodigy

@VahidDM , thanks it worked. For my understanding, issue was due to blank values in IntValue column. Am I right?

Yes, the blank values and aggregation of that column.

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!! 

Badges.jpg

LinkedIn | Twitter | Blog | YouTube 

VahidDM
Super User
Super User

Hi @Dunner2020 

 

Try to replace the IntValue column in the table with a measure like this:

IntValue Measure = 
    MAX(AssetCharacteristic[IntValue])

 

and then add the ContactId.

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!! 

Badges.jpg

LinkedIn | Twitter | Blog | YouTube 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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