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.
I try to open an odata feed to a Dynamics365 saved query (something like https://<d365url>/api/data/v9.2/accounts?savedQuery=<guid> ) and I get the following systematic error:
DataFormat.Error: The odata.context url 'https://<d365url>/api/data/v9.2/$metadata#accounts(<list of properties>)' is invalid
The context url is actually valid, and if I call that URL it works properly. Seems like the kind of context URL is not properly managed by PowerBI.
In odata.feed call I added the following set of options [Implementation="2.0", OmitValues=ODataOmitValues.Nulls, ODataVersion=4] with no luck
Did anyone face the same issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.