So defined the GetConnectors and added myself as a user and there are no IP restrictions setup yet.
After loading the data with the following query:
let
Source = OData.Feed("https://bridge-online.invantive.com/MY_SEGMENT/odata4/", null, [Implementation="2.0"])
in
Source
I can see all the get connectors like GetConnector.profitgetconnectoren@aon.
When I try to modify load a specific data table like this and I get the 404 error:
let
Source = OData.Feed("https://bridge-online.invantive.com/MY_SEGMENT/odata4/AfasOnline.GetConnector.Profit_Employees@aon", null, [Implementation="2.0"])
in
Source
How should I get the data from AFAS Profit 6 into Power BI?
The Power Query M code generated for any platform with Invantive Bridge Online using OData4 will be identical. It is recommended to take any existing report.