Forum Discussion
VeljkoP98
2 years agoFrequent Visitor
Column in table calculated by filter on view
Hello everyone, Solutions Regions Year Solution 1, Solution 2, Solution 3 Region 1 2022 Solution 1, Solution 2 Region 2 2023 Solution 3, Solution 2 Region 3 2022 Solution...
- 2 years ago
Using Power Query, I would split the Solutions column into rows:
Then trim the leading space in Solutions and you'll have data that is easier to use:
DataInsights
2 years agoSuper User
Using Power Query, I would split the Solutions column into rows:
Then trim the leading space in Solutions and you'll have data that is easier to use:
- VeljkoP982 years agoFrequent Visitor
Seems like an great idea. However would it be possible to split column into rows but in another Table as i want data in this table to stay the same.
- DataInsights2 years agoSuper User
Sure, you can create a second table in Power Query. Right-click the query and select "Reference", and the new query will point to the original query. Apply the steps above to the new query.