Forum Discussion
Latest Status
I'm looking a add custome cloumn for latest status of station with dates ...
SkorpionAAM , my bad one additional )
new column =
var _max = MAXX(FILTER('GasStation',[place_digital_adress]=EARLIER([place_digital_adress])),[Date])
return
MAXX(FILTER('GasStation',[place_digital_adress]=EARLIER([place_digital_adress]) && [Date] = _Max),[STATUS_OF_STATION])
3 Replies
- amitchandakSuper User
SkorpionAAM , I think new column show be like this
new column =
var _max = MAXX(FILTER('GasStation',[place_digital_adress]=EARLIER([place_digital_adress])),[Date])
return
MAXX(FILTER('GasStation',[place_digital_adress]=EARLIER([place_digital_adress]) && [Date] = _Max)),[STATUS_OF_STATION])Max of date for place_digital_adress
- SkorpionAAMHelper V
gettting error
- amitchandakSuper User
SkorpionAAM , my bad one additional )
new column =
var _max = MAXX(FILTER('GasStation',[place_digital_adress]=EARLIER([place_digital_adress])),[Date])
return
MAXX(FILTER('GasStation',[place_digital_adress]=EARLIER([place_digital_adress]) && [Date] = _Max),[STATUS_OF_STATION])