Hello,
I would appreciate the help of the community very much.
I am searching for a solution to summarize the values of column Count, but the result in SUM should summarize only the values from the current row backwards. For illustration, please note the line with index number 6.
Thank you very much for taking time and a good day.
Solved! Go to Solution.
Thank you for your quick feedback and your help.
I could implement your solution, but I have got this result.
I have added the code like this:
Did I something wrong?
Thank you for your patience.
Now it works. I have checked the Variable _curr_index and it was always empty. For this reason I have removed the function SELECTEDVALUE.
This are the results:
Here is the code:
Thank you a lot for your help.
SUM RT =
VAR _curr_index =
SELECTEDVALUE ( Table[Index] )
RETURN
CALCULATE(
SUM(Table[Count],
REMOVEFILTERS(Table),
Table[Index] < = _curr_index
)
Thank you for your quick feedback and your help.
I could implement your solution, but I have got this result.
I have added the code like this:
Did I something wrong?
Thank you for your patience.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
183 | |
69 | |
66 | |
58 | |
55 |
User | Count |
---|---|
196 | |
103 | |
89 | |
81 | |
75 |