Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |