I have a table with a column that has full paths/categories on it:
How can I split the paths/categories using Power Query so that I can get all the previous categories as well:
BaseCategory/SubCategoryA/SubCategoryA.1/SubCategoryA.1.1 |
OtherBaseCategory/SubCategoryB/SubCategoryB.1 |
How can I split the paths/categories using Power Query so that I can get all the previous categories as well:
Full Category | Categories |
BaseCategory/SubCategoryA/SubCategoryA.1/SubCategoryA.1.1 | BaseCategory |
BaseCategory/SubCategoryA/SubCategoryA.1/SubCategoryA.1.1 | BaseCategory/SubCategoryA |
BaseCategory/SubCategoryA/SubCategoryA.1/SubCategoryA.1.1 | BaseCategory/SubCategoryA/SubCategoryA.1 |
BaseCategory/SubCategoryA/SubCategoryA.1/SubCategoryA.1.1 | BaseCategory/SubCategoryA/SubCategoryA.1/SubCategoryA.1.1 |
OtherBaseCategory/SubCategoryB/SubCategoryB.1 | OtherBaseCategory |
OtherBaseCategory/SubCategoryB/SubCategoryB.1 | OtherBaseCategory/SubCategoryB |
OtherBaseCategory/SubCategoryB/SubCategoryB.1 | OtherBaseCategory/SubCategoryB/SubCategoryB.1 |