Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have 3 columns (levels) and each column has a Order column,i want to sort teh column but the problem is my columns have duplicates values like that:
Group | Level 1 | level 2 | level 3 | Order 1 | Order 2 | Order 3 |
Store | A | 1a | Ax | 1 | 1 | 2 |
Store | B | 1b | Bx | 3 | 2 | 1 |
Store | B | 2b | By | 3 | 3 | 3 |
Store | C | 1c | Cx | 2 | 4 | 4 |
Store | C | 1C | Cy | 2 | 4 | 5 |
Head | A | 1a | Ax | 1 | 1 | 1 |
Head | B | 1b | Bz | 2 | 2 | 2 |
Head | B | 2b | Bw | 3 | 3 | 3 |
I create duplicates columns, concatenate group and level to remove duplicates values in each column and sort by Orders columns. But with this solution I have to display Group/Level 1 ( Head/A, Head/B, Store/A,Store B,....), Group/Level 2,... and I want to display only the level without .
Do you have any other ideas?
Thank you for your help
Anyone else have an idea?
If i do this , the same level will have to Order value and it's not gonna working . Example: Lveal 1a will have 1 and 4 as order position power bi won't understand.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
89 | |
87 | |
35 | |
35 |
User | Count |
---|---|
154 | |
100 | |
83 | |
63 | |
54 |