Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need to get a way to find a specific group of words for a column cause interferes with other text:
Example: I need to get SC for STRATEGY CONSULTING from VAR5 instead of CON that also have the word Consulting in VAR3 :
As you see the problem is that both have CONSULTING and the CONTAINSTRING considers the VAR3 instead to consider V5
What other way can I use in this case to get the result for a specific sentence or group of words ?
Thanks !
Solved! Go to Solution.
Hi @cristianml
Don't use CONTAINSSTRING, use = e.g.
VAR V3 = IF ( '_List SG'[Service Group] = "CONSULTING", True, False)
VAR V5 = IF ( '_List SG'[Service Group] = "STRATEGY CONSULTING", True, False)
Regards
Phil
Proud to be a Super User!
Hi @cristianml
Don't use CONTAINSSTRING, use = e.g.
VAR V3 = IF ( '_List SG'[Service Group] = "CONSULTING", True, False)
VAR V5 = IF ( '_List SG'[Service Group] = "STRATEGY CONSULTING", True, False)
Regards
Phil
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 70 | |
| 38 | |
| 28 | |
| 26 |