specklesystems / speckle-powerbi-visuals

Custom Speckle visuals for PowerBI
Apache License 2.0
28 stars 10 forks source link

bug: Visual Issues with GH data #42

Closed bimgeek closed 11 months ago

bimgeek commented 1 year ago

Description

When working on Grasshopper to Power BI workflow for a tutorial, i faced a bug. I created a Speckle object inside Grasshopper. I connected the GH geometry as the displayValue key for the object. And I added two custom parameters too, Area and Department.

image

I received this data in Power BI and filtered out only Speckle objects from the flat list of elements. I visualized the GH data in 3D using 3D Viewer Visual. But there are 3 issues when using Visual with Speckle data:

  1. Selection doesn't work when i connect "Filtered" data

When i receive Grasshopper data in Power BI and filter only the Speckle objects i created (and remove meshes and breps from the Source data), selection items in the Visual stops working.

PBIDesktop_ki1l7yp1JI

  1. Shadows are way too dark

PBIDesktop_fGDRoHX4Tm

  1. Inconsistent behavior: Visual Zooms in when tooltip info connected

When i connect "Department" key that i extracted from the received data as the "Tooltip Info", Visual zooms in for whatever reason. Zoom Extent on change option is turned on.

PBIDesktop_omK0GXLgbD

Sometimes i couldn't reproduce this.

Streams Used

https://speckle.xyz/streams/4f6eeaa421/branches/intro-gh-powerbi

bimgeek commented 11 months ago

47