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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
khaledSA
Frequent Visitor

Replace one variable in a multible variables column while keeping the rest variable the same

I have a column with multiple A,B,C,D values. I would like to create a new column that will replace A to IT and keep the other values the same, example below. Thank you.

ColumnNew Col

A

IT
AIT
BB
CC
DD
AIT
BB
1 ACCEPTED SOLUTION
camargos88
Community Champion
Community Champion

Hi @khaledSA ,

 

Try this one:

 

NewColumn = IF(TABLE[COLUMN] = "A"; "IT"; TABLE[COLUMN])



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

Proud to be a Super User!



View solution in original post

2 REPLIES 2
camargos88
Community Champion
Community Champion

Hi @khaledSA ,

 

Try this one:

 

NewColumn = IF(TABLE[COLUMN] = "A"; "IT"; TABLE[COLUMN])



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

Proud to be a Super User!



Thank you Ricardo, worked perfect..

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.