I am attempting to create an interactive dashboard for my team and have gotten most of it by myself. However, I am self taught and there are a couple of asks that I cannot seem to figure out how to accomplish. The file I have attached is a paired down edited file that I can share (all identifying features for our company have been removed). The first thing that I cannot figure out is how to apply the "Measure Name" filter to all of the views on the dashboard. I have preset the basics, however, sometimes we need to look at other fields (e.g. Plan Change or SNP Conversion). I want to make it so that if that is selected it updates all of the worksheets on the dashboard not just the one I pulled it from, like a linked filter. The second thing is the dashboard is fully interactive, so if you click an item it filters the rest using actions. However, the bar graph that I have set up does weird things when it tries to filter. There are some 30 distinct items in the graph and I only want to see the top 10-15 items. I also want it to update the graph when filtering, though now it does but doesn't keep 10-15 items it only shows a subsection of them. If I could be really greedy, I would also want to add a % of total on the graph, instead of the count. With the % being of the entire total, not just what is shown, and have that update to whatever is filtered. Any and all ideas and help are appreciated.
Hi, @Lauren Garner
I’m not sure if this is exactly what you’re looking for, but please take a look.
By preparing separate scaffold data (a simple text file containing only the name “No” and numbers) and linking it, you can control the field by including numbers in a calculated field. Please give it a try.
First, please review the workbook to see if it meets your needs.
<sample>
<data source>
Link the simple dataset to your workbook.
<calc sample>
“No” is used as the name assigned to each measure.
You can control it by separating and using the values of
No within the calculation formula.*Note
Since I couldn’t access your original data source, I copied the data and replaced it. Because of this, some field names may have changed slightly, so please use this only as a reference for the overall mechanism. Also, please make any necessary adjustments to things like the filter application on the chart.