Forum Discussion
Anonymous
6 years agoNot applicable
Average hourly Income. Help with formula please
Hi All, Here I am again with another question for my Power BI Report. What I'm looking to find out is the hourly Income for projects. the logic should be like so. For Project Sparrow To...
- 6 years ago
Anonymous This should be a simple measure like:
CALCULATE(DIVIDE(SUM(money), SUM(hours), 0)
The rest should be evaluated within a context (table visual with project rows and this measure added)
JirkaZ
6 years agoSolution Specialist
Anonymous This should be a simple measure like:
CALCULATE(DIVIDE(SUM(money), SUM(hours), 0)
The rest should be evaluated within a context (table visual with project rows and this measure added)