The formula to do the lookup: LookUp('[dbo].[aas_wf_destination_dim_tbl]',Dest_ID_FK=Dest_ID,Destination)
This works in the gallery,
However the moment change the item on the gallery from the table name to the sort capability the LookUp values goes blank
Here is the Item code under the gallery for the sort:
Sort(Filter('[dbo].[aas_wf_transaction_tbl]',Cust_ID_FK=Gallery_Job_Search_Customer.Selected.Cust_ID),Open_Date,Descending)
It works perfectly except for the LookUp values that goes missing.