Hello,
For the dropdown you can do this in the Items Property:
Distinct(DATASOURCE,ID)
Where datasource is your datasource you use for the gallery.
To filter the gallery you can put this in the Datasource Property:
Filter(DATASOURCE,ID = Dropdown.Selected)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hello,
For the dropdown you can do this in the Items Property:
Distinct(DATASOURCE,ID)
Where datasource is your datasource you use for the gallery.
To filter the gallery you can put this in the Datasource Property:
Filter(DATASOURCE,ID = Dropdown.Selected)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
For the dropdown you can do this in the Items Property:
Distinct(DATASOURCE;ID)
To filter the gallery you put this in the Datasource Property:
Filter(DATASOURCE; ID = Dropdown1.Selected.Result)
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
275 | |
229 | |
79 | |
37 | |
37 |
User | Count |
---|---|
351 | |
232 | |
124 | |
70 | |
55 |