Forum Discussion
Get Chart to Display Information One Level Below Chosen Hierarchy
Create A list of areas as a separate Table
Using SELECTEDVALUE Function create a selection criteria and use that in Switch Function to invoke the values based on Slicer Selection .For Better understanding Watch this video from 7:20 onwards
https://youtu.be/_U2M0Hkotl4?list=PLWQB3PEUJKRneu8fam5CaCMCdrIdT_zDD
Let me know it is helpful or any further help required!
Hello I am aware of selectedvalue / switch functionality. However, it is not that simle, we have a large organization. The above was just a very basic example. Our structure goes from
Region -> Area -> District -> Branch
A user could choose any one of these.
Goal is to display the next level down based on their choice. Using the SELECTEDVALUE method as you describe.... the slicer would be flat and contain all organization levels, which isn't the optimal user experience...
- AG23 years agoFrequent Visitor
Did you end up figuring out the solution to this?