This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |