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 Champion8 years agoefilipe Hi, Try with: LastDay = IF('Date'[Date]=MAX('Date'[Date]),1,0) RegardsVictor
VvelardeCommunity Champion to efilipe8 years agoefilipe In your sample table what is the most recent day? VV efilipeHelper IV to Vvelarde8 years ago09/11/2017 :-)efilipeHelper IV to efilipe8 years agoDD/MM/YYYYShow More
VvelardeCommunity Champion to efilipe8 years agoefilipe In your sample table what is the most recent day? VV
Related contentIdentifying duplicatesRolling Date IdentifiersIdentifying Stock On HandDay to Day averageData Days | Data Days Your Way