Forum Discussion
SravaniBudde
3 years agoFrequent Visitor
COUNTIF function in power bi
Hi , I am trying to convert excel fromulas inot power bi. Can u please help in convert this. 1.COUNTIFS([@[REJECTED_DATE]],">0") 2.COUNTIFS(Table1[@[ESCAL_TO1]:[ESCAL_TO3_DT]],">0")
SravaniBudde
3 years agoFrequent Visitor
Hi, Second formula actually
ESCAL_TO1 is text with values ''adbcds'
and ESCAL_TO3_DT is date with value "10/31/2022"
how do i convert the COUNTIFS(Table1[@[ESCAL_TO1]:[ESCAL_TO3_DT]],">0") excel formula to power bi in this case.