Forum Discussion

wpf_'s avatar
wpf_
Icon for Post Prodigy rankPost Prodigy
5 years ago
Solved

How can I add two variables and return the sum?

I have a measure that I want to add two variables:   Var Week1 = Calculate([traveltime minutes], Dateadd(table[date], -7, day)) Var Week2 = Calculate([traveltime minutes], Dateadd(table[date], -14...
  • wpf_'s avatar
    wpf_
    5 years ago

    lkalawski 

     

    Thanks that helped me get to what i need!