Hi everyBI'ers
Q: How do I merge two columns by the criteria that the values from column1 and colum2 is evaluated by it's number of digits?
Example: I would like to merge the following two columns to a column3 so only values of 6-digit number from column1 and column2 goes into column3?
Column1 | Column2 | Column3 |
5910 | 841437 | |
5910 | 798953 | |
5910 | 841759 | |
5910 | 840494 | |
7400 | 840216 | |
798953 | 8400 | |
798799 | 8999 | |
841759 | 744 | |
840768 | 112 | |
798718 | 1888 | |
796920 | 1880 | |
841498 | 5910 | |
841632 | 5910 | |
841188 | 7400 |