Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
i have table 1 with text strings (product descriptions) and i want to see if that text string contains 1 or more words listed in table 2.
Any one how to do this ?
@daaf_ratsma , A new column in table 1 like
countx(filter(search(Table2[column], Table1[column],,0)>0), Table2[column])
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
User | Count |
---|---|
17 | |
14 | |
13 | |
13 | |
12 |
User | Count |
---|---|
19 | |
15 | |
14 | |
10 | |
9 |