Forum Discussion
efilipe
8 years agoHelper IV
Table LatDayAndroid and LastDayiOS
Hi guys, I want to add two columns. First one with the MAX day for Android and second Max day for iOS. And set that column with 1 (true) and 0 (false); Date SO Daily Device Installs ...
parry2k
8 years agoSuper User
try this
Max Flag = var maxDate = Calculate(Max(iOS[Date]), AllExcept(iOS, iOS[SO]) ) return if(maxDate = max(iOS[Date]), 1, 0)
parry2k
8 years agoSuper User
Ashish_Mathurwhat is calculated field means? Calculated column or measure?
- Ashish_Mathur8 years agoSuper User
- parry2k8 years agoSuper User
Thanks for the clarification because calculate field can be very confusing , that is why I asked. :smileyhappy: