Forum Discussion

Petr_M's avatar
Petr_M
Frequent Visitor
4 years ago
Solved

Dynamically calculated Y axis maximum (extra space over max displayed value)

I have a measure.     Ratio = sum(Table[A])/sum(Table[B])     I want to plot the Ratio in a chart that has an Y axis with the following idea:     MaxY = max(Ratio)*1.3     so that the...
  • amitchandak's avatar
    4 years ago

    Petr_M , Using the column used on x-axis

     

    MaxY = maxX(Values(Table[Col]) ,[Ratio])*1.3