Hello,
I’ve been working on developing a Power BI dashboard that pulls the APM Data Model for InField to visualize our progress on checklists, however I’m running in to some road blocks. Currently for me to pull checklists, checklist items and measurements in power BI, I have to expand the related table columns within power BI rather than just being able to load each table individually and relate them to each other. Ideally I’d like to have the relationships to other tables as part of the model pull without needing to expand related tables as that’s creating significant folding in the data pull.
Example:
- Loading the checklist table and expanding the checklistitems table and then the measurements table takes roughly 45 minutes to load due to the folding that occurs in the data load
- If I load these 3 tables separately, it takes under 1 minute - however I then don’t have any way to relate the values from each table to each other. The checklist items table does not have the checklist externalId that it relates to and the measurements table does not have the externalId of the checklist item that it relates to. Because of this, I cannot load them individually….
- The sourceId shown in the checklist item table doesn’t relate back to the checklist table at all. Seems to be related to the template item table instead
This inefficiency in expanding the related tables coupled with the fact that the source tables are missing the necessary values renders the Power BI connector almost useless. Am I doing something wrong, or are others encountering this same issue?