web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Supply chain | Supply Chain Management, Commerce
Suggested Answer

Date format for SSRS report

(0) ShareShare
ReportReport
Posted on by 10

How I can change D365FO date format for SSRS report for all languages?
We need to have dd.mm.yyyy, but all the time we get the reports with mm.dd.yyyy.

User options/Preferences/Date, time, and number format is changed to the local; Time zone is correct. In the system we have correct date format (Delivery date, Confirmed ship date etc),

pastedimage1608551903580v2.png

but on SSRS reports date is incorrect.

pastedimage1608551952320v3.png

Note: if we use local language for RFQ report, we get correct date format. For RFQ in other languages Date format is incorrect.

PO confirmation report - anyway (in all languages) is incorrect (mm.dd.yyyy)

I have the same question (0)
  • Blue Wang Profile Picture
    Microsoft Employee on at

    Hi Liene,

    You can try to use expression for that.

    Please check this:community.dynamics.com/.../format-date-using-ssrs-expression

  • Sergei Minozhenko Profile Picture
    23,093 on at

    Hi Liene,

    You can take a look at configurable business document printouts as well, instead of using SSRS. At least format change is implemented without development in excel template.

    docs.microsoft.com/.../configurable-business-documents-reporting-word-excel

  • Suggested answer
    Muthusamy Profile Picture
    4 on at

    Hi,

    Use the below expression for Date conversion in report design.

    To Change the Date format

    =iif(IsNothing(Fields!TableField.Value),"",CDATE(Fields!ExpirationDate.Value).ToString("dd/MM/yyyy"))

    For e.g.

    1. CDate(Fields!TableField.Value).ToString("dd-MMM-yyyy") and the output will be 27-Aug-2020

    2. CDate(Fields!TableField.Value).ToString("dd-MM-yyyy") and the output will be 27-08-2020

    Thanks,

  • Abdulaziz Albloshi Profile Picture
    365 on at

    If you are customizing the report, You can write the required format in "format" property of the field on SSRS report designer.

    Otherwise use configurable business document printouts, docs.microsoft.com/.../configurable-business-documents-reporting-word-excel

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Supply chain | Supply Chain Management, Commerce

#1
Mallesh Deshapaga Profile Picture

Mallesh Deshapaga 1,086

#2
Laurens vd Tang Profile Picture

Laurens vd Tang 241 Super User 2026 Season 1

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 129 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans