Hello,
I am new to Power BI and I need help creating an additional column using an IF and Contains Statement.
I am looking for an IF statement similar to = IF (Table, Name, contains "DEV" then "BOL" other wise "Other".
Solved! Go to Solution.
@Anonymous
Try this:
Column = IF(LEFT('Table'[Name],3) = "DEV","BOL","OTHER")
Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn
@Anonymous
Try this:
Column = IF(LEFT('Table'[Name],3) = "DEV","BOL","OTHER")
Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
131 | |
81 | |
65 | |
61 | |
55 |
User | Count |
---|---|
203 | |
104 | |
88 | |
79 | |
77 |