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.
Hai All Need your help on this
The requirement is Want to find the headcount of the Latest Division, I Had already found the Latest division. But the requirement is not completed for example
I Have Column Like
Latest Divison |
ABCDEFGHI |
I want to take count of these corresponding latest division values.
Please help me
Solved! Go to Solution.
Hi @Anonymous ,
Not very sure about what the table looks like in your model. Please try the following formula.
Useremail Count =
CALCULATE (
COUNT ( [email column] ),
FILTER ( 'table name', [division column] IN [Latest Division] )
)
If it doesn’t work, could you please provide some sample data in your tables and tell me the relationships between them so I can help you find a solution?
Best Regards,
Community Support Team _ Caiyun
Hi @Anonymous ,
Not very sure about what the table looks like in your model. Please try the following formula.
Useremail Count =
CALCULATE (
COUNT ( [email column] ),
FILTER ( 'table name', [division column] IN [Latest Division] )
)
If it doesn’t work, could you please provide some sample data in your tables and tell me the relationships between them so I can help you find a solution?
Best Regards,
Community Support Team _ Caiyun
I Have a column Called Latest Divison,
Expecting output is
Latest Divison | Useremail COunt | ||
ABCDEF@GMAIL.COM | 15 | ||
EFGHI@GMail.com | 20 | ||
HIJKL@GMAIL.COM | 25 |
@Anonymous ok, the expected output is clear, but can you paste some data on which you want to calculate this result?
Thx,
BF
@Anonymous Hi!
Can you paste some sample data?
Thx,
BF
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 |
---|---|
18 | |
15 | |
13 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |