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() ) )
chrisread9907
9 years agoFrequent Visitor
Yes that is true, i was looking for a 24 hour clock displaying the total duaration.
My total durations will never go over 23:59
Even if both are formatted as number i get 'cant display the visual' error
Anonymous
9 years agoNot applicable
What kind of visual are you trying to use this in?
- chrisread99079 years agoFrequent Visitor
So, I have a 2 duation columns one formated as a number in seconds, one formated as time in hours,
I would like it to appear in a visual table, i can then also refrence it in another measure.