Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • JirkaZ's avatar
    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)