Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
6 | |
4 | |
4 | |
3 | |
3 |