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 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 |
---|---|
26 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |