Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
Solved! Go to Solution.
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
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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |