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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
alfBI
Helper V
Helper V

Matrix with multiple values for a column - How to retrieve cell properties

Hi,

 

We have prepared a matrix table with 1 item on the column (row Name), 1 item on the column (Col Name) and two values (measure A & B). We would like to create a custom tooltip that displays the name of the measure when the mouse passes over the cell

That is when passing cursor over value in red

 

alfBI_1-1713185269732.png

tooltip shoud diplay:

 

Measure A: 11

 

How can we retriveve in DAX the name of the measure referred in the cell and its value?

 

 

Thx

 

1 ACCEPTED SOLUTION
Sergii24
Super User
Super User

Hi @alfBI, I don't think it's possible... Both measures are evaluated in a defined filter context (i.e. row3 and col2). While hovering between values 11 and 2 the filter context of PowerBI is not changing, which means both are evaluated. You can create a tooltip to show values of both or only one, but this one should be defined in advance (always Measure A or always Measure B). 
I've tried to play around with SELECTEDMEASURE() and similar functions but didn't find a way to obtain the desired result.

If you find a solution, please tag me as I'd like to learn how to do it!

View solution in original post

2 REPLIES 2
Sergii24
Super User
Super User

Hi @alfBI, I don't think it's possible... Both measures are evaluated in a defined filter context (i.e. row3 and col2). While hovering between values 11 and 2 the filter context of PowerBI is not changing, which means both are evaluated. You can create a tooltip to show values of both or only one, but this one should be defined in advance (always Measure A or always Measure B). 
I've tried to play around with SELECTEDMEASURE() and similar functions but didn't find a way to obtain the desired result.

If you find a solution, please tag me as I'd like to learn how to do it!

AnalyticPulse
Super User
Super User

i suggest creating a separate tooltip table for the tooltip and use the custom tooltip for meeting this requirement

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.