minus
1 TopicSubtraction is not working for me
I will like to get the difference between two measure' values #AADP MAU Increase = [#AADP MAU_End] - [#AADP MAU_Start] Individually, these show as: #AADP MAU_Start = 166M #AADP MAU_End = 170M But when I do the substraction, I am getting 0 or 0.00 I have tried different things, such as the below, but still get 0 #AADP MAU Increase = FORMAT([#AADP MAU_End] - [#AADP MAU_Start], "General Number")860Views0likes3Comments