Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have tried the other solutions on here with no luck. I see solutions using COUNTX, COUNTROWS, as a Measure, but my attempts at implementing these never worked.
I would like to select a Keyword in a keyword table, and then display each row whose string contains the selected keyword in a conversations table.
If I select, "Apple," I would like to see "I like apples," "apples are good" in the conversations table.
Here's what I wish I could do in psuedocode:
FilteredConvos = FILTER(Conversations[conversations], "String in row contains SELECTEDVALUE(Keyword[keyword]")
Any help is appreciated!
Hi @Anonymous
You can create a new measure on your table.
Then use the keywords table as a slicer.
T17 is my strings table.
T18 is my keywords table.
Exist = VAR searched_value = SEARCH ( SELECTEDVALUE ( T18[Dictionary] ), SELECTEDVALUE ( T17[String] ), , BLANK () ) RETURN IF ( searched_value > 0, "Exist" )
Thanks!
A
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
195 | |
80 | |
70 | |
51 | |
42 |