Forum Discussion
Dr0idy
6 years agoHelper I
Transform 999+ column data into something sensible
I have an excel file (not created by me) that contains 999+ Columns in the repeating format as below. Area Indicator1 Year1 Indicator1 Year2 Indicator1 Year3 Indicator2 Year1 Indicator2Y...
v-lili6-msft
6 years agoCommunity Support
hi Dr0idy
You could try this way as below:
Step1:
Selected all the columns except Area column, then unpivot these columns.
Step2:
Then split Attribute column to Indicator column and Year column.
Step3:
Now rename the column.
Result:
and here is sample pbix file, please try it.