Forum Discussion

Barre's avatar
Barre
Helper I
5 years ago

Dax Expression Custom Tooltip

Hi,

 

I´m struggeling on how to visualize the values in the matrix in a custom tooltip.

E.g when hovering on 20,00% I want the custom tooltip to display 20,00%, how can I achieve this?

 

Table Structure

 


Matrix

 

   Rows

    Product Name

   Columns

    Gender

   Values

    % of Column Total

 

Measure 

 % of Column Total = DIVIDE(SUM('Table'[Sales]),CALCULATE(SUM('Table'[Sales]),ALLSELECTED('Table'[Product Name])))

5 Replies

  • Hi Barre : you can switch the tooltip off from visual format section, which will show the same hovered value in tooltip on hover

     

     

    • Barre's avatar
      Barre
      Helper I

      Hi Washivale : Thank you for your reply!
      Yes, I know I have that possibility, but I need to have it in a custom tooltip due to several other measures will be displayed in the same tooltip, where as one of these measure is dynamic and changes depending on the filters that is manually selected.

      • Washivale's avatar
        Washivale
        Resolver V

        Hi Barre : Explore Tooltip page option in that case, you would be able to include all your measures and it displays values based on filtering context of hover.