Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi,
I'm trying to make a collum where te values are based on a part of tekst from a other collums values.
The values should be a "S" when the texk NVTZ is found in the name, otherwise it should be an "J"
I'd tried the following:
Collum = IF(SEARCH("NVTZ";DimOplossing[Naam]); 'S', 'J'))
The text in the collums lokks as below.
Solved! Go to Solution.
Found it:
Collum = IF(ISERROR(SEARCH("NVTZ";DimOplossing[Naam]));"S";"J")
Found it:
Collum = IF(ISERROR(SEARCH("NVTZ";DimOplossing[Naam]));"S";"J")
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |