Forum Discussion
Ffitzpatrick47
Helper II
8 years agoWindow functions which I never got to work in Dax
I have a table here: I'd like to make power pivot that looks at the value at a prior time even if there isn't a value in the current time I used: srev = sum(value) prev=CALCULATE([srev],fil...
Ffitzpatrick47
Helper II
8 years agoI should mention a solution like this:
Wouldn't work because I actually do need to know the difference between a blank and a 0 in real life.