Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
18 | |
7 | |
7 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |