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
We've run into a issue with syncing HierarchySlicers, in that under certain circumstances, two identical synced HierarchySlicers on two different tabs of a report still seem to completely lose visualization of the internal filter state when switching between those tabs.
The HierarchySlicer there will show no selected entries, while the other visuals on the tab clearly still reflect the inner filter of the HierarchySlicer.
Expected behavior
The HierarchySlicer in the second tab still show the selected entries.
Power BI info (please complete the following information):
Thanks for the feedback and looking into the issue I can confirm that it is a bug regarding the sync option in combination with the blanks/null in the ragged hierarchy. TL;DR: Some code is exiting to early because the value is null.
The next version will contain a fix for this issue, but unfortunately it will take some weeks before it is available to everybody.
A possible workaround is to alter the source to replace the nulls in the hierarchy with the parent name and use that option to hide the not needed levels.
Hi @liprec. This is an older bug which, from the notes above, should be resolved. However, I am seeing this issue (sync between pages not working) in version 2.2.2 of the app. The issue shows up when:
Select a parent node using Click. All child nodes in that branch are automatically selected.
Ctrl+Click to deselect some child nodes.
Is this a separate issue from what was reported in this bug? Thanks.
We've run into a issue with syncing HierarchySlicers, in that under certain circumstances, two identical synced HierarchySlicers on two different tabs of a report still seem to completely lose visualization of the internal filter state when switching between those tabs.
Steps to reproduce the behavior
In Hierarchy slicer bug demo.zip:
Expected behavior
Power BI info (please complete the following information):
The text was updated successfully, but these errors were encountered: