You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a customer who's encountering an issue with the Power BI Angular component related to the select all behavior in slicers. When a user selects all items and then deselects a few, the slicer returns the deselected values, effectively inverting the selection. This makes it difficult to determine when the select all option has been used and then modified.
Here's a brief overview of the problem:
Behavior Description: Selecting all items returns undefined or null, indicating no filters. Deselecting a few items then returns the deselected values, which is the inverse of the expected behavior.
Technical Details: The component seems to remember the last state of the select all toggle and inverts the selection when items are deselected.
The text was updated successfully, but these errors were encountered:
I have a customer who's encountering an issue with the Power BI Angular component related to the select all behavior in slicers. When a user selects all items and then deselects a few, the slicer returns the deselected values, effectively inverting the selection. This makes it difficult to determine when the select all option has been used and then modified.
Here's a brief overview of the problem:
Behavior Description: Selecting all items returns undefined or null, indicating no filters. Deselecting a few items then returns the deselected values, which is the inverse of the expected behavior.
Technical Details: The component seems to remember the last state of the select all toggle and inverts the selection when items are deselected.
The text was updated successfully, but these errors were encountered: