Forum Discussion
Sum Columns up (Quarterwise)
- 7 years ago
Anonymous
Please change the formula to this one:
Cumulative_Actual = CALCULATE ( SUM ( Sheet1[Value] ), FILTER ( ALLEXCEPT( Sheet1, Sheet1[frango]), Sheet1[Quarter] <= MAX ( Sheet1[Quarter] ) ) )Aslo you can see the formula in this workspace
Thanks for the quick response.
I did not get it to work.
I think further infos are needed.
Matrix looks like:
With the fields:
Measure regarding your answer:
Cumulative_Actual =
CALCULATE (
SUM(Alles[Media Net exkl. WZ]) + SUM(Alles[Posting Net]);
FILTER(ALL (Alles[Quartal]);
Alles[Quartal] <= MAX(Alles[Quartal]))
)"Alles" is the table. Its only one table with all the infos in there.
I inserted tte result measure as column instead of "Quartal".
What are my wrong thoughts?
Remove Quartal which is right after All.
New formual attached:
Cumulative_Actual =
CALCULATE (
SUM(Alles[Media Net exkl. WZ]) + SUM(Alles[Posting Net]);
FILTER(ALL (Alles);
Alles[Quartal] <= MAX(Alles[Quartal]))
)
- Anonymous7 years agoNot applicable
Already edited it that way (Because you edited your first answer)
Its missing the "Frango" Column, it should be considered somehow.
The result i get now is the total of all frangos.
And also, i need 4 columns, not 1 that is the total.
- themistoklis7 years agoCommunity Champion
Anonymous
Have you put frango as rows, Quarters as Columns and values will be the new measure?
On a matrix and not on a single table
- Anonymous7 years agoNot applicable
Yes i do.
Expected for first frango: