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 / Creating a formula col...
Power Apps
Unanswered

Creating a formula column in Dataverse that shows the last day of the quarter

(0) ShareShare
ReportReport
Posted on by
Good afternoon,
 
I am trying to create a date column which will show me the last day of the quarter we are currently in. I have tried multiple examples but I can't seem to make it work. 
 
The latest I found and tried to tweak was :
 
DateAdd(
    DateAdd(
        Date(Year(UTCNow()),
             (RoundUp(Month(UTCNow())/3,0) * 3) - 2,
              1
        ),
        3,
        TimeUnit.Months
    ),
    -1,
    TimeUnit.Days
)
But according to Dataverse "Date" doesn't exist. There is only DateAdd and DateDiff. 
Is there any solutions to this? 
 
Many thanks in advance
 
Margaux
 
I have the same question (0)
  • Suggested answer
    bscarlavai33 Profile Picture
    738 Super User 2025 Season 2 on at
    Unfortunately this isn't possible with a formula column at the moment. Formula columns have limited functions that can be used which are listed here - https://learn.microsoft.com/en-us/power-platform/power-fx/formula-reference-formula-columns.
     

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 757 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 322 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 209 Super User 2025 Season 2

Last 30 days Overall leaderboard