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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

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.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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