Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Moon_Embrace252
Regular Visitor

PowerBI -Dynamic-Title

In powerBI, when I try to add Dynamic title for a visual and apply conditional formatting for Title by going into Title-title-text box,  Ok button is missing.

Moon_Embrace252_0-1714761668682.jpeg

 

 

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @Moon_Embrace252 
The dynamic title should be a measure. 
For example to achieve the title like on the picture :

Ritaf1983_0-1714796439959.png

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 % "
Ritaf1983_1-1714796557626.png

To put it at the visual :

Ritaf1983_2-1714796640413.png
Ritaf1983_3-1714796719965.png

and now I can get a desired color with conditional formatting based on the title measure or on the value of the visual :

Ritaf1983_4-1714796839673.png

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.

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @Moon_Embrace252 
The dynamic title should be a measure. 
For example to achieve the title like on the picture :

Ritaf1983_0-1714796439959.png

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 % "
Ritaf1983_1-1714796557626.png

To put it at the visual :

Ritaf1983_2-1714796640413.png
Ritaf1983_3-1714796719965.png

and now I can get a desired color with conditional formatting based on the title measure or on the value of the visual :

Ritaf1983_4-1714796839673.png

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.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.