Forum Discussion

Ry009's avatar
Ry009
Helper II
2 years ago
Solved

Splitting columns into multiple rows

Will preface this by saying I've exhausted all research for this problem, both here and elsewhere online, I am not sure how else to present this data for help.    I have no idea why the data is req...
  • Sergii24's avatar
    Sergii24
    1 year ago

    To achive the desired result you can use index column: before appending datasets you create an index in each of them. After you append queries as new they will be listed one under another (so Dataset A and then Dataset B). However, because you index column, you can sort them in a desired way (once you're done, you can delete index column in the final dataset in case you don't need it anymore):


    I also don't remember whether you start with 2 separate datasets or you have just one, which you first need to split. In attached pbix you'll find both option (when you select one of them, just delete the second)


    Is it what you've been looking for? 🙂