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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ErikCR
New Member

Similar values to equal a common value

Hello All, 

First time poster. Slowly learning the power of Power Bi 🙂

I would like to create a custom column that evaluates, say column A, if the value contains "NHP" then have the value equal "NHP". Else, do not change the value that is there already.

 

The table contains values such as NHP +4, NHP Chair, NHP Pole, Etc. All these can be summed up as "NHP"

 

I hope that is clear. I think I may be using poor terminology 😞

 

Thank-Erik

1 ACCEPTED SOLUTION
CGrunberg
Frequent Visitor

Something similar to this should work. It looks for NHP in Column A, no matter the case, and returns NHP if found, otherwise it returns the original value from ColA.

CustomCol = IF(CONTAINSSTRING(UPPER(ColA) "NHP"), "NHP", ColA)

 

 

Let me know if you have any problems with trying this out 🙂 

View solution in original post

4 REPLIES 4
ErikCR
New Member

Awesome. 

Thank you.

I just needed to add a comma between ...(UPPER(ColA) and "NHP") then the formula worked.

Now, I'll see if I can next additional conditions 😉

 

Erik

Arul
Super User
Super User

@ErikCR ,

Open Power query editor and do the following,

1. Go to add column at the top and click conditional column,

Arul_0-1676988589546.png

2. Name your new column and then choose the highlighted placeholder values based on your data,

Arul_1-1676988692283.png

3. In the else placeholder choose the highlighted symbol which means select a column if the above mentioned condition is not matched,

Arul_2-1676988783829.png

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


This is great Arul.

I think it will also make added additional conditions easier.

 

Erik

CGrunberg
Frequent Visitor

Something similar to this should work. It looks for NHP in Column A, no matter the case, and returns NHP if found, otherwise it returns the original value from ColA.

CustomCol = IF(CONTAINSSTRING(UPPER(ColA) "NHP"), "NHP", ColA)

 

 

Let me know if you have any problems with trying this out 🙂 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.