Forum Discussion
Anonymous
7 years agoNot applicable
Max Value Error
i want to get Max Value of Measure. I use Maxx Function but the Value which its return it Average Value. Please Guide How can i get Proper Max Value Using Measure.
- 7 years ago
=MAXX(ALL(Calendar),[DPD RPI])
- Anonymous7 years ago
MattAllington Thank You so much
Its Work
Highest Rev/traffic = MAXX(Calender,[DBD RPT])thanks to all MattAllington MattAllington jdbuchanan71
Anonymous
7 years agoNot applicable
Hi jdbuchanan71
i create this measure
Highest Rev/traffic = MAX([MTD RPT],0)
but still getting incorrect value.
jdbuchanan71
7 years agoSuper User
Hello Anonymous ,
Can you share the formula in your [MTD RPT] measure? Given your screen shot, what value are you wanting to see in your measure?
- Anonymous7 years agoNot applicable
jdbuchanan71 I USE THIS
MTD RPI = TOTALMTD([DBD RPI],Calender[DateKey])DBD RPI = [DBD SBI GP]/[DBD INVOICE COUNT]