Forum Discussion
Max Value Error
- 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
Instead of using MAXX try MAX([your measure],0). This will pick the higher of the two scalar values [your measure] and 0. If your measure can go negative but you still want to pull that if it does you would do MAX([your measure],-9999999)
- Anonymous7 years agoNot applicable
Hi jdbuchanan71
i create this measure
Highest Rev/traffic = MAX([MTD RPT],0)but still getting incorrect value.
- jdbuchanan717 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]
- Ashish_Mathur7 years agoSuper User
Hi,
Try this
=MAXX(ALL(Calendar),[MTD RPT])
I am assuming that the Dates appearing in your Calendar visual have been dragged from the Calendar Table.
Hope this helps.
- Anonymous7 years agoNot applicable
HEY Ashish_Mathur THANKS FOR REPLY
I USE
Highest Rev/traffic = MAXX(ALL(Calender[DateKey]),[MTD RPT])RESULT IS 12.47 WHICH IS WRONG. CURRENT VALUE OF WHOLE MONTH IS 22.58