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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone,
I'm trying to perform a formula to calculate a subtotal of the "Nb Answered" but cannot achieve it...
What I want exactly is the % of "Nb Answered" for each agent, obviously by date. So I have to calculate the sum of "Nb Answered", by date.
Can someone help ?
Thank you very much in advance
Ben
Solved! Go to Solution.
If you want at the date level then the date should have driven denominator?
You can do in Matrix Visualization
Refer for formula
https://community.powerbi.com/t5/Desktop/Percentage-of-subtotal/td-p/95390
https://www.tringuyenminh92.com/index.php/2017/08/07/percent-of-subtotalgroups-in-power-bi/
I tried sameon table . For Sub total at brand level, I sorted table on brand to check results
% Brand = CALCULATE ( SUM ( Sales[Sales] ) ) / CALCULATE ( SUM ( Sales[Sales] ), ALLEXCEPT ( 'Item','Item'[Brand]) )*100
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |