Forum Discussion
DAX Formula for column not working
hello v-Kongfanf-msft,
Thank you, but that didn't work. It yielded the following results. It says "KEEP", but it should say "REMOVE" because within that group of Numbers which is an Account Number, they say "Complete" across the rows of 4A, 4B, 5A, and 5B.
Hi Anonymous ,
Pls provide test data and detail desire result.
Best Regards,
Adamk Kong
- Anonymous2 years agoNot applicable
Hi v-kongfanf,
Here is some test data: This data is coming from a report that has counted the number of "Completes per Acct#. It seems like whatever DAX I create wants to count from the original report. I just need to formula to affect the current table not the detail table...
Now, what I need is the DAX that says if any of the numbers across this table have a zero there, then "KEEP", "REMOVE". Simple enought right. NO, not for me...its been very hard to make this happen. If you can assist with this I would be most grateful! 🙂Acct Sum of 4A Cass CT Sum of 4B Cass CT Sum of 5A Cass CT Sum of 5B Cass CT KEEP OR REMOVE 1234 8 8 7 7 REMOVE 1526 1 1 1 1 REMOVE 6523 1 0 1 1 KEEP 8598 2 2 2 2 REMOVE 9988 3 1 2 2 REMOVE