Forum Discussion

Rachel Berg's avatar
Rachel Berg
Copper Contributor
Jul 27, 2018

BI Power Query Editor

Currently my data looks like this:

 

Description               Site                 Building                   Dept                Location

<description>           null                  null                            null                  null

other info                 <site>               <bldg>                     <dept>             <locn>

other info                  null                    null                         null                    null

 

Is there a way using advanced query editor to make the data look like this:

 

Description               Site                 Building                   Dept                Location

<description>          <site>               <bldg>                     <dept>             <locn>

Resources