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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Marcky
Frequent Visitor

M Query to R Script

Hello Guys,

 

Can anyone help me here please?

im trying to convert this m query to R script for me able to extract it. Its working on the PBI desktop but when it comes in PBI Service its wont refresh due to the dynamic query, so I am trying to get the data in other way.

 

(site as text) =>
let
Source = OData.Feed("https://Sample.sharepoint.com/sites/pwa/"&site&"/_api/web/lists/GetByTitle('Issues')/Items()?")
in
Source

 

Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Marcky,

perhaps you can try to parameterized your connection string with query parameters. Then you can modify these parameters to get data from different path.

Using the Power BI Service Parameters to change connection strings (To possibly change between Dev 

Notice: these data sources need to have same data structure or it will show the error about the new records not match with cached data structure keys.

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @Marcky,

perhaps you can try to parameterized your connection string with query parameters. Then you can modify these parameters to get data from different path.

Using the Power BI Service Parameters to change connection strings (To possibly change between Dev 

Notice: these data sources need to have same data structure or it will show the error about the new records not match with cached data structure keys.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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