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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Whiskeybar
Advocate I
Advocate I

Does R script write.table work in PBI Service?

Hello!

 

I have an R-script running in Power Query in PBI desktop which transforms my input data and saves output data as csv in a certain directory (thanks, @curbal!) 

Here is the script:


require(gdata)
write.table(dataset, file="xxx, sep = ";", row.names = FALSE, na = "", quote = FALSE);

 

I am now trying to make it work in Power Bi Service  - with scheduled refresh - hoping that the Service will save the csv the same way my Desktop did, but it does not work 😞 

 

Has anyone managed to find a workaround to automate data exporting from PBI Service?

 

Thank you very much!

 

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

HI @Whiskeybar ,

I don't think it is possible to run these script code on power bi service. They will been blocked due to security and permission reasons.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @Whiskeybar ,

I don't think it is possible to run these script code on power bi service. They will been blocked due to security and permission reasons.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Thank you for reply! I will be looking for another workaround , then... 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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