The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I WANT TO CHANGE THE FORMAT FROM THE LEFT TO THE RIGHT ON QUERY. IS IT POSIBLE?
Solved! Go to Solution.
Hi @abegum ,
You can do it in power query. Just create a new custom like below:
{Number.From([DEL])..Number.From([AL])}
Then expand the list to rows and change it to date type:
For more details, please refer to https://www.youtube.com/watch?v=u3HLseZxSj4
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @abegum ,
You can do it in power query. Just create a new custom like below:
{Number.From([DEL])..Number.From([AL])}
Then expand the list to rows and change it to date type:
For more details, please refer to https://www.youtube.com/watch?v=u3HLseZxSj4
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Power query allows you to specify the source culture of your date information
Date.FromText - PowerQuery M | Microsoft Docs
You get an ISO-8601 date which you can then transform again into the target culture.
User | Count |
---|---|
3 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
4 | |
2 | |
2 | |
2 | |
2 |