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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
GenericUser1
Helper I
Helper I

How do you replace one value only in a column?

Hi, I have a column of nulls, but the replace values feature replaces all values that have a null. Is there a way to just replace one of those nulls?

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

 

We will have to write an IF function in a spare column to do that.  The condition in the IF function will have to be something unique to identify that specific null value.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

2 REPLIES 2
Thejeswar
Super User
Super User

Yes, as @Ashish_Mathur said, you should narrow down only that NULL using a unique value in that particular record of the column with NULL. Then using an If..else you should be able to replace only that NULL in the column

Ashish_Mathur
Super User
Super User

Hi,

 

We will have to write an IF function in a spare column to do that.  The condition in the IF function will have to be something unique to identify that specific null value.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors