I recently posted about a project I'm working on regarding tornado data from 1950-2013. I have been able to get my number of tornadoes by year chart working with my secondary value charted over it, as well as a chart of fatalities and injuries. The pivot tables feeding those charts are filtered by a slicer based on County. Everything is working nicely on that so now to the final step!
What I'd like to do is create a chart showing damages for the selected county(s). I'm not sure how best to display this information. The original data has a column for damages for each tornado, but the data from 1950-1995 is shown as a range (ie, $50K-$500K) and the data from 1996-2013 has actual values (ie, $15K or $300M). The data is by tornado and by county affected by the tornado. Because there could be more than one county, the tornado "key" value is repeated in my table, which means the damages are repeated as well.
I have gone through the data and put all of the actual values into ranges that correspond to the 1950-95 data ranges. Was that the correct way to move forward? I've attached a file with the basic data, a pivot table, and a slicer.
Any help and guidance appreciated!
What I'd like to do is create a chart showing damages for the selected county(s). I'm not sure how best to display this information. The original data has a column for damages for each tornado, but the data from 1950-1995 is shown as a range (ie, $50K-$500K) and the data from 1996-2013 has actual values (ie, $15K or $300M). The data is by tornado and by county affected by the tornado. Because there could be more than one county, the tornado "key" value is repeated in my table, which means the damages are repeated as well.
I have gone through the data and put all of the actual values into ranges that correspond to the 1950-95 data ranges. Was that the correct way to move forward? I've attached a file with the basic data, a pivot table, and a slicer.
Any help and guidance appreciated!