If(
Len(RegionCombobox.Selected.xxxx) = 0,
Filter(
Assets,
StartsWith(
'Asset Name'.Self.SearchText,
'Asset Name'
)
),
ShowColumns(
Ungroup(
ForAll(
RegionCombobox.SelectedItems As _Items,
Filter(
Assets,
'Region (aemo region lu)' = _Items.xxxx
)
),
Value
),
'Asset Name'
)
)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.