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
Hello, I'm a Power BI newbie and may have bitten off more than I can chew with creating this measure. I have OA and other skills data for 8 staff (PF) and want to count the max OA skill for each PF then create a funnel chart. Some sample data below shows person 1 has 2 OA skills (C &G) so I want to count them once as a max 2 and not in the level 1s and person 8 has 3 OA skills (M,G &C) where I want to count him once in the level 4 skill holders and not in the level 3s. I have created this in excel so I know what the answers should be but I can’t get the chart to show each person once in Power BI. Please shout if you need anymore context. Many thanks.
@Stanley18 the answer is this!
Create a table
2 | 1 |
1 | 2 |
1 | 3 |
3 | 4 |
2 | 5 |
3 | 6 |
3 | 7 |
4 | 8 |
.....like this
User | Count |
---|---|
12 | |
11 | |
8 | |
8 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |