Forum Discussion

Sander1401's avatar
Sander1401
Helper II
3 years ago
Solved

Help needed on Y axis

Hi all,

I have a visual with the possibillity to switch between absolute numbers and percentages (up to 100%).
The only problem I have is that sometimes the Y-axis shows 200%, so the bars only fill half.
That's why I want to construct a measure to put in the Y-axis max.
But I am stuck on the formula for the absolute numbers.
See below my example, I have a  stacked bar with months on the X-axis and legend on status, but I need a formula to calculate the max total per month, so in this case 450 (month 202203):

monthstatuscountTotal per month
202201A50
 

 

 
202201B100200
202201C50 
202202A100
 

 

 
202202B75250
202202C75 
202203A150 
202203B200450
202203C100 
202204A100 
202204B100300
202204C100 

 

Thanks in advance,

Sander

  • Hi  Sander1401 ,

     

    Try something similar to:

     

    MAX value = CALCULATE (MAX(Table[Column]), ALLSELECTED(Table[Month]))

3 Replies

  • Hi  Sander1401 ,

     

    Try something similar to:

     

    MAX value = CALCULATE (MAX(Table[Column]), ALLSELECTED(Table[Month]))
    • Sander1401's avatar
      Sander1401
      Helper II

      Hi MFelix,
      thanks for your reply, but what column should I add in the formula?

      MAX value = CALCULATE (MAX(Table[Column]), ALLSELECTED(Table[Month]))
      • MFelix's avatar
        MFelix
        Super User

        The column that you want to use has maximum value