I have a SQL query that returns several columns of data into a powershell variable and that data is then used in several visuals throughout my dashboard. However, it doesn’t really look good when you have 30+ rows on a bar graph so I am wondering if I could have a drop-down or some sort of pagination on the chart itself. I know you can do this with tables in Powershell Universal, but what would be the best way to do this for a chart. I could select top XX into a new variable from my existing variable, but that would not allow me to see anything beyond the top 5 in my bar chart.
Here’s a paging control you could use. Instead of the UDCard, just include your charts. You can also remove the transition if you don’t want any animation between changes.