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 / TEXT function use on a...
Power Apps
Answered

TEXT function use on a Calculated column

(0) ShareShare
ReportReport
Posted on by 716 Moderator

I have a calculated date/time column that is simply the submission date of the sharepoint record + 14 days.

 

When I use Text(ThisItem.FollowupDate,DateTimeFormat.ShortDateTime) in a Text label, it does not convert and the raw date/time appears as text.

 

That's what is explained as the solution to what I want in numerous posts.

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,945 Most Valuable Professional on at

    Hi @DCHammer ,

    SharePoint calculated columns do not “play well” with Power Apps and should not be used. You can do the same calculation in Power Apps as you have the same fields available to you.

    Text(
     DateAdd(
     YourDateField,
     14,
     TimeUnit.Days
     ),
     DateTimeFormat.ShortDateTime
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • DCHammer Profile Picture
    716 Moderator on at

    Thanks Warren. I did manage to make the silly thing work by using DateTimeValue and then converting that to text. And all for not. The users decided they don't want to see that value anyway now. Arrrg

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard