Power BI - Data Cleaning with Power Query
Given this table:
If you pivot the 'Month' column with 'Sales' as values and sum aggregation, what will be the value in the 'Feb' column for Product B?
Product | Month | Sales A | Jan | 100 A | Feb | 150 B | Jan | 200 B | Feb | 250
If you pivot the 'Month' column with 'Sales' as values and sum aggregation, what will be the value in the 'Feb' column for Product B?
