Forum Discussion
joleift
9 years agoFrequent Visitor
Tooltip - show total
Hi.
(my first question here so be gentle :-) )
How can I show the total in addition to the values that is showing?
2 Replies
- AnonymousNot applicable
Hi joleift,
Current power bi not support customize tooltip, I think you can vote below idea which has the similar requirement.
Tooltip customization on reports
Regards,
Xiaoxin Sheng
- SivaManiResident Rockstar
You may create a calculated column and add to tooltips filed,
DAX like - > Total = value + SUM(Value)