- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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],",")
result
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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],",")
result
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
After that turn on the tooltip option for matrix and select the page that you created earlier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 11-12-2024 06:26 AM | ||
12-18-2024 09:13 PM | |||
10-21-2024 12:31 AM | |||
08-28-2024 08:47 AM | |||
12-09-2024 09:53 AM |
User | Count |
---|---|
83 | |
78 | |
52 | |
37 | |
36 |
User | Count |
---|---|
104 | |
85 | |
47 | |
44 | |
42 |