Forum Discussion
YoanD
3 years agoNew Member
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 stream...
Anonymous
3 years agoNot 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.
YoanD
3 years agoNew Member
Hi,
Thanks for yor answer.
But like i said, i'm working a the Web version of power BI.
Is it possible to switch between the differente solution of PowerBi to modify date format ?