Forum Discussion
Anonymous
7 years agoNot applicable
Count rows with specific value
I have a table in a SQL database that contains 3 diffrent "values": Null, 0 and 1 I need to get the nu,ber of rows back where it only counts the...
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Anonymous ,
Try this one, please.
Counter = CALCULATE ( COUNT ( NSP_Tickets[u_misroutereport] ), NSP_Tickets[u_misroutereport] = TRUE () )
Best Regards,
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Anonymous ,
Could you please mark the proper answers as solutions?
Best Regards,