Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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