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
Sample data . Last column is the desired output. Looking to get the Max closed_date for previous tasks in the same wo.
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
It is for creating a new column.
Expected result CC =
MAXX (
FILTER (
'Table',
'Table'[wo] = EARLIER ( 'Table'[wo] )
&& 'Table'[Task_No] < EARLIER ( 'Table'[Task_No] )
),
'Table'[closed_date]
)
Hi,
Please check the below picture and the attached pbix file.
It is for creating a new column.
Expected result CC =
MAXX (
FILTER (
'Table',
'Table'[wo] = EARLIER ( 'Table'[wo] )
&& 'Table'[Task_No] < EARLIER ( 'Table'[Task_No] )
),
'Table'[closed_date]
)
Thanks a bunch. It worked.
Thanks. Let me check it out
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 |