Forum Discussion
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 like "todays date" + _Title text.
Is this possible?
thank you,
-Jas
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
6 Replies
- Greg_DecklerCommunity Champion
Anonymous - Not aware of a way to do that.
- AnonymousNot applicable
Thank you for confirming that!
- v-lili6-msftCommunity 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
- AnonymousNot applicable
Wow, this is perfect! Thank you!!
- AnonymousNot applicable
I am unable to mark this as solution. Could you help with that? This would be useful for future visitors, Thank you!
- v-lili6-msftCommunity Support
hi Anonymous
Ok, and it's pleasant that your problem has been solved, I will close this thread as the issue is resolved now.
Regards,
Lin