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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
MarkTeviotdale
Frequent Visitor

Using R script in the query editor doesn't like row headers

Hi Power BI Community

 

We are using Power BI and want to also use R script in our queries.  We tried using the "Using R in Power Query Editor" example here  https://docs.microsoft.com/en-us/power-bi/desktop-r-in-query-editor  that contains a very simple csv file for the datasource and example r script to run. What we are finding is that when we follow the example through we get the error below. Trying to debug this we have found that if we change the header names in the file to "a", "b" and "c" then the R script supplied in the example works finew with the new single value no space column headers. Is there a reason why we are having issues with the headers in R script? We are running PowerBi version 2.68.5432.841 (April 2019) with R version 3.5.2. We also tried upgrading the r version on another machine (again debugging as we thought it might be a machine issue) to 3.6.0 and get the same error. 

 

Any help would be greatly appreciated. 

 

 

R script error

DataSource.Error: ADO.NET: R script error.
Loading required package: lattice

Attaching package: 'mice'

The following objects are masked from 'package:base':

cbind, rbind

Error in parse(text = x, keep.source = FALSE) :
<text>:1:17: unexpected symbol
1: Day ~ 0+SMI+SMI missing
^
Calls: mice ... formula -> formula.character -> formula -> eval -> parse
Execution halted

Details:
DataSourceKind=R
DataSourcePath=R
Message=R script error.
Loading required package: lattice

Attaching package: 'mice'

The following objects are masked from 'package:base':

cbind, rbind

Error in parse(text = x, keep.source = FALSE) :
<text>:1:17: unexpected symbol
1: Day ~ 0+SMI+SMI missing
^
Calls: mice ... formula -> formula.character -> formula -> eval -> parse
Execution halted

ErrorCode=-2147467259
ExceptionType=Microsoft.PowerBI.Scripting.R.Exceptions.RScriptRuntimeException

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

@MarkTeviotdale ,

 

You may take a look at the post below.

https://community.powerbi.com/t5/Desktop/Using-R-in-Query-Editor/m-p/591505#M280652

Community Support Team _ Sam Zha
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

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@MarkTeviotdale ,

 

You may take a look at the post below.

https://community.powerbi.com/t5/Desktop/Using-R-in-Query-Editor/m-p/591505#M280652

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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