March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a table with the following setup:
Team | name | skill | rating |
database | john smith | SQL server | 3 |
database | john smith | DAX | 3 |
database | jimmy plank | SQL Server | 2 |
engineering | susie q | ETL | 2 |
engineering | susie q | SQL | 3 |
engineering | issac walker | ETL | 1 |
There are about 50 skills per person. And there are a varying number of people on each team. I am trying to write a DAX measure to count the distinct amount of employees on each team. Any suggestions?
Solved! Go to Solution.
Hi:
If your table name = Team then
Hi:
Yes:
Hi:
If your table name = Team then
This is what I am looking for. is there anyway to add this value to the source table as a column?
Hi:
Yes:
Thank you so much!
Hi,
Please check the below picture and the attached pbix file.
Employee count in each team: =
DISTINCTCOUNT(Data[name])
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi Jihwan:
I'm sorry if I answered after you. I did not see any answer yet when I answered. Thank you..
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
19 | |
17 | |
9 | |
5 |
User | Count |
---|---|
36 | |
29 | |
16 | |
15 | |
12 |