hello, i have a gallery that visualise data from sharepoint list.
i would like to count distinct title of the gallery.
i want to evitate delegation problem, counting directly in sharepoint list.
how can i do ?
thank you
Solved! Go to Solution.
If countRows Datasource:
If countRows Gallery:
Gallery Items:
Distinct(Datasource,Title)
Then count gallery items
With(
{gal: Gallery1.AllItems},
CountRows(
Distinct(
gal,
title
)
)
)
If countRows Datasource:
If countRows Gallery:
Gallery Items:
Distinct(Datasource,Title)
Then count gallery items
User | Count |
---|---|
225 | |
101 | |
93 | |
56 | |
30 |
User | Count |
---|---|
286 | |
116 | |
109 | |
62 | |
57 |