Hi
I have a working app and I want to produce management information from it. I have a list of tasks for different departments and this app allows users to check them off on completion. It is a pretty straight forward app
I would like to produce a bar chart that shows the daily performance of completing these tasks against the total number of tasks. So the y axis has the number of tasks, the x axis shows each department, one series is the total number of tasks and the second series shows the task completed. Easy to do in Excel but I don’t have a clue how to do this in PowerApps
The data is stored on SharePoint lists. There are separate lists that store the list of tasks, the log of completed tasks and the departments. They all have unique referencing
I have a feeling I should be building a collection first and linking the table to. I have also played around with AddColumns & CountRows, to no avail. It is also possible that I shouldn’t even attempt to do this PowerApps. I have access to Power BI but that does not update in Realtime, except with much reduced functionality.
Please help!