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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
mlovejoy
Helper I
Helper I

Max Total Sales in Matrix Year and countries

Dear community,

I'm trying in a Matrix to retrieve the Maximum Total Sales of all the Year by countries. Very simple in theory, but it seems more complex in reality as I need to remove the Year filter to place the measures inside the matrix. But removing the all(Year) also changes the context of my Max formula. I tried turnaround with Supporting tables, but it doesn't seem to work as I loose the Year with my technics.

Any straight forward methods? Faced this problematic more than once :slight_smile:

Thanks for you help!
Mark Lovejoy

Simple Data Model.PNG

Desired result.PNG

  

1 ACCEPTED SOLUTION
ERD
Community Champion
Community Champion

max_value =
VAR max_sales = MAXX ( ALL ( 'Table (3)'[country] ), [sales_amt] )
RETURN
    IF ( [sales_amt] = max_sales, [sales_amt], BLANK () )

ERD_0-1694759206416.png

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.

Check out my latest demo report in the data story gallery.

Stand with Ukraine!


Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/

Thank you!

View solution in original post

5 REPLIES 5
ERD
Community Champion
Community Champion

@mlovejoy , you can try to use conditions: 

IF ( [current value] = max_value, max_value, BLANK() )

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.

Check out my latest demo report in the data story gallery.

Stand with Ukraine!


Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/

Thank you!

@ERD thanks for your replay, however it is not that easy. How do you define crurent value? Current value will always be the Max value in the context of a Matrix. The only way would be to remove the Year context, but that would then calculate the Max value of all the years together...

ERD
Community Champion
Community Champion

max_value =
VAR max_sales = MAXX ( ALL ( 'Table (3)'[country] ), [sales_amt] )
RETURN
    IF ( [sales_amt] = max_sales, [sales_amt], BLANK () )

ERD_0-1694759206416.png

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.

Check out my latest demo report in the data story gallery.

Stand with Ukraine!


Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/

Thank you!

Works perfectly thank you! I've learn something today :-). Just replaced all(countries) by all(year)

 

Thanks

Mark

Btw my max value per year is a sum lf Sales.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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