Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Need Help to find headcount latest divsion

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

1 ACCEPTED SOLUTION
v-cazheng-msft
Community Support
Community Support

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

View solution in original post

4 REPLIES 4
v-cazheng-msft
Community Support
Community Support

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

Anonymous
Not applicable

I Have a column Called Latest Divison,
Expecting output is 

Latest DivisonUseremail COunt  
ABCDEF@GMAIL.COM15  
EFGHI@GMail.com20  
HIJKL@GMAIL.COM25  

@Anonymous  ok, the expected output is clear, but can you paste some data on which you want to calculate this result? 

 

Thx,

BF

BeaBF
Super User
Super User

@Anonymous Hi!

Can you paste some sample data? 

Thx,

BF

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.