March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am trying to export an Excel spreadsheet from a Power BI table visual. Table includes things like truck number, delivery items, etc. I need this spreadsheet to be formatted with different truck numbers as different sheets and each sheet including all information about that truck. Is it possible to set 1 column to be split by sheet in the spreadsheet? I know this can be done in SSRS but this data is being exported by users from Power BI in a browser. How do I accomplish this?
Solved! Go to Solution.
Hi @Erin_ ,
If I understand you correctly, you want to talk about exporting the data of each truck on visual to each sheet. i.e. each truck's data corresponds to a sheet, right? If yes, I'm afraid that there is no direct method to achieve it in Power BI. You can export the data from a Power BI visual to a .csv file and then use a macro or a VBA script in Excel to split the data into separate sheets based on the values in a specific column. You can find more information on how to export data from a Power BI visual to a .csv file in the following link.
Export data from a Power BI visualization - Power BI | Microsoft Learn
Once you have the data in Excel, you can use a macro or VBA script to split the data into separate sheets.
How to Split Excel Sheet into Multiple Workbooks Using VBA (With Example) (yodalearning.com)
excel - Split Data into Multiple Sheets with VBA - Stack Overflow
Best Regards
Hi @Erin_ ,
If I understand you correctly, you want to talk about exporting the data of each truck on visual to each sheet. i.e. each truck's data corresponds to a sheet, right? If yes, I'm afraid that there is no direct method to achieve it in Power BI. You can export the data from a Power BI visual to a .csv file and then use a macro or a VBA script in Excel to split the data into separate sheets based on the values in a specific column. You can find more information on how to export data from a Power BI visual to a .csv file in the following link.
Export data from a Power BI visualization - Power BI | Microsoft Learn
Once you have the data in Excel, you can use a macro or VBA script to split the data into separate sheets.
How to Split Excel Sheet into Multiple Workbooks Using VBA (With Example) (yodalearning.com)
excel - Split Data into Multiple Sheets with VBA - Stack Overflow
Best Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |