Forum Discussion
Anonymous
2 years agoNot applicable
Vertical analysis
Hello I am building the financial statements in power bi. and I want to put a vertical analysis column of the income statement groups (income, costs). These groups are made up of accounting acco...
parry2k
2 years agoSuper User
Anonymous try this:
Ingresos =
CALCULATE(
SUM(ZF01[Dólares GyP]),
FILTER (
ALL ( 'Tabla posiciones' ),
'Tabla posiciones'[Agrupación]="Ingresos de operación, neto"
)
)