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.
hi, can I know how to calculate percentage for this data . I want to calculate also for 47595 , 12828 as grand total
Solved! Go to Solution.
@AtchayaP , Assume you have two measure Employee has skill and Count of active directory ID
Create a new measure
= divide([ Employee has skill],[Count of active directory ID])
You can mark that % measure using measure tool
@AtchayaP , Assume you have two measure Employee has skill and Count of active directory ID
Create a new measure
= divide([ Employee has skill],[Count of active directory ID])
You can mark that % measure using measure tool
If I have one columns as skill count how to find percentage
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
11 | |
7 |