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.
I have sql query which has 10 pairs of columns that i need to unpivot and change it to rows, each pair consists of 12 months of data as shown below. I am trying create a dataflow but its not working with multiple pairs and months of data in each pair.
I want it to be changed as below excel format
User | Count |
---|---|
15 | |
12 | |
7 | |
6 | |
5 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |