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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
bullius
Helper V
Helper V

MAX of SUM values

2 REPLIES 2
AlexChen
Microsoft Employee
Microsoft Employee

Hi,

 

I assume your table called “categoryInfo”.

 

You can create a column called “weekOfYear” to get the week of year from “Week Commencing” in Query Editor. See screenshot below.

 

 

5.png

 

Now you can called a measure to calculate the sumAmount by weekOfyear:

 

sumAmountByWeek = CALCULATE(sum(categoryInfo[Amount]), ALLEXCEPT(categoryInfo, categoryInfo[WeekOfYear]))

 

Then you can create a measure to calculate max sumAmount:

 

maxSumWeekAmount = CALCULATE(MAXX(ALL(categoryInfo[WeekOfYear]), categoryInfo[sumAmountByWeek]))

 

6.png

 

Best Regards

Alex

Thanks for the reply @AlexChen,

 

For some reason I managed to create duplicate posts. The other is found here and has some solutions already accepted on it. Please add your suggestion to that post and I will delete this one.

 

Thanks!

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.