Forum Discussion

charlie7491's avatar
charlie7491
Icon for Microsoft Employee rankMicrosoft Employee
4 years ago
Solved

Trying to get the difference between two measure values using DAX

I will like to get the difference between two measure values using DAX AADPMAU_Increase = [AADPMAU_End] - [AADPMAU_Start] But when I do the subtraction, I am getting 0 I have tried different thing...
  • charlie7491's avatar
    charlie7491
    4 years ago

    Thanks so much. I have found the solution. I will post it here soon, hopefully