Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi guys, thank you for taking the time to read this and helping out.
I'm having some trouble with merging the two columns together.
The attached image is of the columns in question, "gdp" and "2014 GDP, IMF.GDP"
I would like to merge the 2 columns together, keeping the the existing "gdp" value except for the 0 values, replacing the 0 values with the corresponding "2014 GDP, IMF.GDP" value.
May I know how would I go about doing that?
Thank you in advance!
Solved! Go to Solution.
You could add a custom column , something like
if [gdp] > 0 then [gdp] else [2014 gdp.........]
Hi @Anonymous
You can just add a conditonal column:
1. In Add column Tab find Coditional Column and follow the steps below.
replace Start date = "gdp" and End Date = "2014 GDP, IMF.GDP"
2. Remove , "gdp" and "2014 GDP, IMF.GDP" column
Regards,
Mariusz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
You can just add a conditonal column:
1. In Add column Tab find Coditional Column and follow the steps below.
replace Start date = "gdp" and End Date = "2014 GDP, IMF.GDP"
2. Remove , "gdp" and "2014 GDP, IMF.GDP" column
Regards,
Mariusz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You could add a custom column , something like
if [gdp] > 0 then [gdp] else [2014 gdp.........]
Hi HotChilli, Thank you so much for your help, I hope you have a nice day ahead! Warmest regards, Djw
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.