Forum Discussion
Anonymous
6 years agoNot applicable
Automatically rename a data export file (csv or excel)
Hello, Is it possible to set the export csv or excel file name automatically for users so that they do not need to name the file when they extract data? Either the filename and/or a workbook name wi...
- 6 years ago
It works like I descirbed. Just make sure a visual has title. Table/matrix visuals by deafult have title disabled. Add a title.
v-lionel-msft
Community Support
6 years agoHi Anonymous ,
It is a good habit to add a title to each visual, maybe you can create a dynamic title, like this.
Measure 3 =
IF(
ISFILTERED(Sales[Brand]),
"Sales of " &SELECTEDVALUE(Sales[Brand]),
"AAAA"
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lionel-msft
Community Support
6 years agoHi Anonymous ,
Has your problem been solved?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Yes, thank you all! I have marked the solution appropriately.