datatronics505
Board Regular
- Joined
- Nov 26, 2022
- Messages
- 55
- Office Version
- 365
- Platform
- Windows
- MacOS
- Mobile
- Web
Hi,
I am stuck at appending contents of one column to another in Power Query. In the simplest of examples:
should turn into:
Again, in Power Query.
I am stuck at appending contents of one column to another in Power Query. In the simplest of examples:
Column1 | Column2 |
abc | def |
should turn into:
Column1 |
abc |
def |