I am trying to come up with an expression that would count how many items I sold based on if there is a value in a column and if the Lot matched. I and doing this through a virtual column.
So I thought this would be the expression:
COUNT(CONTAINS(ISNOTBLANK(Inventory[Job Name]), [Lot] = [_THISROW].[Lot]))
but I am getting โCOUNT function is used incorrectlyโ
Solved! Go to Solution.
That is what I tried at first, but I got โSELECT has invalid inputsโ
This is what I tried before trying CONTAINS()
COUNT(SELECT(ISNOTBLANK(Inventory[Job Name]), ([Lot] = [_THISROW].[Lot]), TRUE))
Maybe I am trying too much or canโt wrap my simple brain around it.
Thank you for saving me once again!
User | Count |
---|---|
15 | |
11 | |
9 | |
8 | |
4 |