Untitled

 avatar
unknown
plain_text
2 years ago
349 B
4
Indexable
Coeficiente de diversificación por Subtorre =

VAR SubtorreGrouping = SUMMARIZECOLUMNS(
    MT_Cecos[SubTower Desc],
    "Indicador", 'Medidas'[Indicador cartera propia]
)

RETURN
SUMX(
    SubtorreGrouping,
    SWITCH(
        [Indicador],
        0, 0,
        3, 0.01243781,
        1, 0.01066098,
        2, 0.01492537,
        BLANK()
    )
)
Editor is loading...