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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

If cell is blank, add value from another column

Hello, I'm working to clean up a Decomposition Tree and ran into a challenge with blanks. I'm looking to have a query in M that says the following: 

 

=IF( [L9] is "" then insert value from column [Name and Position])  

 

Thank you!



 

1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

Try this

= if [L9] = "" then [Name and Position] else [L9]

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

View solution in original post

2 REPLIES 2
SylwiaRotterdam
New Member

Power BI transpose data, does not provide cell details as "L9"?

Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

Try this

= if [L9] = "" then [Name and Position] else [L9]

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors