I am trying to create a format rule to format specific serial numbers based off another spread sheet last entry on that serial number. Here is what I have and I think its super close just not quite there.
LOOKUP( MAX( SELECT(Machine Cleanings[_ROWNUMBER], ([_THISROW].[Serial #] = [TDS Reading]) ) ), "Machine Cleanings", "_ROWNUMBER", "TDS Reading" ) >35
Which gives me this.
Solved! Go to Solution.
So maxrow on the slice expression?
I thought about ANY(
SELECT(
Machine Cleanings[TDS Reading],
(
[_ROWNUMBER]
= MAX(
SELECT(
Machine Cleanings[_ROWNUMBER],
([Serial #] = [_THISROW].[Serial #])
))))
But that gives me
The expression is valid but its result type 'Number' is not one of the expected types: Yes/No
I'm not able to discern the structure of your table from your expressions, so please show the columns of your tables from the app editor. Thanks.
These are the two tables.
Works like a champ. Thanks.
User | Count |
---|---|
16 | |
15 | |
4 | |
4 | |
3 |