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 August 31st. Request your voucher.
Hello!
I have a request regarding a measure that calculates % (Budget) of Total Budget of Account Group "01"
Is there any DAX expert around that can help me with this 🙂
Thanks
ACCOUNT GROUP | BUDGET | % OF ACCOUNT GROUP "01" |
01 | 115.079.546,44 | 100% |
02 | 22.682.861,83 | 19,40% |
03 | 15.138.325,76 | 12,30% |
04 | 4.699.545,35 | 4,02% |
05 | 4.093.782,28 | 3,50% |
Solved! Go to Solution.
hi, try with this:
% of AccountGroup1 = DIVIDE ( SUM ( Table2[BUDGET] ), CALCULATE ( SUM ( Table2[BUDGET] ), FILTER ( ALL ( Table2 ), Table2[ACCOUNT GROUP] = "01" ) ) )
hi, try with this:
% of AccountGroup1 = DIVIDE ( SUM ( Table2[BUDGET] ), CALCULATE ( SUM ( Table2[BUDGET] ), FILTER ( ALL ( Table2 ), Table2[ACCOUNT GROUP] = "01" ) ) )
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |