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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors