Filtering my gallery items based on a view works perfectly fine. But I also want, at the same time, filter the gallery on a particular choice value in Dataverse. This is how far I come now, but I´m getting an error here.
ClearCollect(
OpportunitiesHomeScreen,
Filter(Opportunities, 'Opportunities (Views)'.'My Latest Opportunities', If([@'Completed Stages'].'Completed')
);
Super thankful for help here!