Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have imported raw data and created visuals (table) on PowerBI dashboard. for reporting purpose what i need is i want to export all the visuals (total 6 visuals available dashboard) into one excel file in the different tabs. How would i do that?

Please guide me here

What I have tried:

I can export single table separately hovering on 3 dots on each visual but then i need to repeat this task 6 times since i have 6 tables available and it created 6 different .csv file. This is not suffice my requirement.
Posted
Comments
Andre Oosthuizen 24-May-23 5:27am    
You can use the Power BI Export API withJavaScript.
Set up your Power BI report with the visuals you want to export.
Create a new JavaScript file and include the necessary dependencies. You'll need the Power BI JavaScript library and the SheetJS library for Excel manipulation.

What code, errors or crashes do you have.
Member 14124697 24-May-23 6:04am    
thanks....let me try this way

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900