Forum Discussion

lafakios's avatar
lafakios
Helper I
1 year ago
Solved

How to avoid duplicate values when using ConcatenateX

Hi,   I am using the below method:   AllDates = CONCATENATEX (  FILTER (  ALL ( Table1 ),  Table1[Item] = Table2[Item]   ),  Table1[YYYY-MM],  " , " )   and in some cases I get as resul...