I have SharePoint lookup field with duplicate values, on the powerappform how to remove the duplicate values... Distinct function not working
Try
Distinct (List,ColumnName.Value)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Distinct is not working binding empty values
Distinct(
Filter(
List,
!IsBlank(ColumnName)
).ColumnName,
ColumnName
)
Hi @SharePointDev12 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if 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 Thumbs Up.
User | Count |
---|---|
195 | |
126 | |
90 | |
48 | |
44 |
User | Count |
---|---|
280 | |
163 | |
138 | |
81 | |
76 |