Would there be a way to display a graph of the values of a Sharepoint column? e.g. I have these items in the Sharepoint list:
username, result, date
and I'd like to display a graph of the result value ordered by the date value for a chosen username. The app already handles choosing the username and I'd like to offer a new screen that holds the graph of the result/date, i.e. date on the x axis and result on the y (0-10 integer). It can't be BI as it needs to dynamic, i.e. navigating back one screen to change the username then going to the graph screen will display the new graph for the new username.
thanks,
Alistair
Hi @codebrane,
You could try to use line charts, pie charts, and bar charts to display your data in a canvas app. When you work with charts, the data that you import should be structured based on these criteria:
For example, your data should look similar to the following:
Show data in a line, pie, or bar chart in PowerApps
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/use-line-pie-bar-chart
Regards,
Mona
User | Count |
---|---|
187 | |
105 | |
89 | |
45 | |
43 |
User | Count |
---|---|
237 | |
105 | |
104 | |
66 | |
66 |