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!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi
I have a spreadsheet with multiple fields with data type General which contains strings and dates. In power BI, I would like to create a new column with status when comparing two different fields only with date values. Is there a way I can convert the general data type to the date field and compare it with another date field along with status?
Thanks
Solved! Go to Solution.
Add a new column with:
= try Date.FromText([DateColumn], [Format = "MM/dd/yyyy", Culture = "en-us"}) otherwise nullReplace [DateColumn]. "MM/dd/yyy", "en-us" as appropiate for your column, date format and locale.
Add a new column with:
= try Date.FromText([DateColumn], [Format = "MM/dd/yyyy", Culture = "en-us"}) otherwise nullReplace [DateColumn]. "MM/dd/yyy", "en-us" as appropiate for your column, date format and locale.
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 |
|---|---|
| 12 | |
| 12 | |
| 10 | |
| 6 | |
| 5 |