Skip to main content

Notifications

Announcements

No record found.

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)

  • Abdulaziz Albloshi Profile Picture
    Abdulaziz Albloshi 365 on at
    RE: Date format for SSRS report

    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

  • Suggested answer
    Muthusamy Profile Picture
    Muthusamy 4 on at
    RE: Date format for SSRS report

    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,

  • Sergei Minozhenko Profile Picture
    Sergei Minozhenko 23,091 on at
    RE: Date format for SSRS report

    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

  • Blue Wang Profile Picture
    Blue Wang on at
    RE: Date format for SSRS report

    Hi Liene,

    You can try to use expression for that.

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

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans