Is there any EASY way to extract data from D365FO for a Power BI report ?
I don't understand why I can't have access to a read-only AXDB for making my reports. I would simply select my tables as I did with AX09 and I would be done. The solutions customers have are not optimal. Not everything I need for the reports are in the entities when I connect to D365 through Power BI.
If I right click on a form in D365, say Inventory Transactions (InventTrans), is there a way to get the entities it uses?
BYOD : Works okay. In my case, full push is required on a schedule as I couldn't get incremental working. Tables are still processed sequentially even though they are in the same export batch job and are of course dropped during update which limits the frequency for which it is possible to update data. Worst part is that you can only select entities to export, some of which are derivatives that have limited or no access to some of the table data. You have to figure out which entities you need to export.
Custom entities:
Requires you to go into the dev VM, select the table, make an entitiy out of it. If it has a recid, which is most of the tables, you have to make an index on it to get past the "Natural key was not found" error then publish the entity. This work should be left to developers, not end users. It's too cumbersome.
So, is there any other reliable way of getting access to the AX tables?