Forum Discussion
chrisread9907
9 years agoFrequent Visitor
SUMIF Function
Hi, I am struggling to covert my SUMIF Excel formula to DAX, This is my excel formula: =SUMIFS('Slave Data'!$E:$E,'Slave Data'!K:K,"=1",'Slave Data'!$B:$B,"="&$B10,'Slave Data'!L:L,"="&H1...
- Anonymous9 years ago
Sum of Duration = CALCULATE( SUM(SlaveData[duration]), FILTER( SlaveData, SlaveData[If Status Met] = 1 && SlaveData[slaveid] = 1 && Slavedata[datStart] = TODAY() ) )
Ashish_Mathur
6 years agoSuper User
Hi,
Drag Year to the row labels of your visual. Write these measures
Total = SUM(Data[Value])
Average = AVERAGE(Data[Value])
Hope this helps.
Anonymous
6 years agoNot applicable
yes working