Forum Discussion
marquesj
2 years agoRegular Visitor
DAX function to count values not duplicated
Hi all, I am running a report for a wharehouse to check what is inside, what was removed and what has entered. I want to focus on what was removed from one day to another and exclude what en...
marquesj
2 years agoRegular Visitor
Hi Clara,
Thank you so much for helping out. Reading again my topic, I have made some confusion. The result I'm looking for is 2, as packages 4 and 5 were removed and therefore don't duplicate from one day to another.
Using this way I'll be given the opposite result that I need. The result I'm looking for is 2 as packages 4 and 5 were the ones that were removed:
Thank you
lbendlin
2 years agoSuper User
COUNTROWS()-COUNTROWS(EXCEPT())