The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
83 | |
75 | |
50 | |
42 |
User | Count |
---|---|
140 | |
113 | |
73 | |
64 | |
62 |