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

Be 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

Reply
jyaul786
Helper II
Helper II

Tooltips single page

Dear Friends,

i have table with Product,Product value and Group ID, Group value.

jyaul786_0-1692262161033.png

and separte column chart for both Product and Group ID and one tooltip page.

jyaul786_1-1692262262740.png

and i want to get value(tooltip) through single custom tooltip page. means whenever i hover to Product column chart, it will pop up with 'Product Value' and whenever i hover to Group column chart, it will pop up with 'Group Value'. how can i achieve this from single custom tooltip page. with help of DAX.

-without unpivot column at power query side

 

1 ACCEPTED SOLUTION
Prateek97
Resolver III
Resolver III

Hi @jyaul786 ,

You can create a dynamic measure which will change values based on the filtered dimension. Something like this:

Tooltip Test =
IF(ISFILTERED('Table'[Product]),
    SUM('Table'[Product Value]),
SUM('Table'[Group Value])).
 
Then on the tooltip page, put this measure in a card. This should work. Let me know if it is still stuck.
 
Please mark as answer if your issue is solved.

View solution in original post

1 REPLY 1
Prateek97
Resolver III
Resolver III

Hi @jyaul786 ,

You can create a dynamic measure which will change values based on the filtered dimension. Something like this:

Tooltip Test =
IF(ISFILTERED('Table'[Product]),
    SUM('Table'[Product Value]),
SUM('Table'[Group Value])).
 
Then on the tooltip page, put this measure in a card. This should work. Let me know if it is still stuck.
 
Please mark as answer if your issue is solved.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.