Forum Discussion
LABrowne
2 years agoHelper II
DAX: PLACEHOLDER ERROR
Hi there, I have the below code: No. of Orders = CALCULATE ( COUNTROWS(Orders), NOT(CONTAINSSTRING(Orders[OrderId], "Cancel")), NOT(CONTAINSSTRING(Orders[OrderId], "Under Re...