Forum Discussion
Barre
5 years agoHelper I
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
- BarreHelper 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.