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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors