Forum Discussion
Column header and data in same row
- 6 years ago
BahntjeRuben
I saved your data as a text file and imported to into PBI, and did the transformation. Please check the steps and codes. This is dynamics, any # of columns and rows will workYou can download the file: HERE
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂
Must be an easier way than this but you could use Power Query:
I'm presuming "date=2020-07-28 time=11:35:29 user="user001" msg="Some String With Spaces" logid=100" is in one cell? if so,
Split by delimited "="
Then split "time", "user", "msg" and "logid" by delimited by Right most "Space".
The just remove the redundant columns and rename the remaining.