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 / SharePoint Calculated ...
Power Apps
Answered

SharePoint Calculated Column

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have an SP list with columns for Title (Single Line Text column), DteofAwrd, CurrentDte (both date columns), and ComplianceStatus (calculated column).

 

I am using the below to determine compliance status. If DteofAwrd column is blank return "Noncompliant". This is working.

If Title is  DteofAwrd 

 

Calculated Column Formula:

=IF(ISBLANK(DteofAwrd),"Noncompliant",IF(Title="Medical"&(DteofAwrd)+1095<(CurrentDate),"Compliant","Noncompliant"))

 

The above still returns are blank DteofAwrd as 'Noncompliant' as desired, however it calls all other Medical WITH A DATE regardless of date as 'Noncompliant', even though some award dates are as current as last month.

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

    Hi @Anonymous ,

    SharePoint Calculated columns are non-Delegable in Power Apps. Have you tried doing the same query in Power Apps instead?

     

    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.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I have not. How would I achieve such a feet through Power Apps? And, would that process circumvent the delegation issues?

  • WarrenBelz Profile Picture
    154,908 Most Valuable Professional on at

    @Anonymous ,

    As long as the fields you are referring to are Text or Numeric, then delegation will not be an issue.

    A Variable in Power Apps would be something like

    Set(
     vCompliant,
     If(
     DteofAwrd=Blank(),
     "Noncompliant",
     If(
     Title = "Medical" &&
     DateAdd(
     DteofAwrd, 
     1095,
     Days
     ) >Today(),
     "Compliant",
     "Noncompliant"
     )
    )

     

    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.

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 528

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard