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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Enter a Dynamic Title to a Table and a Matrix, like the current date

how to Enter a Dynamic Title to a Table and a Matrix, like the current date

1 ACCEPTED SOLUTION
edhans
Super User
Super User

This is brand new just this past week with the April 2019 build of Power BI. Read this article, which will explain how conditional format titles, or expression based titles, can be used. You must have the April 2019 build. Won't work with anything earlier.

 

I believe it needs to be text, so a measure like this will simply put today's date in the title if you select this measure for the title.

 

Today for Title = "Today is " & FORMAT(TODAY(),"MMMM DD, YYYY")


Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

2 REPLIES 2
edhans
Super User
Super User

This is brand new just this past week with the April 2019 build of Power BI. Read this article, which will explain how conditional format titles, or expression based titles, can be used. You must have the April 2019 build. Won't work with anything earlier.

 

I believe it needs to be text, so a measure like this will simply put today's date in the title if you select this measure for the title.

 

Today for Title = "Today is " & FORMAT(TODAY(),"MMMM DD, YYYY")


Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
Anonymous
Not applicable

Wow! that is awesome, thanks a lot!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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