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! Learn more
Hello,
I am looking to add a column to a table that shows the [Due Date] from the previous month. I have a date table that is linked to the [Import Date] column in the table.
Any help on how to do this would be much appreaciated.
Solved! Go to Solution.
@Anonymous ,
new column =
maxx(filter(Table, [Site Name] = earlier([Site Name]) && [Import Date] <earlier([Import Date]) ) , [Due Date])
Thank you @amitchandak thats great. did have to change the column it filters to [Site_Task] as [Site] is not unique due to many tasks at each site.
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 |
|---|---|
| 84 | |
| 49 | |
| 37 | |
| 30 | |
| 30 |