The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All
I want to consolidate two rows for each year into one - so that it shows values for both Spoiled and Good in a single row rather than two rows for each year with nulls. I have tried all kinds of group by and aggregations but to no avail? any idea?
Thanks!
Steve
Solved! Go to Solution.
Hi, @Steevo746 select Year column and unpivot other columns. Then pivot column with former column names.
Hi, @Steevo746 select Year column and unpivot other columns. Then pivot column with former column names.