efilipeHelper IV8 years agoSolvedIdentify last day Hi guys, I have a date table being constructed like: Date = ADDCOLUMNS ( CALENDAR (DATE(2017;5;1); TODAY()); "DateAsInteger"; FORMAT ( [Date]; "YYYYMMDD" ); "Year"; YEAR ( [Date] ); "Mon...Show MoreVvelarde to efilipe8 years agoefilipe Try with this calculated column: Regards Victor
VvelardeCommunity Champion to efilipe8 years agoefilipe Try with this calculated column: Regards Victor
efilipeHelper IV to Vvelarde8 years agoThanks for being awsome! :-)efilipeHelper IV to Vvelarde8 years agoVvelarde I had to alter the filter, but I'm getting an error. Any idea? :-) I want to get the last day when SO is Android. :-) LastDayAndroid = IF('Date'[Date] = Max('Stores'[Date]) && 'Stores'[OS] = 'Android';1;0)VvelardeCommunity Champion to efilipe8 years agoHi, try with: LD = If(Store[Date]=Max('Date'[Date]) && Store[Store]="Android";1;0) Regards VictorefilipeHelper IV to Vvelarde8 years agoNope. It looks like it can't get an unique valueShow MoreShow More
efilipeHelper IV to Vvelarde8 years agoVvelarde I had to alter the filter, but I'm getting an error. Any idea? :-) I want to get the last day when SO is Android. :-) LastDayAndroid = IF('Date'[Date] = Max('Stores'[Date]) && 'Stores'[OS] = 'Android';1;0)
VvelardeCommunity Champion to efilipe8 years agoHi, try with: LD = If(Store[Date]=Max('Date'[Date]) && Store[Store]="Android";1;0) Regards Victor
Related contentIdentifying duplicatesRolling Date IdentifiersData Days | Data Days Your WayIdentifying Stock On HandDay to Day average