Forum Discussion

ITManuel's avatar
ITManuel
Responsive Resident
2 years ago
Solved

Running total poor performance with large date table

Hi community,   I have a performance issue with the following simple running total measure:     BLCost = VAR _MaxDate = MAX ( TasksBLTP[TimeByDay] ) VAR _Result = CALCULATE ( SUM ( TasksB...