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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
demonfc
Microsoft Employee
Microsoft Employee

Formula help

In need of help writing a formula where I can get a number of the customers my employees have helped. The formula would output the number of times an employee helped the same customer if they helped the same customer numerous times. The column would look like column 3. 

Employee NameCustomer Namecount of assistance
EmpAAbel4
EmpBJohn5
EmpCDerek1
EmpDAbel1
EmpBJohn5
EmpFJohn2
EmpBJohn5
EmpHDoug1
EmpIChris1
EmpEChris2
EmpGChris1
EmpEChris2
EmpGJohn1
EmpCChris1
EmpBAbel1
EmpHDerek1
EmpAAbel4
EmpBJohn5
EmpAAbel4
EmpFJohn2
EmpBJohn5
EmpAAbel4

 

Any and all help is greatly appreciated. 

Thank You

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@demonfc

 

try with

 

Column =
CALCULATE (
    COUNTROWS ( Table1 ),
    ALLEXCEPT ( Table1, Table1[Employee Name], Table1[Customer Name] )
)

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @demonfc,

 

The solution of Zubair_Muhammad could solve your problem.

 

If you have solved the probelm, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Zubair_Muhammad
Community Champion
Community Champion

@demonfc

 

try with

 

Column =
CALCULATE (
    COUNTROWS ( Table1 ),
    ALLEXCEPT ( Table1, Table1[Employee Name], Table1[Customer Name] )
)

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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.

Top Solution Authors
Top Kudoed Authors