Forum Discussion

noah44's avatar
noah44
Icon for Helper I rankHelper I
3 years ago

Remove Scroll Bar on X-Axis when drilling

Hi,

 

I am trying to implement Drill-Down on one of my visuals. The hierarchy is defined as Year, Month, Day, 15-Minute-Values.

My problem is when I am trying to display the 15-Minute-Values of a Day it impements a scroll bar on the X-Axis because it has too many values, but when I display the same Day without the hierarchy for Drill-Down it works.

 

with hierarchy:

 

without hierarchy:

 

Any suggestions on how to achieve the behaviour of the second screenshot with the drill-down hierarchy?

 

Thanks and kind regards

Noah

2 Replies

  • noah44 , With a date and Date/time column you can have a continuous axis.  You can add an additional column to drill as per need on axis

    • noah44's avatar
      noah44
      Icon for Helper I rankHelper I

      amitchandak , thank you for the response. What do you mean with "You can add an additional column to drill as per need on axis"?