Hi All,
I have encountered some issues in displaying the barchart figures that I want. I have looked up everywhere but cant find the right solution. Heres the issue :
This is my sharepoint list - Drupella Collection

I would like to create a page on powerapp to input this data. So I created this screen :

The location was not able to be selected, so I have on the AddColumns('Drupella Collection',"Site",Location.Value) on items of the graph. However, i wish to sum the location of drupella collected and time required per location.
So I tried this formula -
AddColumns(GroupBy('Drupella Collection',Location,"LocationData"),
"TotalDrupellaCollected",
Sum(LocationData,'Drupella Collected')
)
However it doesnt seem to run with some error. I would like to get the total drupella collected then add the time required as another series.
Wonderin if anyone is able to assist? Greatly appreciate it 🙂