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
Trying to use the SWITCH function to populate a new column. Seems to be ignoring the first statement for the Landing and New Ground Bothell lines. All Landing are coming out as 15 and New Ground Bothell as 9. New Ground Avondale is okay. Can someone help me format this correctly? Thanks!
Solved! Go to Solution.
Hi,
Most likely because you haven't made your dates explicit. As such, an expression such as
<= 03/17/2020
will be evaluated as 'less than the continued fraction 3 divided by 17 divided by 2020', i.e. <=0.000087361677344...
Try replacing with DATEVALUE, e.g.
DATEVALUE("03/17/2020")
Regards
Hi,
Most likely because you haven't made your dates explicit. As such, an expression such as
<= 03/17/2020
will be evaluated as 'less than the continued fraction 3 divided by 17 divided by 2020', i.e. <=0.000087361677344...
Try replacing with DATEVALUE, e.g.
DATEVALUE("03/17/2020")
Regards
Thanks. Still learning!!! Works perfect.
You're welcome!
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 |
|---|---|
| 16 | |
| 12 | |
| 9 | |
| 6 | |
| 6 |