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
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!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |