Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |