Hi!
I am trying to create a measure within my pivot table that lists all of the names of associates. The formula I currently have works:
List= Concatenenatex(Query1, Query1[Last Name], “,”)
However when I run with this measure I get a list that includes the blanks so the return looks like this:
Smith, , Wagner, Cromwell, , , Anderson
What I’m looking for would be more like this:
Smith, Wagner, Cromwell, Anderson
I tried using a TEXTJOIN but it is not being recognized as a function when I create the measure.
Please advise!
I am trying to create a measure within my pivot table that lists all of the names of associates. The formula I currently have works:
List= Concatenenatex(Query1, Query1[Last Name], “,”)
However when I run with this measure I get a list that includes the blanks so the return looks like this:
Smith, , Wagner, Cromwell, , , Anderson
What I’m looking for would be more like this:
Smith, Wagner, Cromwell, Anderson
I tried using a TEXTJOIN but it is not being recognized as a function when I create the measure.
Please advise!