The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
My query is as below
let
Source = PowerBIRESTAPI.Navigation(),
AppWorkspace = Source{[Key="AppWorkspace"]}[Data],
DataflowDatasources = AppWorkspace{[Key="DataflowDatasources"]}[Data]
in
DataflowDatasources
I am getting this and I have no idea why? I am on a premium workspace currently. I am an Admin but I am not the tenant Admin.
Solved! Go to Solution.
Hey!
I'd recommend asking your question in the repo of the custom connector:
Since this is not a native function in Power Query, it is not officially supported. The team who manages and develops the custom connector might be able to provide some guidance on it.
Hey!
I'd recommend asking your question in the repo of the custom connector:
Since this is not a native function in Power Query, it is not officially supported. The team who manages and develops the custom connector might be able to provide some guidance on it.