Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone.
I have the following data table.
When a salesrep completes a sale my firm count it as 1 dealpoint
But when 2 salesrep are involved each of them splits 1dealpoint/2 so 0.5 each for example(Row 6 "KEVIN & JOHN")
And if 3 salesrep are involved each gets 1/3=0.33 (Row 9 "BILL & JOHN & ROBERT")
I want powerbi to calculate the dealpoints for each salesrep so i can include them in my dashboard.
The commisison varies between each rep but it is not relatable to the dealpoints.
Thanks!
Solved! Go to Solution.
HI @commited2020,
You can use the following calculated column formula to get the current sales rep count to calculate the correspond HC(headcount) weight.
Salesrep rate =
VAR _length =
PATHLENGTH ( SUBSTITUTE ( Table[Sales Rep], "&", "|" ) )
RETURN
1 / _length
Regards,
Xiaoxin Sheng
HI @commited2020,
You can use the following calculated column formula to get the current sales rep count to calculate the correspond HC(headcount) weight.
Salesrep rate =
VAR _length =
PATHLENGTH ( SUBSTITUTE ( Table[Sales Rep], "&", "|" ) )
RETURN
1 / _length
Regards,
Xiaoxin Sheng
Thank u very much it worked!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |