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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |