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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.