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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ChristaAlen
Frequent Visitor

Show Non-aggregated value on tooltip in Matrix

AI am trying to show Non-aggregated value on tooltip in Matrix. My Data table is :

 

ChristaAlen_1-1616031636863.png

 

For example if I hover over "AValue" the tooltip should take the value of Table[product3] where Table[Hierarchy 5] == "AValue". So with the table above I wanted to show `2` on tooltip when hovering on AValue in matrix. But its showing total of  2+1+3+5, which is 11

Non-aggregation.png

Is there any way to achieve this result. Any help is appreciated.

 

 

 

 

3 REPLIES 3
NoWayNearNerd
New Member

Did you find any solution?
I am also looking for same.

amitchandak
Super User
Super User

@ChristaAlen , Not very clear. But you can create a tooltip. In tooltip page, You can uncheck keep all filter and drop the only filter you want to pass (page property of tooltip page)

https://docs.microsoft.com/en-us/power-bi/desktop-tooltips

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank You for your reply. To make it more clear, I have removed the tooltip and added it as column (product3)  in the below matrix. 

Non-aggregation1.png

Currently it is showing the sum of Product3 values for each row. But what I actually wanted is shown to the right. (ie instead of 11.00 in the first row I wanted to show 2.00, instead of 9.00 in 5th row I wanted to show 1.00).

 

product3 column in the matrix can be calculated as follows:

1. See what value is shown in the leftmost column of matrix. (For example lets take 1st row, left most column value is "AValue")

2. Now filter the table with [Hierarchy 5] equals to this value. (table[Hierarchy 5] == "AValue")

3. Get the value of product3 column from this filtered table (table[product3] value is 2)

 

ChristaAlen_0-1616190669716.png

 

I am struggling to come up with a measure to represent the above logic. It looks very straight forward but I am not able to figure it out.

 

 

 

 

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.

Top Solution Authors