Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello!
I'm trying to create a report to track our order entry process. I'm trying to write a formula to display the last received date for each order. Somtimes we will receive pieces of the order throughout the week and we want to show when was the last time something was received for each order. If I use the MAX it will display today's date because there were orders that were received today. But, what I want is to display the last received date for each order number. Does anyone know how I can do that with Direct Query?
Solved! Go to Solution.
@Anonymous ,
Try this measure:
CALCULATE(MAX(TABLE[DATE]), ALLEXCEPT(TABLE, [ORDER]))
That worked ! Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |