Forum Discussion
Allow User to Set Parameters
- 6 years agoHi there
I am pretty certain that this could be done via filters, or visual slicers where the user could filter the data to what they are looking for?
Sorry, I probably should have provided a bit more detail.
I'm trying to create a visual to display open bugs over time for a particular project. I'm pulling the data from ADS using an OData feed. This pulls in all bugs across all teams and projects (approximately 100,000 rows). In this table, several fields are important. Most importantly: severity, created date, completed date, and project name. I need the user to be able to specify a project name and only display the open bugs for that project. The visul is calculating the open bugs by comparing a date in a range for the x-axis of the visual to the created/completed date. If it's in the range of those dates it will be counted, otherwise it will not. Currently I can supply the project name as a parameter and it will adjust the graph as needed, but is there a way to allow the user to adjust the parameter from the report?
I am pretty certain that this could be done via filters, or visual slicers where the user could filter the data to what they are looking for?