Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Need help with a DAX query

Hello,

 

I need to calculate the [Net Assets] both the first day and last day of each month, which is my [As Of Date] column within the dataset, based on Account Number.

 

Below is the formula in high level form

 

(NetAssets(FirstDayOfMonth) + NetAssets(LastDayOfMonth) / 2) x ManagementFee x (NumberOfDaysInMonth / 365)

 

At first glance, I believe I'll need separate mesures that would give me the FirstDayOfMonth and LastDayOfMonth from the [As of Date] column as well as the NumberOfDaysInMonth.

 

Any help would be much appreciated.

 

Thank you

  • Anonymous's avatar
    Anonymous
    7 years ago

    Great, thank you very much!  I just created the calendar table and utilize the time intelligent functions

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Great, thank you very much!  I just created the calendar table and utilize the time intelligent functions

      • Anonymous's avatar
        Anonymous
        Not applicable

        awesome! Glad was able to help