Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
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
User | Count |
---|---|
91 | |
74 | |
71 | |
58 | |
55 |
User | Count |
---|---|
41 | |
38 | |
34 | |
32 | |
30 |