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 / Concatenate a date col...
Power Apps
Answered

Concatenate a date column and a text column using a dataverse formula column

(0) ShareShare
ReportReport
Posted on by 33

I'm fairly new to using dataverses. I want to fill a new column with a date and a text from two other columns in the same row. I created a new column for this with type fx.

 

When I enter something like:
Text(DateColumn; "dd/mm/yyyy") & TextColumn

 

Then the syntax is ok, but the error message follows:
This argument cannot be passed as DateTime type in formula columns.

How do I solve that?

I have the same question (0)
  • Ethan_009 Profile Picture
    4,838 Moderator on at

    Hi @JerryVividMiM ,

     

    Have you tried different formula just to check if you are getting Date format first and then check your textcolumn value is coming in your field.

    Later, you can use Concatenate function like,

    Concatenate(Text(DateColumn; "dd/mm/yyyy"); TextColumn.Text)

    I am not sure if .Text is used in FX because I haven't used it yet.

     

    But hope this helps

  • JerryVividMiM Profile Picture
    33 on at

    Hi Ethan,

    Thanks for your response. I've tried it without the concatenation. Even with Now() as value for the date, but this doesn't work either. In the Power FX documentation it says the text function also applies to Dataverse formula columns and no exception is mentioned on the page. Strange, because it seems such an obvious and useful possibility. I can of course solve it in the apps, but it would be better if it is reusable in the table.

     

    Hope somebody else has an idea.

     

    Kind regards,

    Jerry

  • Verified answer
    Jonathan Manrique Profile Picture
    2,695 on at

    Hi @JerryVividMiM 

     

    At the Column level using Power FX formulas it is not possible to do what you are asking for, it does not allow converting a date into text

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    You can accept more than one post as a solution

  • Akhila1 Profile Picture
    on at

    Yes, you can achieve with the following 

    Text( Year(UTCNow()), "####" )..Please try and let me know

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 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard