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
I have a power bi report where I am trying to to the following:
FinYr 2324
Team Left Still Here %Left %Still here
Team 1 135 67 66.8 33.16 Team 1 Total 202
sec1 100 60 49.5 29
sec2 30 5 14.8 2.4
sec3 5 2 2.4 0.9
Team 2 140 50 Team 2 Total 190
sec1 100 40
sec2 35 5
sec3 5 2
What I wanted to do is the % based on the team total per section.
Thanks
Solved! Go to Solution.
Hi @Shell64 ,
I created a sample pbix file(see the attachment), please check if that is what you want.
Subtotal = SUM('Table'[Left])+SUM('Table'[Still Here])%Left = DIVIDE(SUM('Table'[Left]),[Subtotal])%Still here = DIVIDE(SUM('Table'[Still Here]),[Subtotal])
Best Regards
Hi @Shell64 ,
I created a sample pbix file(see the attachment), please check if that is what you want.
Subtotal = SUM('Table'[Left])+SUM('Table'[Still Here])%Left = DIVIDE(SUM('Table'[Left]),[Subtotal])%Still here = DIVIDE(SUM('Table'[Still Here]),[Subtotal])
Best Regards
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 21 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 35 | |
| 31 | |
| 20 | |
| 13 | |
| 10 |