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 Pages / Month to Date Computation
Power Pages
Unanswered

Month to Date Computation

(0) ShareShare
ReportReport
Posted on by 2

Would like to know how to implement the following computation field in my portal.

MTD = (cumulativeSales/DIFFINDAYS( Now()-startMonthDate))*TotalMonthdays.

 

The challenge is obtaining the startMonthDate from the CurrentDate and endMonthDate from the CurrentDate at any given point and time. 

Please help. 

Categories:
I have the same question (0)
  • oliver.rodrigues Profile Picture
    9,475 Most Valuable Professional on at

    Hi, you need to populate that date field in the on create/update of a record is that your scenario?

    have you looked at calculated fields? https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes

    if you need to calculate on the load of the page, you will need to apply custom JS and add your logic in there

  • chachaK Profile Picture
    2 on at

    Thanks @OliverRodrigues  perhaps i didn't capture my requirement well in the above. 
    I just need to know how to compute/Get StartofMonth  from a given date (lets say 23/04/2021) as well as EndofMonth from the same date. 

    Thanks

  • Fubar Profile Picture
    8,497 Super User 2026 Season 1 on at

    Need to be clear as to where you are needing it - i.e. is it needed in a custom Web Template = Liquid or is it just needed to when the page loads  = JavaScript

     

    In JavaScript you can use the Date objects .setDate() and/or .setMonth() functions

     

    // Where d = a date object
    d.setDate(1) // sets the date to the first day
    
    d.setDate(0) // sets the date to the last day of the previous month
    
    d.setMonth(d.getMonth()+1, 1) // sets the date to the first day of the dates current month + 1

     

  • oliver.rodrigues Profile Picture
    9,475 Most Valuable Professional on at

    at what moment do you need to know that?

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 42

#2
Valantis Profile Picture

Valantis 24

#3
omkarsupreme Profile Picture

omkarsupreme 23

Last 30 days Overall leaderboard