Forum Discussion
JDSang
6 years agoFrequent Visitor
SUMIFS in Power Bi
Hi, i'm pretty new to power Bi and am struggling to get my head around tasks that are simple in excel, i have a list of orders each with multiple time entries by different people over various months....
JDSang
6 years agoFrequent Visitor
I seem to have answered my own question. I used:
Month Hours = CALCULATE(SUM('Table'[Hours]),ALLEXCEPT('Table','Table'[Month]))
The month hours matches the total for month on the second table.
Thank you for your help 🙂