I'm working on powerApps to display the data from sharepoint as below:
First I have table which have looku valus inside it.
in power apps I'm trying to display valus inside galary from this table (highlighted fields are lookup)
I used this formula but not work for lookup:
AddColumns(GroupBy('Activities', "Employee", "ByEmp"),"SumofPoints",Sum(ByEmp, 'Working hours'))
Hi @Anonymous
GroupBy only works with Tex,Numeric or DateTime fields
Employee looks to be a people picker field
Create another text field - name it employee text - and store the name as a string there (so you can use it for groupby)
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous,
Has your problem been solved?
If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Community Support Team _ Lin Tu
User | Count |
---|---|
8 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
7 | |
4 | |
2 | |
2 | |
2 |