Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi good day can anyone amend correct my cumulative calcualted column.
Output
Thank you
Solved! Go to Solution.
Hi,
Is this what you are looking for ?
CUM_Plan =
VAR CurrentDate = 'Table'[Plan Date_Main]
VAR CurrentSubTask = 'Table'[Location]
VAR CurrentGroup = 'Table'[Group]
VAR Filteredtable =
FILTER('Table',
'Table'[Plan Date_Main] <=CurrentDate
&& 'Table'[Location]= CurrentSubTask
&& 'Table'[Location]=CurrentGroup)
RETURN CALCULATE(SUM('Table'[Plan Hrs]), Filteredtable)
Hi,
Is this what you are looking for ?
CUM_Plan =
VAR CurrentDate = 'Table'[Plan Date_Main]
VAR CurrentSubTask = 'Table'[Location]
VAR CurrentGroup = 'Table'[Group]
VAR Filteredtable =
FILTER('Table',
'Table'[Plan Date_Main] <=CurrentDate
&& 'Table'[Location]= CurrentSubTask
&& 'Table'[Location]=CurrentGroup)
RETURN CALCULATE(SUM('Table'[Plan Hrs]), Filteredtable)
User | Count |
---|---|
116 | |
73 | |
62 | |
50 | |
46 |
User | Count |
---|---|
173 | |
123 | |
60 | |
59 | |
57 |