Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi,
I have a requirement to select the level in hierarchy in Matric view Dynamically based on user selection. here is detail about my requirement:
I have 2 tables. 1 Hierarchy Table which has 3 levels and one Leaf Node(ID). Other is Fact table which has sales data at Leaf Level i.e. ID level.
My requirement is to show all the distinct values of all the levels in one single slicer. that means my slicer will have A1,B1,A11,B11,A21,B21......1.2.3.4.5.6.7.8. in dropdown list.
So when we select any value in the slicer my Matrix view hierarchy should start from that selected value.
For Example If i have selected B21 in slicer then my report should look like below:
If i have selected A34 in slicer then my report should look like below:
Any suggestion?
Thank you in advance.
Solved! Go to Solution.
To achieve your requirement, first we should create a hierarchy for your hierarchy table.
Then you should know that the built-in slicer visual cannot be used to put hierarchy fields. We need to import a custom visual called HierarchySlicer. You can get it from choosing import a custom visual at Visualizations pane and Import from store.
After importing the HierarchySlicer, put the hierarchy field in Fields, and it should be like this when choosing expand all:
Then you can use it to filter your matrix.
Thanks,
Xi Jin.
To achieve your requirement, first we should create a hierarchy for your hierarchy table.
Then you should know that the built-in slicer visual cannot be used to put hierarchy fields. We need to import a custom visual called HierarchySlicer. You can get it from choosing import a custom visual at Visualizations pane and Import from store.
After importing the HierarchySlicer, put the hierarchy field in Fields, and it should be like this when choosing expand all:
Then you can use it to filter your matrix.
Thanks,
Xi Jin.
Any suggestion guys?
User | Count |
---|---|
90 | |
88 | |
88 | |
79 | |
49 |
User | Count |
---|---|
153 | |
145 | |
106 | |
74 | |
55 |