Filter(Table1, PersonResponsible = varUser.FullName) and that shows the distinct title values that belong to the personalized view. I've seen people use Distinct and GroupBy to get the unique values. Right now I've been using GroupBy to get the unique values...
Filter('ChildListforCascadingLookUp',Country.Value = DdlCountry.Selected.Value) If you want to populate only the distinct values then write the below formula in the Items properties. Distinct(Filter('ChildListforCascadingLookUp',Country.Value=DdlCountry.Selected.Value),Title) This is how we have ...
Please clickif my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Re: Countrows issue with filter collection in powerapps @WarrenBelz, I h...
fn2(x))一样将它们链接起来。不知道第二个函数,我就假设它是filter:
We create a view by opening the table designer from the Maker Portal. Here, we find the option to add a new view from the view tab. From the view designer, we can specify the filter criteria and the sort order of the output.
You are currently getting distinct records and then looking back at what is essentially itself. on Hi@WarrenBelz, I am using a 3 collection to achieve my requirement. I don't know I am just trying on my own, If we use only one collection to achieve this is...
You are currently getting distinct records and then looking back at what is essentially itself. 13:00:06 @WarrenBelz, I am using a 3 collection to achieve my requirement. I don't know I am just trying on my own, If we use only one collection to achieve t...