March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
Solved! Go to Solution.
First thing would be to use a dedicated calendar table and utilize the time-intelligence functions which woud make your requirement exponentially easier
https://docs.microsoft.com/en-us/dax/time-intelligence-functions-dax
also, I'd use the Divide Function instead of "/"
Great, thank you very much! I just created the calendar table and utilize the time intelligent functions
First thing would be to use a dedicated calendar table and utilize the time-intelligence functions which woud make your requirement exponentially easier
https://docs.microsoft.com/en-us/dax/time-intelligence-functions-dax
also, I'd use the Divide Function instead of "/"
Great, thank you very much! I just created the calendar table and utilize the time intelligent functions
awesome! Glad was able to help
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |