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 text field with the following
August 3, 2018 10:58 AM
I need to convert it to a date function. so it reads 03/08/2018
Solved! Go to Solution.
Hi @Anonymous,
Didi you try in M with the date function ? Or in Dax the Format function
Something like this ( where Date is my text column 😞
= Table.TransformColumnTypes(Source,{{"Date", type date}})Please if it does not work let us know I will try another approach.
Ninter
Hi @Anonymous,
Didi you try in M with the date function ? Or in Dax the Format function
Something like this ( where Date is my text column 😞
= Table.TransformColumnTypes(Source,{{"Date", type date}})Please if it does not work let us know I will try another approach.
Ninter
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 |
|---|---|
| 60 | |
| 47 | |
| 39 | |
| 24 | |
| 23 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 63 | |
| 38 | |
| 31 |