The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |