Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

unable to edit a imported dataset.

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?

ROG_BI22_0-1649342828554.png

ROG_BI22_1-1649342866960.png

Thank you.

 

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

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

View solution in original post

2 REPLIES 2
Samarth_18
Community Champion
Community Champion

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

Anonymous
Not applicable

Thanks a million, @Samarth_18 ! It was really helpful.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors