Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
input table output Table
column Col 1 Col 2
A A 1
1 B 2
B C 3
2 D 4
C so on...........
3
D
4
so on....
Solved! Go to Solution.
@Anonymous , Add an index column start with 0
Power Query- Index Column: https://youtu.be/NS4esnCDqVw
Then a new column
col Id
= Number.IntegerDivide([Index],2)
remove index column
Now use this col id and your column and pivot the table
https://radacad.com/pivot-and-unpivot-with-power-bi
@Anonymous , Add an index column start with 0
Power Query- Index Column: https://youtu.be/NS4esnCDqVw
Then a new column
col Id
= Number.IntegerDivide([Index],2)
remove index column
Now use this col id and your column and pivot the table
User | Count |
---|---|
77 | |
76 | |
45 | |
31 | |
27 |
User | Count |
---|---|
98 | |
89 | |
52 | |
48 | |
46 |