Forum Discussion
lc1
Helper III
7 years agoIf Statement
Hello, I need to create the following formula in DAX: excel: if (column 1="C", column 5-column 7, "Open" PBI: Response Time = IF(sr[source]="c", calculate (sr[receiveddate]-sr[closingdate]),"Ope...
lc1
Helper III
7 years agoIt was as a calculated column, but I used the same formula adding a column and it gives me #ERROR