Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello folks,
I have imported a dataset and I need to split the category column below into 2. I would like to have another column only with the values highlighted in the second pic. The issue is that I cannot transform it in Power Query because it is a template. Is there a way to create a measure or calculated column to split this field?
Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
You can create a column like below:-
column = if(CONTAINSSTRING([category], "Planned Maintenance"),"Planned Maintenance")
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Anonymous ,
You can create a column like below:-
column = if(CONTAINSSTRING([category], "Planned Maintenance"),"Planned Maintenance")
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
User | Count |
---|---|
81 | |
75 | |
74 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |