Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi all:
I have a table with a column with missing data. I want to fill that missing data based on what other columns have.
Let me explain. Here's in the example below, the column "Producto cat 2" has missing information.
I can infer what should be there based on the other 2 columns. For instance, if in column "Resumen" appears "soporte en correo corporativo...", then missing data in column "Producto" would be "CORREO". If column "Resumen" has "soporte estación de trabajo" then missing data would be "ESTACION DE TRABAJO", but if in column "Grupo Resolutor" data is "WMOS" then missing data would be "WMOS".
So, in the end, this should be like
Any help would be really appreciated!
Thanks in advance.
Walter
Solved! Go to Solution.
The only other thing I can suggest is changing the type of the Producto cat 2 column to text before you create the new conditional column.
The only other thing I can suggest is changing the type of the Producto cat 2 column to text before you create the new conditional column.
Hi, @johnt75
Thanks for replying. I've tried what I understood your idea was, but it seems it did not work. Here is the configuration of the conditional column
And here's the result: new column "Producto" with same data as "Producto cat 2"
Am I missing something?
Thanks
It looks like in the original column the value is not null but actually has something in it, either the empty string or possibly a space or something. Instead of putting null in the first condition just leave that box empty
Create a new conditional column in Power Query. The first condition would be if Producto cat 2 is not null then use that value, then add your additional conditions.
Finally you can delete the original column and rename the new column appropriately
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 75 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |