Forum Discussion
Oodi
2 years agoFrequent Visitor
Using Measure Name as Dynamic Title
Hello, I'm creating a dynamic tooltip which displays dynamic title based on selection in a given time visual. The tooltip should display the selected measure title for column names below wor...
Oodi
2 years agoFrequent Visitor
Keeping the topic open if anyone has insights:
To recap trying to display measure name in a dynamic title with custom report page tooltip in a same way Power Bi displays measure names in a default tooltip but only displaying one measure title (the one that you are hovering on) at a time instead of all like in the below examples.
Example with Measures in Values.
Example with Parameters in Values:
Tickets = {
("Tickets", NAMEOF('DimMeasures'[Tickets]), 0),
("Cancelled Tickets", NAMEOF('DimMeasures'[Cancelled Tickets]), 1),
("Delayed Tickets", NAMEOF('DimMeasures'[Delayed Tickets]), 2),
("On time Tickets", NAMEOF('DimMeasures'[On time Tickets]), 3)
}