Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Percentaje by month

Hi, I need to calculate the percentaje by month of the Hours in this table, at the moment i obtain the % by all table, how to do that?, Thanks by the help      
  • Fowmy's avatar
    Fowmy
    5 years ago

    Anonymous 

    If you are summarizing, use this method,

    % By Month = 
    
    DIVIDE(
        SUM(Table2[Hours]),
        CALCULATE( SUM(Table2[Hours]) , ALLEXCEPT(Table2,Table2[Month]))
    )



    ________________________

    If my answer was helpful, please consider Accept it as the solution to help the other members find it

    Click on the Thumbs-Up icon if you like this reply 🙂

    YouTube  LinkedIn