Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I got 6 tables in my report and their relationships are defined as shown in the image:
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
Solved! Go to Solution.
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!!
@VahidDM , thanks it worked. For my understanding, issue was due to blank values in IntValue column. Am I right?
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!!
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
47 | |
40 | |
28 | |
27 | |
26 |