March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
We would like to show dates as "mm/dd/yyyy" but Power BI Service is showing them as "yyyy-mm-dd". Is there a way to convert this from within Power BI Service editor?
Solved! Go to Solution.
Hi @CUDataAnalytics ,
I think you can use model view in Power BI Service. You can go to Settings for the workspace. Select Advanced > Data model settings. Check the option Users can edit data models in the Power BI service (preview).
Then you can go to the report and click on the Open data model and change the format.
Finally you will see what you change in the report.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @CUDataAnalytics ,
Your solution is great, @GilbertQ. It worked like a charm! Here I have another idea in mind, and I would like to share it for reference.
I think you can also use DAX to create a formatted date column.
Measure = FORMAT(MAX('Table'[Date]),"MM/DD/YYYY")
Then I publish it to the Power BI Service.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You will need to change the formatting strings for your date in your PBIX file and then re-upload the PBIX file to the Power BI Service.
Thank you for the feedback. Unfortunately, we cannot change the date format in Power BI Desktop as we are using Power BI Services for report development.
Hi @CUDataAnalytics ,
I think you can use model view in Power BI Service. You can go to Settings for the workspace. Select Advanced > Data model settings. Check the option Users can edit data models in the Power BI service (preview).
Then you can go to the report and click on the Open data model and change the format.
Finally you will see what you change in the report.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Unfortunately at this time it is not possible to update the formatting in the Power BI Service only. It has to be done from Power BI Desktop.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
39 | |
26 | |
15 | |
11 | |
10 |
User | Count |
---|---|
58 | |
52 | |
23 | |
14 | |
11 |