Forum Discussion

zfemmer's avatar
zfemmer
Icon for Helper I rankHelper I
5 years ago
Solved

Running Total Measures

I have a few measures that the end user can choose from that will feed into the visuals; WTD, MTD, YTD, last 30 days, etc.   The end user has now asked to have the option to see the revenue numbers...
  • MattAllington's avatar
    5 years ago

    Just wrap the result inside an if statement 

     

    if([some measure that doesn't return a result into the future]<>0,your result)