Forum Discussion
complication with depivotizing
- 4 years ago
Fabrizio , Take the first 10 columns in the second one and unpivot the columns one to 8
Remove first 8 and unpivot the month in another table.
merge the two - internal order number from the second table and the unpivoted order number using left join (second to first)
Now you can multiple Percent with number
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Fabrizio , Take the first 10 columns in the second one and unpivot the columns one to 8
Remove first 8 and unpivot the month in another table.
merge the two - internal order number from the second table and the unpivoted order number using left join (second to first)
Now you can multiple Percent with number
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.