Forum Discussion
nabilassellalou
2 years agoRegular Visitor
DAX
I have a data table on several columns, I want to count the number of "yes" rows for a single M1 and M4 for the same identifier, because there are several M1 and M4 which are repeated for the same ...
ryan_mayu
Super User
2 years agoyou can try to use the ALLEXCEPT
https://learn.microsoft.com/en-us/dax/allexcept-function-dax?wt.mc_id=DP-MVP-5004616
It's better to provide some sample data and expected output.