Forum Discussion
Dataset as a csv file in Sharepoint
- 5 years ago
Depending on how many rows you have, there are multiple ways to do this (listed below); however, if you plan is to provide this CSV for others to do data analysis/visualization, you should consider used a Power BI Dataflow or Dataset instead.
- Make a table visual with all desired columns and export data as CSV
- Use the Power Automate visual to send the data to a Flow and create the csv file
- Copy the whole table and paste in Excel, save as CSV
- Make a simple Paginated Report and subscribe to it as a CSV and export it on demand
- Use DAX Studio
Pat
Depending on how many rows you have, there are multiple ways to do this (listed below); however, if you plan is to provide this CSV for others to do data analysis/visualization, you should consider used a Power BI Dataflow or Dataset instead.
- Make a table visual with all desired columns and export data as CSV
- Use the Power Automate visual to send the data to a Flow and create the csv file
- Copy the whole table and paste in Excel, save as CSV
- Make a simple Paginated Report and subscribe to it as a CSV and export it on demand
- Use DAX Studio
Pat