Hi, I am trying to create a graph but I think I need help...I keep getting an error and don't seem to be getting the data from sharepoint. I think I check the obvious with the naming...Thanks!
The sharepoint is "Projects" and the column is "Group"
Clear(colCountryProjectCounts);
ForAll( GroupBy(Projects, "Country", "GroupedProjects"),
Collect(
colCountryProjectCounts,
{ Country: GroupedProjects[0].Country, ProjectCount: CountRows(GroupedProjects) }
)
)

Report
All responses (
Answers (