Forum Discussion
LLT1021
3 years agoHelper I
SUMX
Dear all, I have a question regarding SUMX in relation with memory issues. I made a small table in which is displayed amount A, an amount B and C=MAX(A-B,0) for key users of a system. These ...
LLT1021
3 years agoHelper I
There are 3150 records in that table.
JirkaZ
3 years agoSolution Specialist
That's not too much to be honest. Your formula should work just fine. Is it failing on the Desktop or in the service as well?
- LLT10213 years agoHelper I
Hmm ok, I just tried also in service and it gives the same problem unfortunately - the visual has exceed the available resources..
- JirkaZ3 years agoSolution Specialist
Might be related to how the measures A and B are defined then.
- LLT10213 years agoHelper I
A =
CALCULATE (SUM ( 'Fact'[Hours] ),'Fact'[Soort] <> "Niet toegewezen"
)
B = divide(CALCULATE (TOTALYTD ( SUM ( 'Fact'[Start right] ), Datumtabel[Datum] ),'Fact'[soort] = "AV"),
12
)