Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am new at using powerbi and I am facing an issue.
My table is "Powerbi"
I want to divide each elements of my lines in my matrix from Powerbi[Chart of Account V2] by a fixed denominator.
The division will be for each elements of my lines:
Solved! Go to Solution.
Hi @Anonymous for an element of Powerbi[Chart of Account V2] - this part was not in your formula, try below
DIVIDE (
SUM ( Powerbi[Amount Allocated] ),
CALCULATE (
SUM ( Powerbi[Amount Allocated] ),
ALLEXCEPT ( Powerbi, Powerbi[Chart of Account V2] ),
Powerbi[Indicator] = "Total Revenue"
)
)
Did I answer your question? Mark my post as a solution! Kudos Appreciated!
Proud to be a Super User!
Hi @Anonymous for an element of Powerbi[Chart of Account V2] - this part was not in your formula, try below
DIVIDE (
SUM ( Powerbi[Amount Allocated] ),
CALCULATE (
SUM ( Powerbi[Amount Allocated] ),
ALLEXCEPT ( Powerbi, Powerbi[Chart of Account V2] ),
Powerbi[Indicator] = "Total Revenue"
)
)
Did I answer your question? Mark my post as a solution! Kudos Appreciated!
Proud to be a Super User!
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 |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 12 | |
| 10 |