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.
Hi,
Can I create table or matrix using column and row number example ?
Row | colum | value |
1 | 1 | 10 |
2 | 1 | 20 |
3 | 1 | 30 |
1 | 2 | 40 |
and result sholud be
10 | 40 |
20 | |
30 |
Thanks for help
Solved! Go to Solution.
@ayaasfour , take [row] on row and [column] on the column or the matrix and take the max of [value] in the values
@ayaasfour , take [row] on row and [column] on the column or the matrix and take the max of [value] in the values
User | Count |
---|---|
72 | |
67 | |
38 | |
25 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
43 | |
42 |