Forum Discussion
bigreduw64
3 years agoNew Member
LIst Max.N returning null table
I have the following set up and in #"Filtered Rows" I am trying to get the top 4 values returned. With the code I have below, it is returning an empty table and I haven't been able to figure out what...
amitchandak
3 years agoSuper User
bigreduw64 , Try the IN approach using List.Contains
- bigreduw643 years agoNew Member
amitchandak I looked through this and not sure that it will work for my needs as I am trying to do this for a dynamic data set that won't always have the the same max values in the [Fiscal Year Week] column.