Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

R- Auto-Schedule Data Export From Power BI to Sharepoint Folder

Hi,

 

I'm trying to automatically export the dataset from Query editor to the SharePoint folder (in CSV format).

I saw that there is a possibility with the R script.

 

I'm trying this script but it doesn't work.

# 'dataset' holds the input data for this script

system("curl --NTLM --USERNAME username: PASSWORD --upload-file dataset

https://COMPANYNAME.sharepoint.com/:f:/r/sites/SGDM-frreports/Shared%20Documents/Proba.csv")

3 Replies