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
Anonymous
Not applicable

Max value for a calculate table

Hello All,

I need you support to calculate the max value of a calculate table. In my model i need to create the calculated table as below:

the % is already calculated and is a measure. the month-year is a coulms in the calendar table.

 

recap of the table below:

MESE&ANNO='CALENDAR_SOSP'[MESE&ANNO]

%=PERCENTUALE 

 

The result that i need is the max so

 

ago-20 = 92%

 

Mcarotenuto89_0-1604656617260.png

 

 

thank you very much for the answer

 

massimiliano

4 REPLIES 4
v-kelly-msft
Community Support
Community Support

Hi @Anonymous ,

 

Try the measure as below:

maxvalues=MAXX(VALUES('Table'[MESE&ANNO]),%)

 

Best Regards,
Kelly

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

amitchandak
Super User
Super User

@Anonymous , if it is already a table then you can this measure along with MESE&ANNO

calculate(max(Table[MESE&ANNO]) , filter(allselected(Table), Table[%] =max(Table[%])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

thanks @amitchandak  unfortunatelly is not a table, i think before use your formula i need to create a calculated table like this. 

The % is already calcuted as measure but not for each months. should i create a calculated table with this info? 

Hi @Anonymous ,

 

Is your issue solved?Does my suggestion work ?

Best Regards,
Kelly

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors