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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
gtamir
Post Patron
Post Patron

Move value from one cell in a column to a blank cell in another column

Hi, I do "add column" and with dax expresion "MobilePhone = if(isblank([Mobile]),[Phone],[Mobile])" I want to fill the blank celes in "mobile" with the value in "Phone".

Apparently it does it only for the first occurance. 

Any Idea?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try this

 if(isblank(trim([Mobile])),[Phone],[Mobile])

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Try this

 if(isblank(trim([Mobile])),[Phone],[Mobile])
parry2k
Super User
Super User

It should work what you showed.

 

Can you share screen shot to show where it is only populating first column, and actual dax expression. 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

ScreenHunter_047.jpg

I want to delete my post, something was bad in the file.

I was going to ask if there are invisible character in the field which are leading to this issue and seems like you are already found it 🙂



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors