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

Notifications

Announcements

Community site session details

Community site session details

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

Format date column in Modern Controls Table

(1) ShareShare
ReportReport
Posted on by 2,295

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,295 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard