Forum Discussion
Thasos
3 years agoRegular Visitor
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...
- 3 years ago
You can create a measure like
% average = DIVIDE( SUM( Blad1[Declarabel]), SUM( Blad1[uren gewerkt] ) )
Thasos
3 years agoRegular Visitor
You are my absolute hero. I was already searching for something with measures, but I couldn't find the right formula. Thanks!!