Forum Discussion

planc7's avatar
planc7
Icon for Helper I rankHelper I
2 years ago
Solved

Dynamic Max Value on Bar Chart Depending on Hierarchy Level

Hi all,

I need to build a bar chart with two different level of Hierarchy on X Axis. Let's say Year and Release.

 

Then, I need to set dinamically a Max Value for Y Axis for each visualized level. For instance, when Release is visualized then Max Value is 5000, otherwise 10000.

 

I'm trying to use the ISINSCOPE function but it seems not working when is put on conditional formatting for Y Axis.

IF(ISINSCOPE([Release]),5000,10000).
 
Any ideas on how to control Y Axis for different level of Hierarchy?
 
For example, at year level the max value has to be 10000

 

When Release is drilled down then the max value has to be 5000, and not more 10.000

 

Thank you all.