Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Community
I'm trying to change the date format for the 2nd column but it shows "Error"
The information is coming from the database
Please help me understand why and the way forward
Thank you
Solved! Go to Solution.
First use the below formula to extract date in a custom column and then convert the new column to date
= Date.From(Text.Start([DateField],10))
Replace DateField with your column name
First use the below formula to extract date in a custom column and then convert the new column to date
= Date.From(Text.Start([DateField],10))
Replace DateField with your column name
| User | Count |
|---|---|
| 15 | |
| 6 | |
| 6 | |
| 5 | |
| 5 |