Comare to column other than key column

In the below condition, I want Virtual Queue[Facility] to be compared to Facility[Facility] instead of Facility[_ComputedKey]

Solved Solved
0 2 184
1 ACCEPTED SOLUTION

Thanks Steve!

This is the code I used:
IN
([Facility],
SELECT(Facility[Facility],
AND(
([Spots Available] > 0), IN([Facility], Virtual Queue[Facility]))
))

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Thanks Steve!

This is the code I used:
IN
([Facility],
SELECT(Facility[Facility],
AND(
([Spots Available] > 0), IN([Facility], Virtual Queue[Facility]))
))

Top Labels in this Space