Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic title in chart
I follow the blog http://sqljason.com/2018/03/display-last-n-months-selected-month-using-single-date-dimension-in-powe... in order to display Display Last N Months & Selected Month using Single Date ...
amitchandak
Super User
4 years agoAnonymous , Create a measure and use in title
dynamictitle="total sales per month(over the last" & max(N[N]) & " months)"
Also refer
https://www.blue-granite.com/blog/create-a-dynamic-title-in-power-bi-updated
YukiK
Impactful Individual
4 years agoAnonymousAnother vote on this!