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 / Expected Value error f...
Power Apps
Answered

Expected Value error for blank date

(0) ShareShare
ReportReport
Posted on by 7

I have my data in Excel. The column I am pulling data from is formated as date 03/12/2024. If in my data a date is blank, I am getting this error:

JustHereToLearn_0-1717156473729.png

 

Here is my TEXT:

If(IsBlank(varlinkdate),"",Text(DateAdd(varlinkdate,TimeZoneOffset(varlinkdate),TimeUnit.Minutes),"[$-en-US] mm/dd/yyyy","en-US"))
 
This works perfectly when there is a date in my data, but why do I keep getting that error and how do I fix it?
Categories:
I have the same question (0)
  • Verified answer
    MichaelFP Profile Picture
    2,001 Moderator on at

    @JustHereToLearn  try the following :

     

    If(IsBlankOrError(varlinkdate),"",Text(DateAdd(varlinkdate,TimeZoneOffset(varlinkdate),TimeUnit.Minutes),"[$-en-US] mm/dd/yyyy","en-US"))

     

    If the function IsBlankOrError() you can act when it fails. 

     

    Please if my response help you, please give me a kudo. If solve your problem please mark as solution

  • JustHereToLearn Profile Picture
    7 on at

    Thank you that did the trick!!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard