Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Sander1401
Helper I
Helper I

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

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi  @Sander1401 ,

 

Try something similar to:

 

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

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

3 REPLIES 3
MFelix
Super User
Super User

Hi  @Sander1401 ,

 

Try something similar to:

 

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

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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

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

The column that you want to use has maximum value


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.