Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
in the top of my report I want to show the current date in the head area.
Therefore I placed a card visual with follwing measure:
In PowerBI desktop the date is shown correctly following the locale parameter inside the measures formula.
But if I open the report in PowerBI app or the web then the date looks like this:
If I remove the locale parameter from the measures formula, then the date is presented in PowerBI app and also web, but then it is in english.
How can I make the date working correctly in PowerBI app and web formatted with my locale please?
Solved! Go to Solution.
Hi @TM_AC ,
Please use "de-DE" instead of "de_DE".
Measure = UPPER(FORMAT(TODAY(),"DDD DD. MMM YYYY", "de-DE"))
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @TM_AC ,
Please use "de-DE" instead of "de_DE".
Measure = UPPER(FORMAT(TODAY(),"DDD DD. MMM YYYY", "de-DE"))
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
How is this suppose to appear for January 1, 2022? Can you give an example of what you want to see?
Hey TM,
After some investigation, the locale parameter you are using ( "de_DE" ) isnt not supported in Power BI service.
Look at below image for some other options
User | Count |
---|---|
43 | |
32 | |
30 | |
27 | |
25 |
User | Count |
---|---|
55 | |
54 | |
35 | |
33 | |
28 |