Forum Discussion
Issue Tracker Number Field
- Jul 25, 2022I'm not sure if it's possible with just using the out-of-the-box features. As you mentioned the totals will only apply to records that are within the list (not filtered out).
My suggestion would be to look at connecting to your list via Power BI and creating a chart there that you could then put into your page via the Power BI Webpart. You could then build other stats and provide the info in a Power BI dashboard. You should be able to fairly easily get a count of ALL records, then perform a calculation for the percentages of active tasks across all tasks.
Another option is to create a separate list that just contained info for the active tasks (to be used in your chart) and populate it using a scheduled Power Automate from info contained in your incidents list.
Hello ganeshsanap ,
I was going to mention this previously but I actually considered the ID column but I use that could for the ticket number in my Power Automate Flow. I'll try in give a little more info to help you see where I am, where I've been and my troubles.
I want a finished product that shows a graph of all tickets "Status & Count" (New, In progress, Complete, etc.) the App I use seems to be a default app, meaning I didn't add it from the app store.
The finished product should look like this with the information mentioned above.
After much troubleshooting I found in order to get part of the way there I need to create a column that counts the values of another column, but creating a new Number column to show those values in a graph have been fruitless.
Here is what I have now, a "Status Count" column to count the items marked "Complete":
This is the formula I found online I used: "=SUM(ISNUMBER(SEARCH("Complete",Status)))"
This is the result I get from said column:
Another issue I am having is I don't want all tickets to show (Current View Below), I only want active tickets to be displayed (New, In progress).
Unfortunately when I setup my Task view to only show active tickets, the "Status Count" column doesn't see the tickets that aren't displayed.
If I could get the desired result without all tickets being visible (Counts Hidden Tasks), and displays all Task with there count in the graph, that would be golden.
I hope this helps, and Thank you Much!
My suggestion would be to look at connecting to your list via Power BI and creating a chart there that you could then put into your page via the Power BI Webpart. You could then build other stats and provide the info in a Power BI dashboard. You should be able to fairly easily get a count of ALL records, then perform a calculation for the percentages of active tasks across all tasks.
Another option is to create a separate list that just contained info for the active tasks (to be used in your chart) and populate it using a scheduled Power Automate from info contained in your incidents list.
- Kelvin_DJul 25, 2022Copper ContributorI've actually seen examples of this on the web, but thought it was a bit over the top for what I was looking to do, apparently not.
I'll head down this path and keep my fingers crossed.
Thank you for your help!