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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Deermeat
Resolver I
Resolver I

Questions regarding using R Script to process data on Power BI Service

Hello,

I'm considering using R Script to do some financial calculation on my data, then put the new data back into the PowerBI Dataset as a column. I need this to work on PowerBI Service, but I have a few questions I wish to ask:

 

1. Based on this link, I need to set the data privacy level to public. Does this means that anyone who I share the report with will be able to see the underlying data?

2. If I use the Run R Script in PowerBI Desktop and then upload it to Power BI Service, will the R Script still work when I refresh the dataset with new data? I already have a gateway installed on the SQL Server where I'm pulling the data from. (Not sure if this is relevant.)
3. I can't seem to find Run R Script on Dataflow on Power BI Service, does this mean that R Script does not work on Power BI Service?

Thank you!

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

Hi @Deermeat ,

According to your description, here's my insights.

1. All R data source settings must be set to Public. All other steps in a Power Query Editor query must also be public. Public data source gives everyone visibility to the data contained in the data source. Reference: Understand Power BI Desktop privacy levels - Power BI | Microsoft Docs

2. To schedule refresh of your R visuals or dataset, enable scheduled refresh and install an on-premises data gateway (personal mode) on the computer containing the workbook and R.

3. By my research, I'm afraid you can't run R script on Power BI Service, you can only publish the R script report from Desktop to Service. Power BI Service mainly used for publishing and sharing your data and Power BI reports. 

 

Best Regards,
Community Support Team _ kalyj

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

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @Deermeat ,

According to your description, here's my insights.

1. All R data source settings must be set to Public. All other steps in a Power Query Editor query must also be public. Public data source gives everyone visibility to the data contained in the data source. Reference: Understand Power BI Desktop privacy levels - Power BI | Microsoft Docs

2. To schedule refresh of your R visuals or dataset, enable scheduled refresh and install an on-premises data gateway (personal mode) on the computer containing the workbook and R.

3. By my research, I'm afraid you can't run R script on Power BI Service, you can only publish the R script report from Desktop to Service. Power BI Service mainly used for publishing and sharing your data and Power BI reports. 

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-yanjiang-msft,

 

Understood. Thank you for your help.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors