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
Hi Community,
I am currently calculating my project status in excel.
Example in Excel:
on time = planned End date
delayed 1-3 month = planned End date + 90 days
delayed 3-6 month = planned End date + 180 days
I would like to do this calculation directly in the power bi to maintain my status
does someone have a solution?
You should be able to complete this using the DATEADD calculation as long as your dates are in the date format and you have a good date dimension table. If your columns in your source are named as the sample, try:
on time = [planned End date]
delayed 1-3 month = DateAdd( [planned End date], 90, day)
delayed 3-6 month =DateAdd( [planned End date], 180, day)
See this link for more information.
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 48 | |
| 45 |