The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello community,
I have a table something like below and want to show the data as below for each year in one column chart. I read people suggesting to unpivot the table but the table is huge (with more than 10K rows) and will make this complex. Is there an easier way to do this?
Product ID | Sales 2021 | Sales 2022 | Sales 2023 |
1 | 100 | 102 | 104 |
2 | 200 | 200 | 210 |
3 | 300 | 350 | 360 |
4 | 400 | 401 | 420 |
Thank you in advance.
Hi,
Unpivoting is the only and therefore the best way.