Forum Discussion
Export the data that was used to create a visualization
How to give name of the report to the file ,when i am exporting data into xlsx/csv from the visualization.
- Anonymous6 years ago
Hi
I don't think this is currently possible as the file is always exported as "data". Depending on your usecase you could investigate using a flow / automate to rename the files.
- Anonymous6 years ago
Anonymous Greg_Deckler Is there a way to automate the name for the file?
10 Replies
- AnonymousNot applicable
Hi
I don't think this is currently possible as the file is always exported as "data". Depending on your usecase you could investigate using a flow / automate to rename the files.
- AnonymousNot applicable
Anonymous Greg_Deckler Anonymous
While exporting you can change the name from "data" to anything for your visualization/table.
If you give title to that viz and try to export data it will take your title as name for the file on its own.
Thanks 🙂
- AnonymousNot applicable
Anonymous Greg_Deckler Is there a way to automate the name for the file?
- Greg_Deckler
Community Champion
Anonymous , I agree with Anonymous
- AnonymousNot applicable
After my research, I'm afraid he couldn't make it in Power BI for now. You can export to Excel and then rename the Excel file.
For your requirement, you could publish your new idea to Power BI Ideas and have this feature come sooner.
Paul Zheng Community Support Team _
If this post helps, please consider Accepting it as the solution to help other members find it more quickly. - AnonymousNot applicable
Anonymous Anonymous Greg_Deckler
How to change the slicer date format from month/day/year to day/month/year.
Thanks.
- AnonymousNot applicable
This is a bit of a different issue, but no worries
You need to change the format of your date. You can just change the format using the column tools or you can use a DAX statement to make a calculated column like FORMAT( [date] , "dd/mm/yyyy")
Thanks
- AnonymousNot applicable
Anonymous
Hi , I tried changing the format of the date field but it still doesn't affect the the format in the slicer.
Thanks