Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I want help with the running total till date iam getting the total throughout the whole year i have tried every possible solution but has nothing worked.If i get help it would be really appreciated.
FY ends 06/30, FYmon is FY month no.
Solved! Go to Solution.
@Anonymous ,
Modify your measure using dax below and check if it can meet your requirement:
YTD = CALCULATE ( COUNT ( FTE[ACTUALDATE] ), FILTER ( ALLSELECTED ( FTE ), FTE[activitycodedescription] = "Mass Mailing 1" && FTE[FYmon] <= MAX ( FTE[FYmon] ) ) )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
Modify your measure using dax below and check if it can meet your requirement:
YTD = CALCULATE ( COUNT ( FTE[ACTUALDATE] ), FILTER ( ALLSELECTED ( FTE ), FTE[activitycodedescription] = "Mass Mailing 1" && FTE[FYmon] <= MAX ( FTE[FYmon] ) ) )
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
92 | |
87 | |
84 | |
65 | |
49 |
User | Count |
---|---|
140 | |
114 | |
110 | |
59 | |
59 |