Forum Discussion
PowerBI -Dynamic-Title
- 2 years ago
Hi Moon_Embrace252
The dynamic title should be a measure.
For example to achieve the title like on the picture :with selected year and red color in case of profits that are less than 2.5 % ,
I need to create a measure for the title :Dynamic title = if([profits _ %] > 0.025,"The profits (%) for: " & MAX('Calendar'[Year]) & " greater than 2.5 % " ,"The profits % for " & MAX('Calendar'[Year]) & " less than 2.5 % "To put it at the visual :
and now I can get a desired color with conditional formatting based on the title measure or on the value of the visual :
The pbix is attached you can follow my steps
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi Moon_Embrace252
The dynamic title should be a measure.
For example to achieve the title like on the picture :
with selected year and red color in case of profits that are less than 2.5 % ,
I need to create a measure for the title :
To put it at the visual :
and now I can get a desired color with conditional formatting based on the title measure or on the value of the visual :
The pbix is attached you can follow my steps
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.