JConnol4
7 years agoFrequent Visitor
IF Formula sum
Dear colleagues,
I am trying to do something which is straight forward (SAP user) but it is not allowing me in PBI and I would appreciate the help here please:
I am counting hot-spots when they have had more than 11 incidents. The first stage is to apply an IF formula to determine the number as below
hot spot = IF([13 Period Indicent]>11,1,0)
I now want to know a sum of these 1's but however i try this PBI won't allow me.
Seemingly such a simple issue and SAP allows the use of where condition and typically i would use:
sum(hotspot) Where ([hotspot] = 1)
any help would be appreciated
kind regards
james