Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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!
Solved! Go to Solution.
Yes it can, would need sample data to be specific but general form is:
Column = IF(ISBLANK([Other Column]),[Some Other Column],[Other Column])
Yes it can, would need sample data to be specific but general form is:
Column = IF(ISBLANK([Other Column]),[Some Other Column],[Other Column])
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
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.
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!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 29 | |
| 27 |