i’m try to get data in depend drop down but i need to filter the conditions
ANY(
AND(SELECT(Room_Data[ID_Room], ([_THISROW].[Room Type] = [Room_Type])),FILTER(“Room_Data”, [Status] = “VC”))
)
i’m try to get data in depend drop down but i need to filter the conditions
ANY(
AND(SELECT(Room_Data[ID_Room], ([_THISROW].[Room Type] = [Room_Type])),FILTER(“Room_Data”, [Status] = “VC”))
)
FILTER(“Room_Data”, AND([Room_Type]=[_THISROW].[Room_Type], [Status]=“VC”))
Some typos corrected..
Thanks for the solutions