OData Feed error

Copper Contributor

Hi,

I've an issue with Business central OdataV4 connection in Excel 2016.

Some months ago I've created an Excel file to connect Business Central 18  OData, but now I've an issue with the same file like

The feed's metadata document appears to be invalid

 

I've already tried

 

let
Origine = OData.Feed("http://192.168.144.188:7048/xxxx/ODataV4/Company('xxx%20Spa')",null,null)
in
Origine

 

 

let
Origine = OData.Feed("http://192.168.144.188:7048/xxxx/ODataV4/Company('xxx%20Spa')")
in
Origine

 

 

Implementation=2.0 is not valid anymore.

 

With Power BI is Ok, with Edge is ok, but I can't connect to the same data in Excel.

 

thanks,

Samuele

 

 

 

 

 

0 Replies