Forum Discussion

Thasos's avatar
Thasos
Regular Visitor
3 years ago
Solved

Calculate average based on two columns

Hi guys,   I've recently discovered Power BI and I love the possibilities. I've come a long way with Youtube tutorials and this forum (it's truly amazing :)) However, I've run into an error to whic...
  • johnt75's avatar
    3 years ago

    You can create a measure like 

    % average = DIVIDE( SUM( Blad1[Declarabel]), SUM( Blad1[uren gewerkt] ) )