Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
abhijitroy99
New Member

CSV extract from Power BI ( pro )

Hi , 

I want to create an extract from power bi , I have the necessary data by joining mutiple data sources , but not sure how to automate the "Export Data" option that we see in the BI dashboard . Appreciate your kind suggestion will be appreciated. 

 

Regards,

2 ACCEPTED SOLUTIONS
Greg_Deckler
Community Champion
Community Champion

@abhijitroy99 If you want to automate, check out the Power BI REST API. Reports - Export To File (Power BI Power BI REST APIs) | Microsoft Docs



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

v-yingjl
Community Support
Community Support

Hi @abhijitroy99 ,

Currently you could not export data automatically from power bi dashboard directly.

You can try to run R script for your dataset and set scheduled refresh for it to export data automatically.

write.csv(dataset, file = "C:/dataset.csv") 

R.png

 

Note:

  • To enable a scheduled refresh of R scripts, the On-premises data gateway (personal mode) has to be used.

 

For more details, you can refer this article and video which introduce it in details:

  1. How to Auto-Schedule Data Export From Power BI 
  2. Schedule data downloads / exports in Power BI 

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yingjl
Community Support
Community Support

Hi @abhijitroy99 ,

Currently you could not export data automatically from power bi dashboard directly.

You can try to run R script for your dataset and set scheduled refresh for it to export data automatically.

write.csv(dataset, file = "C:/dataset.csv") 

R.png

 

Note:

  • To enable a scheduled refresh of R scripts, the On-premises data gateway (personal mode) has to be used.

 

For more details, you can refer this article and video which introduce it in details:

  1. How to Auto-Schedule Data Export From Power BI 
  2. Schedule data downloads / exports in Power BI 

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

@abhijitroy99 If you want to automate, check out the Power BI REST API. Reports - Export To File (Power BI Power BI REST APIs) | Microsoft Docs



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

I am checking how this can be achieved. 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors