Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.