2
votes

I am developing a system in Asp.net MVC 5. The system reports are in Microsoft Power BI. The user needs to export the report to an Excel file.

Does anybody know how to apply or develop a button or a Visual in Microsoft Power Bi reports to export the particular report to an Excel file when it is published?

The Export icon is available when the report is in In Power BI account / Dashboard as below. enter image description here

But when the report is published and when the user views the report through MVC application, there is no way to export data to a .xlsx file or .csv file(as shown below).Export and Pin icons are missing. I need a method or any special widget which can do that work. Thank you in advance.

enter image description here

enter image description here

1

1 Answers

1
votes

There are currently two options to export to Excel

  1. Export Data

  2. Analyze in Excel

However, neither of these will allow you to export an entire report including visuals. This is currently one of the more irritating limitations of Power BI.

There are a number of ideas on the Power BI forums that are related to this. Please add your vote and comments to the ones that are most relevant to you.