Forum Discussion
Totals for year showing wrong value
Hi MrMP
Can you please try to build a third measure like the following?
Result =
SUMX(
VALUES('Calendar'[Quarter Number]),
[PnL Field] + [Balance Sheet Field]
)
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
- Mikelytics3 years ago
Resident Rockstar
ok, I think I know why,
Please try the following
Result = [Balance Sheet Field] + SUMX( VALUES('Calendar'[Quarter Number]), [PnL Field] )Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
- MrMP3 years ago
Helper III
This total of 2.831.269 should be the same like Q4 of the year. So 1.533.088.