Forum Discussion

sullynivek's avatar
sullynivek
Frequent Visitor
9 years ago
Solved

find percent from grouped data

Hi,   I have a table that I have grouped the data by the following headings:   Planned Absence Reactive Breakdowns Damage   With Power BI creating the total. The grouped data is the amount ...
  • sullynivek's avatar
    sullynivek
    9 years ago

    All,

     

    Just for information here is the solution:

     

     

    Measure = DIVIDE(SUM('Emtc joined with wkaw'[hrs]),CALCULATE(SUM('Emtc joined with wkaw'[hrs]), ALLSELECTED('Emtc joined with wkaw'[Weekly Utilisations])),0)