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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Curating data inside of a Power BI report...

Hi All,

I have a customer who wants to replace blanks in column cells with data from another cell where they share the same key value inside of another cell. I am assuming Power BI through creating a new custom column can do this?

 

I think the experts might find this interesting.

Thanks!

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

Yes it can, would need sample data to be specific but general form is:

 

Column = IF(ISBLANK([Other Column]),[Some Other Column],[Other Column])



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

5 REPLIES 5
Greg_Deckler
Community Champion
Community Champion

Yes it can, would need sample data to be specific but general form is:

 

Column = IF(ISBLANK([Other Column]),[Some Other Column],[Other Column])



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Ok.

If company name is blank but if there is another record with a common key say groupid then get the record's company name and fill in the blank with the company name from that.

 

Company Name    groupid

microsoft                    10

microsoft                    10

blank                              10

 

then fill in the blank using the groupid

 

microsoft                   10

microsoft                   10

microsoft                   10

Anonymous
Not applicable

Ok. I wonder if an AI could do this filling in the blanks? I appreciate the answer will try in out but I do wonder about the AI.

 

Thanks!

You could try it in Power Query by creating a column from examples, it might figure it out but it tends to be hit or miss.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

I agree. Since most AI's use probability to provide insights it sometimes is no better than flipping a coin. I have worked with AI so I know that to be true.

 

Thanks!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.