79423287

Date: 2025-02-08 13:58:08
Score: 1.5
Natty:
Report link

Use the measure:

Cumulative_Loss = 
CALCULATE (
    [TotalLossPerAcct],
    WINDOW (
        1, ABS,
        0, REL,
        ALL ( MyTable[TP] )
    )
)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Erick Oliveira