Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hey Hi,
I am looking for a function to search a particular word from a given column.
Currently, I am Using
Column_name = SWITCH(
Products | Output | |
Mino sai | Sai | (Which is fine) |
sai Kumar | Sai | (Which is fine) |
isa | Sai | (There is no Sai in the text but it has all the words separately) |
@Sai_Kumar , try like
Column_name = SWITCH(
True(), SEARCH("Sai", PowerBI_Fact[Product],,0)>0, "Sai",
PowerBI_Fact[Product]
)
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
16 | |
14 | |
13 | |
12 | |
10 |
User | Count |
---|---|
11 | |
10 | |
6 | |
6 | |
6 |