Forum Discussion
Having Trouble with a Matrix Visual not working properly
Hi All -
The Matrix Visual is not working properly in some cases. I've attached the PBIX file and the Excel Data as reference. The problem is the Matrix shows blank items when I select or filter on the TLS Vulnerability items in one of the above graphs or slicers. There are some other items that behave the same way.
Is it a problem with my data or something else? Appreciate any help on this...
Thanks...Rohit
Hello Rnaval
you can just add any measure example :
from the table extract, and things should work fine .
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍
5 Replies
- Daniel29195
Community Champion
Hello Rnaval
you can just add any measure example :
from the table extract, and things should work fine .
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍
- Rnaval
Post Partisan
Excellent, Thank you so much for everyone's help.
- Idrissshatila
Super User
- Daniel29195
Community Champion
since you are not adding any measure to the table , power bi internally adds one .
in your case the one added is :
Vulnerability Priority Ratingif you check the data for this column, --> it is blank for TLS
, and that is why when you select tls , it is returning blank for the rows of the visual, thus power bi wont display anything .
adding a measure will force power bi to use your measure and not some random measure to display your data .
hope this helps
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. Dont forget to hit that thumbs up button 🫡👍
- Rnaval
Post Partisan
One last question - where is the new measure that was created? I don't see it...