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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
JemmaD
Helper V
Helper V

Combine text with max date for dynamic title

I have done this before, but i've clearly forgotten how to build a simple measure because my syntax is not working. 

I want to create a measure which says "Online Monthly Service for month year" where 'month year' is the max date in my Date dimension table. Simples. 

Here is my syntax, can you please tell me how to fix it? 

Report Title = "Online Monthly Service for " && FORMAT ( MAX ( 'DimDate'[Date] ), "MMM YYYY" )

 

1 ACCEPTED SOLUTION
JorgePinho
Solution Sage
Solution Sage

Hello @JemmaD ! 
Try: 

Report Title = CONCATENATE("Online Monthly Service for ",FORMAT ( MAX ( 'DimDate'[Date] ), "MMM YYYY" ))

View solution in original post

1 REPLY 1
JorgePinho
Solution Sage
Solution Sage

Hello @JemmaD ! 
Try: 

Report Title = CONCATENATE("Online Monthly Service for ",FORMAT ( MAX ( 'DimDate'[Date] ), "MMM YYYY" ))

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.