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

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
    752 Super User 2026 Season 1 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

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard