Forum Discussion

Mike2024's avatar
Mike2024
New Member
2 years ago

Running Total using tables not in relationship

Measure with data type number: Paid USD - Running Total = var LastAdate = CALCULATE(max(movement_view[Development Advised Date]),all(movement_view))  return  if(SELECTEDVALUE(Development[Developme...