Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
In order to use a the operator "IN" in a DAX measure I need a list after that operator.
I am trying to use a string stored in my model as a list. How could I convert a string into a list in a measure?
The function we want to use: PRODUCT_TABLE[Name] IN Product_List
Solved! Go to Solution.
Hi @QuentinDSC,
Have you tried using FIND or Search instead of IN?
FIND(<find_text>, <within_text>[, [<start_num>][, <NotFoundValue>]])
FIND is case-sensitive.
SEARCH(<find_text>, <within_text>[, [<start_num>][, <NotFoundValue>]])
This function does not check uppercase and lowercase letters.
I managed to do what I wanted to. Thank you all 🙂
Hi @QuentinDSC,
Have you tried using FIND or Search instead of IN?
FIND(<find_text>, <within_text>[, [<start_num>][, <NotFoundValue>]])
FIND is case-sensitive.
SEARCH(<find_text>, <within_text>[, [<start_num>][, <NotFoundValue>]])
This function does not check uppercase and lowercase letters.
HI @QuentinDSC ,
Please refer to this article from SQL BI.
https://www.sqlbi.com/articles/the-in-operator-in-dax/
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 21 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 19 | |
| 13 | |
| 10 |