Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
DATEADD function not returning all the row under "column". Please help. Thanks.
Solved! Go to Solution.
Hi there,
Happy to help. This is super curious...it should definitely return the value for ALL rows. However there is another way to write the formula. This one below should work.
Column = Table1[Date] + 5
Reid Havens - Principal Consultant
PowerPivotPro
The documentation says this behavior is by design.
The result table includes only dates that exist in the dates column.
So when adding 5 days to “May 31,2017", it is "Jun 5, 2017" which doesn't exist in the date column.
You'll use @Reid_Havens suggestion as a workaround.
Thanks Eric!
Hi there,
Happy to help. This is super curious...it should definitely return the value for ALL rows. However there is another way to write the formula. This one below should work.
Column = Table1[Date] + 5
Reid Havens - Principal Consultant
PowerPivotPro
Thanks Reid!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |