Forum Discussion
Anonymous
5 years agoNot 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-ye...
v-kelly-msft
Community Support
5 years agoHi 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!