Forum Discussion
hama21
3 years agoHelper I
Get last value (last date) when using filter
Hi, I'm have one database that's look like this: date value jan/22 4 feb/22 5 mar/22 6 abr/22 7 may/22 4 jun/22 5 jul/22 4 aug/22 6 sep/22 oct/22 n...
amitchandak
3 years agoSuper User
hama21 , I Just Noticed VahidDM , Already replied. Check that first.
Try like
calculate(lastnonblankvalue(Table[Date], Sum(Table[Value])) )
or
calculate(lastnonblankvalue(Table[Date], Sum(Table[Value])), allselected())