Here are steps to achieve this:
1.Create a Liked Cities multiple choices column has 10 cities.
2.Create a Booked City single choice column has 10 cities same as Liked Cities multiple choices column.
3.In the SharePoint list -> Integrate -> Power Apps -> Customize forms.
4.Booked City_DataCard1 -> DataCardValue4 -> Advanced -> Unlock to change properties -> Items -> Filter(Choices([@'0205'].BookedCity), Value in DataCardValue3.SelectedItems.Value)
Note: You need to replace '0205' with the name of your SharePoint list and DataCardValue3 with the name of the control for the Liked Cities field.
5.Save and publish the form to the SharePoint list.
6.Result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.