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
I have a simple date table:
Table: = CALENDARAUTO(10)
First column Date
Scond column calculated: OffsetDate = DATEADD('Date Table'[Date],2,MONTH)
For some reason, only around 300 rows are calculated, the remaining rows are empty.. What am I missing?
Solved! Go to Solution.
I found my mistake, DATEADD takes a column and returns a table. It is not meant for calculation on a single date. Your comment helped me realize that the formula didn't just accept [Date] as argument.
Instead, I need to use a datetime function such as EDATE.
Side note: EDATE(12/31/2019,2) will return 2/29/2020.
I found my mistake, DATEADD takes a column and returns a table. It is not meant for calculation on a single date. Your comment helped me realize that the formula didn't just accept [Date] as argument.
Instead, I need to use a datetime function such as EDATE.
Side note: EDATE(12/31/2019,2) will return 2/29/2020.
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 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |