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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 14 | |
| 9 | |
| 8 | |
| 7 |