Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi there,
I'm having trouble calculating the count of sales people per region.
My Data looks like this:
So in this example, when Jim goes to the dashboard, he should see that there are 3 total people in the west region. Tom would see that he only has 1 in the region., etc..
This becomes a bit of a challenge because we actually have about 250 regions with about 5-10 people sit inside of.
Thanks,
Kevin
Solved! Go to Solution.
@kmcallister,
Create a measure using DAX below and check if you get expected result.
Measure = CALCULATE(COUNTA(Table[Name]),ALL(Table[Name]))
Regards,
Lydia
@kmcallister,
Create a measure using DAX below and check if you get expected result.
Measure = CALCULATE(COUNTA(Table[Name]),ALL(Table[Name]))
Regards,
Lydia
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
87 | |
66 | |
52 | |
45 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |