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
4 years agoSuper User
Anonymous , 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
4 years agoImpactful Individual
AnonymousAnother vote on this!