Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Export the data that was used to create a visualization

Greg_Deckler 

How to give name of the report to the file ,when i am exporting data into xlsx/csv from the visualization.

  • Anonymous's avatar
    Anonymous
    6 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.

  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous Greg_Deckler  Is there a way to automate the name for the file?

10 Replies

  • Anonymous's avatar
    Anonymous
    Not 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.

    • Anonymous's avatar
      Anonymous
      Not 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 🙂

    • Anonymous's avatar
      Anonymous
      Not applicable

      Anonymous Greg_Deckler  Is there a way to automate the name for the file?

  • Anonymous's avatar
    Anonymous
    Not applicable

    @mvarun01

    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.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous Anonymous Greg_Deckler 

     

    How to change the slicer date format from month/day/year to day/month/year.

    Thanks.

    • Anonymous's avatar
      Anonymous
      Not 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

      • Anonymous's avatar
        Anonymous
        Not 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