Forum Discussion
Anonymous
4 years agoNot applicable
Date format changes when publishing report
Hi all, So I've seen similar questions asked on the forums but none that are the same as mine. In a report i have the date set like so However when published the same report has the dat...
v-chenwuz-msft
4 years agoCommunity Support
Hi Anonymous ,
If the date you want to fixed the format, you can use FORMAT().
FORMAT function (DAX) - DAX | Microsoft Docs
Try new column like the following:
New Date = FORMAT( [DATE], "dd mmmm yyyy")
Keep in mind that the result is string.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.