Hi @Sababneh,
this is the famous blue dot suggestion: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview#blue-dot-suggestion...
It's mostly a better decision to store your raw data in a collection and filter this collection.
You could do something like this in your onVisible attribute for this screen:
ClearCollect(localStorage, Your_Data_Source);
Now you can filter this local collection like any other source.
Hi @Sababneh,
this is the famous blue dot suggestion: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview#blue-dot-suggestion...
It's mostly a better decision to store your raw data in a collection and filter this collection.
You could do something like this in your onVisible attribute for this screen:
ClearCollect(localStorage, Your_Data_Source);
Now you can filter this local collection like any other source.
User | Count |
---|---|
156 | |
91 | |
81 | |
74 | |
57 |
User | Count |
---|---|
197 | |
166 | |
99 | |
95 | |
79 |