Forum Discussion
Anonymous
3 years agoNot applicable
Create Table with conditions from a single column
Hello everyone,
I would like to ask you about the process to get the expect table. In this example I have 3 id and many interactions. There are some called events (Webinar and Breakfast) and I need to create a table to get it.
Thank you in advance
Anonymous , Try measure like
concatenatex(filter(Table, Table[Interaction] in {"Webinar","Breakfast"}), [Interaction] , " +" )
1 Reply
- amitchandak
Super User
Anonymous , Try measure like
concatenatex(filter(Table, Table[Interaction] in {"Webinar","Breakfast"}), [Interaction] , " +" )