Forum Discussion

Nazdac911's avatar
Nazdac911
Helper II
3 years ago
Solved

Create a column by intersecting other columns in Power Query

Hi All  In power Query , is it posiible to create the colum Final from the other 3 columns    Thanks in advance  Regards 
  • DOLEARY85's avatar
    3 years ago

    Hi,

     

    based on that data you could use:

     

    if Text.Length([Column1]&[Column2]&[Column3]) = 1 then [Column1]&[Column2]&[Column3] else "N/A"