Forum Discussion

4 Replies

  • Stachu's avatar
    Stachu
    Community Champion

    you can use SUMX and SUMMARIZE
    e.g. like here, you just need to adjut the red syntax

    Measure =
    SUMX (
        ADDCOLUMNS (
            SUMMARIZE ( Table, Table[Column1], Table[Column2] ),
            "Val", [FUND-PADRAO]
        ),
        [Val]
    )