specklesystems/speckle-powerbi-visuals

Visual fails to load DataView: Repeated Indices found in `GroupBy` or `Projections`

Closed this issue · 1 comments

Reported in the forum https://speckle.community/t/3d-viewer-visual-doesnt-color-by-parameter/3773/35

Seems like there are potential combinations of inputs that will trigger an error while parsing the DataView.

Surely this is based on the new matrix view we've implemented, as it will now try to group things together using PowerBI's logic, there may be some extra setup needed in capabilities.json to allow for this combinations to happen without fail.

This was fixed by a small modification on the data table mapping. Color By input can only be a "grouping" and never a "measure" now.