Forum Discussion
How to replace rows in column1 with column2 if values in column1 are NULL, with Dataflow?
- Anonymous2 years ago
Hi alee023
Thanks for using Fabric Community.
You can create a new column using the condition as below:
I have a sample table which has a column named countryRegionCode with null values.
If you consider the Col2 as isPaidTimeOff, then the condition would be as follows:
Then the new column will get generated as follows:
Hope this helps. Please let me know if you have any further queries.
Hi alee023
Thanks for using Fabric Community.
You can create a new column using the condition as below:
I have a sample table which has a column named countryRegionCode with null values.
If you consider the Col2 as isPaidTimeOff, then the condition would be as follows:
Then the new column will get generated as follows:
Hope this helps. Please let me know if you have any further queries.
- Anonymous2 years agoNot applicable
Hi alee023
Glad that your query got resolved. Please continue using Fabric Community for any help regarding your queries.