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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Format date column in ...
Power Apps
Suggested Answer

Format date column in Modern Controls Table

(1) ShareShare
ReportReport
Posted on by 2,297

Hello all,

 

How to format a date column in a table?

WebPortal_0-1710247819158.png

Basically, I don't need the time. The data source is a Dataverse table with a "date" type.

 

Thank you.

 

Categories:
I have the same question (0)
  • MK-04030856-0 Profile Picture
    on at

    Does the column in Dataverse include the time?

     

    Anyway, you could give this a try. Seems to solve the issue.

  • WebPortal Profile Picture
    2,297 on at

    The column is date only.

     

    As you may see, the only available properties of the control are the following:

    WebPortal_0-1710251946570.png

     

  • KF-19091006-0 Profile Picture
    16 on at

    I'm having the same problem right now. I'm displaying a Sharepoint list in the modern controls table and would like to format the date in a column. Is there already a solution?

  • nicholaslim1 Profile Picture
    16 on at

    facing a similar issue with Modern Tables. Using SharePointlist as the data source and would like to change to dd/mm/yyyy instead of the default mm/dd/yyyy.

    In my SharePoint list its configured to Australia region, dd/mm/yyyy.

  • MauroCoffetti Profile Picture
    6 on at

    Hello,

    I found this solution. 

    Change the table Items property adding a column to the source (use AddColumns function).

    Define the value of the new column appling, to the original date column, the date format you prefer (in my case Italian)

     

    AddColumns(

       'SourceTableName',

       CreatedFormatted, //name of the new column

       Text(Created,DateTimeFormat.ShortDate,"it-IT")

    )

     

    Than in the Table fields selection select the new column (CreatedFormatted) instead the original one (Created)

  • Suggested answer
    ThePowerPlat Profile Picture
    2 on at
    So, I had the same issue.
    After trying above, I believe I have a better answer.
    Using SharePoint list, I have created a calculated column on the source itself(my app is using SharePoint as the backend).
    The calculated item (CreatedDateCalculated) has the following formula
    =TEXT([Created], "dd/MM/yyyy")
     
    Now all I need to do is use the new item in our app and the table displays the data correctly.

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 Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 482 Most Valuable Professional

#2
11manish Profile Picture

11manish 459

#3
Haque Profile Picture

Haque 331

Last 30 days Overall leaderboard