Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Totalizer in column Power BI

Hello, good afternoon! Please, could someone help me to make a measure that adds the column "Dias" to the totalizer? Thank you.  
  • VilmarSch's avatar
    3 years ago

    Veja se ajuda

     

     

    Dias = 
    SUMX (
        SUMMARIZE ( dCalendar, [MesNum], [Dia] ),
        CALCULATE ( IF ( [Qtd] > 0, 1, "" ) )
    )