CONTEXT
I am using Power BI to get data from Dynamics 365 Finance and Operations ([My organization's root URL]/data) using the following guide from Microsoft:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/odata
There is a table I can look up in the SysTableBrowser in Dynamics
( organization.operations.dynamics.com/ ) with many fields in it.
ISSUE
Unfortunately, the ODATA does not display all the fields in the table. It displays around 80% of the fields. How do I get the missing fields to show up in ODATA?
There was already a question on this forum similar to this, but it was never answered!
https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/371843/odata-field-from-inventdim-does-not-show-up
In that question the OP specifically states, "The Entity PurchPurchaseOrderLineEntity has many fields in D365FO, but in the OData, it only has few."
Any help would be much appreciated!