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'm having this problem when importing my data using direct query:
In the Power Query my data is shown in the the right format (DD/MM/YYYY)
But when I place this column inside a visual that's how it's shown:
Is there any way to change this date to the DD/MM/YYYY format?
Thank you in advance, best regards.
Solved! Go to Solution.
Hi @Anonymous ,
Here are the steps you can follow:
1. You can Add Column – Custom Column in Power Query Editor.
Text.From(Date.Day([Date]))&"/"&Text.From(Date.Month([Date]))&"/"&Text.From(Date.Year([Date]))
2. Or use the custom format.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
Here are the steps you can follow:
1. You can Add Column – Custom Column in Power Query Editor.
Text.From(Date.Day([Date]))&"/"&Text.From(Date.Month([Date]))&"/"&Text.From(Date.Year([Date]))
2. Or use the custom format.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Click the Date column and then Format.
Yeah, I tried something like that, but the thing is using Direct Query mode you're not allowed to execute such thing, hence my question.
Changing data types in the query editor is different than just changing the format string as @vicky_ suggested. Did changing the format string not work?
Pat
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 |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |