Forum Discussion

kurtsmetana's avatar
kurtsmetana
Frequent Visitor
5 years ago

Get Chart to Display Information One Level Below Chosen Hierarchy

Hello could use some help here!

 

I have a standard organization hierarchy slicer.

When users select their organization, I'd like the charts to display the level below them on the X axis.

 

For example, look at this basic organization table:

Level1Level2Level3
Region1Area1District1
Region1Area1District2
Region2Area3District3

 

When the user navigates through the slicer and chooses "Area1" I'd like a waterfall chart to show his districts on the X axis (District 1 and 2).

 

Basically a chart that is looking at a step down from the chosen organization column. 

 

Any ideas??

3 Replies

    • kurtsmetana's avatar
      kurtsmetana
      Frequent Visitor

      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...  

       

       

      • AG2's avatar
        AG2
        Frequent Visitor

        Did you end up figuring out the solution to this?