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
So this is probably simple, but I'm stuck here.
This is what my dates look like:
I'm trying to create a new custom colum that does discipline codes before a certain date to create a Grandfathering Clause:
It says it's good to go, but it's not. I get a bunch of errors:
When I remove the date field all the errors disappear and I get values appearing. Any help appreciated!
Solved! Go to Solution.
@Axit -
Showing the error would have helped us 🙂
#date(1,1,2008) is incorrect. It should be
#date(year as number, month as number, day as number)
Another issue is you are using #date when your values are of DateTime thereby needing #datetime as
#datetime(year as number, month as number, day as number, hour as number, minute as number, second as number) as any
Proud to be a Super User!
@Axit -
Showing the error would have helped us 🙂
#date(1,1,2008) is incorrect. It should be
#date(year as number, month as number, day as number)
Another issue is you are using #date when your values are of DateTime thereby needing #datetime as
#datetime(year as number, month as number, day as number, hour as number, minute as number, second as number) as any
Proud to be a Super User!
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 |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |