March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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.
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.
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.
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.
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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |