Hi,
I have a collection on app start called "MHStats" it brings in a sharepoint list.
Inside the sharepoint list there is a Field called "Are you ok?" the possible answers are yes, no and neutral. I also have a Date Time (string) field captured. which is mm/dd/yyyy hh:mm:ss
I would like to plot a line graph with the yes, no and neutral on the Y axis and the date time on the x axis and insert this on a power app canvas screen.
I am struggling with the format of the AddColumns formula in the Items control of the line graph.
Any ideas?
Thanks in advance.
Jon
No it would be one line, tracking the feeling (y axis) for each date it has been submitted on the x axis
So the X axis would be the date, the y axis would be yes, no or neutral. The data will look something like this
Then the graph would look something like this:
Ok, I think the formula is working, but I still don't see any line on the graph:
Thanks for your help so far, in advanced I have muiltiple Series drop downs:
And the ClearCollect on App Load looks like:
ClearCollect(MHStats,'Mental Health');
I imagine I just need to pull through the Are you Ok? and the Date Time fields ? How do I do this ?
Thanks,
Jon