PowerBI only getting Speckle Data Objects from Grasshopper

Hi Speckle team. I have come across a very strange issue with the PowerBI connector. I have a Grasshopper script where I send different types of data to a Speckle model namely Block Instances, Speckle Data Objects, and Speckle Geometry Objects. Each in its own sub-collection. I can visualise the model in the web just fine.

However, when I try to retrieve the model in PowerBI I only get the Speckle Data Objects. What’s even more weird is if I remove the SDO’s I get the full list of other data with no problems. It’s the same even if they are all in one collection. As long as there is at least one SDO I only get that and not the other data.

I am using the latest version of both connectors.

I created a small test script that replicates the issue. It’s attached to this post. Here is a link to the Speckle project: model 001 - Parameter test | Speckle

speckle_test_data.gh (28.7 KB)