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
Describe the bug
When Hide Members is set to "Empty" I am unable to make multiple selections within different branches and levels. Behavior is as expected when Hide Member is set to "Never".
Previous versions with Empty Leaves set to "On" also worked as expected.
Something has changed in latest releases and I am unable to roll back to a previous version of the visual as info always shows appsource latest version. Not sure why import from file is not working.
When was 2.0.22 released? I can't see that version in release history.
melbark
changed the title
[BUG] Ragged hierarchy Empty Leaves not functioning as expected with multi select on different levels
[BUG] Ragged hierarchy Hide Members (Empty) not functioning as expected with multi select on different levels
Nov 5, 2019
Thanks for reporting this and indeed it is a bug. Currently need to validate the last part, write the test case for it and after that I will send a fix for review.
Outside the scope of this bug but what is the process to build the visual?
npm install
npm run package
results in
TS2322: Type '(options: VisualConstructorOptions) => HierarchySlicer | undefined' is not assignable to type '(options?: VisualConstructorOptions | undefined) => IVisual'.
Type 'HierarchySlicer | undefined' is not assignable to type 'IVisual'.
Type 'undefined' is not assignable to type 'IVisual'.
Describe the bug
When Hide Members is set to "Empty" I am unable to make multiple selections within different branches and levels. Behavior is as expected when Hide Member is set to "Never".
Previous versions with Empty Leaves set to "On" also worked as expected.
Something has changed in latest releases and I am unable to roll back to a previous version of the visual as info always shows appsource latest version. Not sure why import from file is not working.
When was 2.0.22 released? I can't see that version in release history.
To Reproduce
Steps to reproduce the behavior:
Crete a multi-level ragged hierarchy and turn Hide Members to "Empty".
for screenshots -> https://1drv.ms/w/s!AhAy9hQRIpG4yzOwS8yexC4hGwus?e=V8YhbY
for example workbook ->hierarchy slicer pattern not working with 2.0.22.zip
Expected behavior
Filter context from leaves at different levels should be passed.
Power BI info (please complete the following information):
The text was updated successfully, but these errors were encountered: