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 September 15. Request your voucher.
Newbie here. I'm trying to figure out how to count the distinct number of people that have taken a training. I have two tables that would appear like below. Some people have been around a long time and taken the same training more than once.
I need help figuring out "Distinct number of people who have taken training". For the data below I'd be looking for a return of three.
Name | Training Course |
Chris | Training #1 |
Chris | Training #1 |
Chris | Training #1 |
Brad | |
John | Training #1 |
John | Training #1 |
Tony | |
Sam | Training #1 |
Has to be done in DAX as I don't have access to the dataset/power query.
Thank you.
Solved! Go to Solution.
@chris886
I guess you are using live connection mode so you can only create a measure for this.
@chris886
I guess you are using live connection mode so you can only create a measure for this.
User | Count |
---|---|
69 | |
68 | |
65 | |
54 | |
28 |
User | Count |
---|---|
112 | |
82 | |
65 | |
48 | |
43 |