Good day everyone,
I'm developing a report that uses an RDP with two date parameters.
when the date parameters are displayed in the report using auto design, they are formatted as dateTime instead of date, which can mislead the user and confuse them.
Is there a way to remove the time portion of the date?
Thank you Will, I'll do just that.
Hi Abdullah T
Yes, an auto design works well for that quick report solution when you need to mainly get some data out fast and the users aren't too picky on how it looks.
In your case , you need to use precision design.
I'm using an auto design though, and if I understand correctly, I have to create a precision design to add this formatting, right?
Hi Abdullah T,
Please use following expression in the textbox of the date field.
=format(Parameters!Dataset1_AsPerDate.Value,"dd/MM/yyyy")
Refer to:
daxture.blogspot.com/.../format-date-in-ssrs-report.html
Hi Abdullah,
Have you tried to format the values using this?
=format(Parameters!Dataset1_FromDate.Value,"dd/MM/yyyy")
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sohaib Cheema 745 User Group Leader
Martin Dráb 597 Most Valuable Professional
André Arnaud de Cal... 580 Super User 2025 Season 2