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
Hi,
I have a strange issue in one of my requirement. I have a date column in my dataset that is coming in as text. When i try to convert this to Datetime the dates and months are getting mixed up :
Example : if you look into the rows highlighted in Red, the Month and dates are swapped and the green rows are correct.
Is there a way to fix this? beause of this all my time related measures are getting calculated incorrectly.
Solved! Go to Solution.
@Jagan_MFilterIT , This UK vs US date issue.
or create a new column in dax
date(mid([Delivery Datetime],7,4) , mid([Delivery Datetime],4,2), left([Delivery Datetime],2) + timevalue([Delivery Datetime])
@Jagan_MFilterIT , This UK vs US date issue.
or create a new column in dax
date(mid([Delivery Datetime],7,4) , mid([Delivery Datetime],4,2), left([Delivery Datetime],2) + timevalue([Delivery Datetime])
Sir,
Thanks a ton. I used the second option to construct the date using your dax formula:
date(mid([Delivery Datetime],7,4) , mid([Delivery Datetime],4,2), left([Delivery Datetime],2) + timevalue([Delivery Datetime])
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 |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |