Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
Can anyone help me to solve this... I have a data with custom date format dd/mm/yy. But when i create visual, why it appears long format date starts with yy/mm/dd?
How can i change it to be seen as per chart below starts with dd/mm/yy?
Thanks
Solved! Go to Solution.
1. Go to query editor.
2. In your table, right click on the date column and duplicate it first so that we still have the original column untouched.
3. Right click on your duplicate column, say Date-Copy, and select Change Type -> Using Locale
4. Set Data Type as Text, Locale as English (United Kingdom).
5. Close and Apply
6. Use Date-Copy along with your calculation. In the visual, sort it in ascending order.
1. Go to query editor.
2. In your table, right click on the date column and duplicate it first so that we still have the original column untouched.
3. Right click on your duplicate column, say Date-Copy, and select Change Type -> Using Locale
4. Set Data Type as Text, Locale as English (United Kingdom).
5. Close and Apply
6. Use Date-Copy along with your calculation. In the visual, sort it in ascending order.