Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
94 | |
90 | |
83 | |
75 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |