Forum Discussion
Power BI web wrong date format displayed
Hi,
I work with the Web application of Power BI, and i get my datas from Streaming API.
In the json body, i have some String values and a Date Value.
When i create a report based on my streaming data (passed or failled test for each date for exemple ), the date is displayed with the wrong format.
send that for exemple :
Is there a solution on the web to format the date ?
I tried to set the language but it did nothing.
My location is in france for information, and it's set in the browser and Power BI to French.
Thanks a lot in advance for your help.
5 Replies
- AnonymousNot applicable
Hi YoanD
You can try to use format() function to set the format of the date in Power BI Desktop.
e.g Measure = FORMAT(TODAY(),"dd-MM-yyyy hh:mm:ss")
You can also refer to the following link.
Solved: Date displayed in american format - Microsoft Power BI Community
Solved: Help to Change Date Format on Power Bi Service - Microsoft Power BI Community
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.