Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
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.
Solved! Go to Solution.
=MAXX(ALL(Calendar),[DPD RPI])
@MattAllington Thank You so much
Its Work
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)
i create this measure
but still getting incorrect value.
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.
HEY @Ashish_Mathur THANKS FOR REPLY
I USE
Share the link from where i can download your PBI file.
@Ashish_Mathur THERE IS SOME CONFIDENTIAL DATA WHICH I CANT SHARE. there is any other way ???
=MAXX(ALL(Calendar),[DPD RPI])
@MattAllington Thank You so much
Its Work
thanks to all @MattAllington @MattAllington @jdbuchanan71
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?
@jdbuchanan71 I USE THIS
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 60 | |
| 47 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 27 | |
| 27 |