[BUG] - "layers.circle.paint.circle-color: Expected at least 4 arguments, but found only 2." When non-existent combination of dashboard interaction and slicer selected #93
Labels
bug
Something isn't working
Describe the bug
When a dashboard is created with slicers, and visuals that can interact with the map, we need a graceful handling of non-existent data contexts. When a user may accidentally select a bad combination on the dashboard, they are presented with an unfriendly error message, rather than the map. "layers.circle.paint.circle-color: Expected at least 4 arguments, but found only 2."
The inherent challenge in trying to account for this error in the current state is that power bi cannot in-turn filter slicer selections based on dashboard interaction cross-filter selections.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It would be better if the map instead reverted to the default view or loaded with no plots instead. I understand that this is outside usual use-cases, and the users should know that the selections they're making make no sense, but a user could still accidentally click around and stumble across this, as I did.
Screenshots


Additional context
None
The text was updated successfully, but these errors were encountered: