Forum Discussion
Mohan128256
2 years agoHelper IV
Power Query: Relative Path for Power BI Rest API to fetch data sources
Hi Everyone, I have a fnDatasource function to fetch all datasource by groupid's (group as text) =>
let
Source = Json.Document(Web.Contents(https://api.powerbi.com/v1.0/myo...
lbendlin
2 years agoSuper User
No need to reinvent the wheel.
Mohan128256
2 years agoHelper IV
lbendlin This approach is working for only orgonizational account but not for anonymus.
Am i doing anything wrong here.