The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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