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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
GrayGunn5
Frequent Visitor

Matrix Visualization tooltip

I have managed to create a matrix visualization where each cell counts the number of students who study 2 particular subjects in school, i.e. the row and columns are both school subjects and a value of 2 in a cell means that 2 students study those 2 subjects like Art and Business Studies. See below:

powerbi.png

Now I would like the tooltip to show the names of the two students who study both Art and Business Studies. 

Any help would be most gratefully recieved as I am new to all this and not a programmer but a teacher.

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @GrayGunn5 

Thanks for reaching out to us.

you can try this measure, and put it into tooltip page, for more please see the sample file attached below

names = CONCATENATEX(VALUES('Table'[Name]),[Name],",")

vxiaotang_3-1667381204234.png

vxiaotang_0-1667381135220.png

result

vxiaotang_1-1667381145088.png

vxiaotang_2-1667381158866.png

 

Best Regards,

Community Support Team _Tang

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

View solution in original post

6 REPLIES 6
v-xiaotang
Community Support
Community Support

Hi @GrayGunn5 

Thanks for reaching out to us.

you can try this measure, and put it into tooltip page, for more please see the sample file attached below

names = CONCATENATEX(VALUES('Table'[Name]),[Name],",")

vxiaotang_3-1667381204234.png

vxiaotang_0-1667381135220.png

result

vxiaotang_1-1667381145088.png

vxiaotang_2-1667381158866.png

 

Best Regards,

Community Support Team _Tang

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

AbbasG
Memorable Member
Memorable Member

@GrayGunn5 yes if you can share the file, I can look and try to help.

I have put a simpolified mock up of the source file here:

 

@GrayGunn5 the link does not open.

AbbasG_0-1666273735810.png

 

AbbasG
Memorable Member
Memorable Member

@GrayGunn5 

Hi, this is my sample solution, hope it helps to achieve your desired output.


To show the tooltip in the matrix, you have to first create a tooltip page that you want to show, in this case, the name of the students as below.

 

AbbasG_1-1666267777129.png

After that turn on the tooltip option for matrix and select the page that you created earlier.

 

AbbasG_0-1666267643436.png

 

Unfortunately that is what I tried but because the values in the matrix are derived from a measure, (calculated on the fly) I can't seem to get it to work. Would it help if I sent you the file?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

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