Forum Discussion
Mike2024
2 years agoNew Member
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...
Mike2024
2 years agoNew Member
Thanks for your response. Is it not possible to have the running total based on the max and min of the calendar date? I was hoping to keep the calendar table an unconnected dimension table, not linked via a relationship. Also the x-axis should be the development periods
lbendlin
Super User
2 years agonot sure how that would look like. Can you share a mockup?