Forum Discussion
Shreeram04
4 years agoResolver III
Display Month Name
Hi All, I want to display the month name on a card that has the largest value in the year. For example, January has a value of 20, Feb has 40 and march has 50 means I want to display march(Month ...
PC2790
4 years agoCommunity Champion
Hey Shreeram04 ,
Try this:
MaxValueMonth = FIRSTNONBLANK(TOPN(1,VALUES(Table[MonthName]),[measuretogetthemaxvalue]),1)