I’ve been testing some workflow in PowerBI using Power Queries to filter out large models with only specific elements; it seems to all work as expected on the data side, but the 3D viewer on PowerBI is only showing one element (the first) rather then all the filtered ones.
Drilling through the object id data show the objects one by one correctly instead. A couple of screenshots are attached showing the data table and corresponding dashboard.
The 3D Visual needs the Version Object ID field to visualize all(or a part) the elements - in your second screenshot is missing, also is missing from your table. You can include Version Object IDs in your table as a column or create a relationship with the Original Query table using the IDs.
That’s all clear and always worked for me, what I meant is that i’m using a GraphQL query in PowerBI and fetching only some parts of the overall model. Where do i retrieve the VersionID of each brep in the model?
When i plug the column of filtered ids (and create the relationship manually, if I don’t doesn’t do it automatically) though the viewer gets stuck loading (screen 2).
Object IDs expect the id’s of individual objects. If your “id” is that it should work. Just make sure you connect it to “Tooltip Data” column too. I think that’s needed for filtering and interactivity with other visuals.