Forum Discussion
Help to Change Date Format on Power Bi Service
- 5 years ago
Hi. The dates management can be really tricky. The thing is that those default formats like you are showing will change automatically to response on the Browser Language. Each account can configure on Power Bi Service if you want to use default browser language region to render reports or set one as default.
I'm not sure if you can change that for a file. I think that's when you create it. However you can try setting a regional date type on Power Query (Transform data or quey editor menu) as sfrost shows there.
Let's see if that definition can stay in the browser configuration in Service.
Hope that helps,
Try the following steps to remedy that.
- Open your PBIX file > Go to Transform Editor (Power Query Editor)
- Select the Date Column > Right Click on Column Name> Change Type > Using Locale
- Once you click on Using Locale, a window pops-up with the below options
- Change Data Type to Date or DateTime and Locale to your desired locale type
- And click on OK and apply the transformations and publish to service
Did I answer your questions? Give a thumbs up and accept this post as solution!
- Anonymous3 years agoNot applicable
_sfrost thanks a lot ! Your solution was the one that helped me.