Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |