Forum Discussion
Anonymous
6 years agoNot applicable
Export data filename dynamic value
Hello, I would like my export filename to have a dynamic name. It currently populates from my "Title text". I want to concatenate a date parameter to this so that the filename reads something lik...
- 6 years ago
hi Anonymous
For your case, you could create a dynamic title for the visual
Create a meausre as this:
Title Measure = FORMAT(TODAY(),"MM/DD/YYYY") & "_Title text"Regards,
Lin
v-lili6-msft
6 years agoCommunity Support
hi Anonymous
For your case, you could create a dynamic title for the visual
Create a meausre as this:
Title Measure = FORMAT(TODAY(),"MM/DD/YYYY") & "_Title text"
Regards,
Lin
Anonymous
5 years agoNot applicable
Wow, this is perfect! Thank you!!