Forum Discussion
First Time Customer List
- 6 years agoHey,
yes it could be done, but some for effort is necessary ...
EXCEPT returns a table, instead of using this as the 1st argument of concatenatex store this into a variable.
Then use something like this
CONCATENATEX(
FILTER(ALL('<customertable>')
, '<customertable>'[customer key] IN tablevariable
)
, concatenate all the column values
, new line separator
)
Hopefully this is what you are looking for.
Regards,
Tom - 6 years ago
Hi Anonymous ,
Please try to change the comma to "IN" or other operators.
The syntax of Filter is like below. We need to write a Boolean expression for <filter>. You could reference the document to learn more.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Rich, Happy to help. Could you post some sample data instead of screenshot?
What happened when you tried with matrix or table visual?
I'm not sure the best way to share the data. I'll have to come up with a way to hide some of the customer's details...
In the meantime, to answer your other question... when I try a matrix I seem to get all of the orders in the month. I know with certainty that some of our customers order every month, usually multiple times, but when I click on any column in the chart to cross filter the list and see the "new customers" that month, the regular customers will appear along with the new customers. Further frustrating me, is that the same customer will show up multiple times in the same month.
My count by month of first time orders is done using a DAX calculation, I'm not sure if that matters. Seems to work in the chart but not in a table.
Thanks