Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |