Slice filter

Hello Experts!

I need to make a slice that shows only the rows marked in green, that is the latest date for each period, for each name.

I've been trying and trying but can't make it.

Please help me with the filter expression ๐Ÿ™

Uribe_2-1675556864274.png

 

@Steve 

 

0 4 98
4 REPLIES 4

I thought about it, but I can't figure out how to get the max date for each period and each name.

You would do:

[key-column] = MAXROW( thistable , date , AND( name=name,period=period) )

It returns only one row ๐Ÿ˜•

Top Labels in this Space