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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
TusharGaurav
Helper III
Helper III

How to find the max value for a calculated numeric measure?

Hi Experts,

 

I have the following table Visual in my report:

Emp NameQuantity Sold
John122
Peter54
Ravi67
Rakesh98
Neha155

Here "Quantity Sold"is a calculated measure.

Now I need to create a new measure to fetch the maximum "Quantity Sold" which is 155 so the table visual will be as below:

Emp NameQuantity SoldMax Quantity Sold
John122155
Peter54155
Ravi67155
Rakesh98155
Neha155155

I cant use calculated column so is there any way I can create a calculated measure to show maximum "Quantity Sold"?

Thanks,

Tushar

2 ACCEPTED SOLUTIONS
rajendraongole1
Super User
Super User

Hi @TusharGaurav -You can define a measure that calculates the maximum of your "Quantity Sold" measure across all employees.

 

you can replace with your table name.

rajendraongole1_1-1726757479265.png

 

 

Max Quantity Sold = MAXX(ALL('quant'), [Quantity Sold])
 
Hope this works
 
 

 





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

Proud to be a Super User!





View solution in original post

TusharGaurav
Helper III
Helper III

Hi Rajendra,

 

Thanks a lot for your help.

It worked.

 

Thanks and Regards,

Tushar

 

View solution in original post

2 REPLIES 2
TusharGaurav
Helper III
Helper III

Hi Rajendra,

 

Thanks a lot for your help.

It worked.

 

Thanks and Regards,

Tushar

 

rajendraongole1
Super User
Super User

Hi @TusharGaurav -You can define a measure that calculates the maximum of your "Quantity Sold" measure across all employees.

 

you can replace with your table name.

rajendraongole1_1-1726757479265.png

 

 

Max Quantity Sold = MAXX(ALL('quant'), [Quantity Sold])
 
Hope this works
 
 

 





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

Proud to be a Super User!





Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors