Including All Items in Chart

rilzniak

Active Member
Joined
Jul 20, 2012
Messages
291
Hey all! This is probably so simple, but I'm hoping someone can provide a suggestion of how I can show all six lines in the chart on the left.

unnamed.png
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
I think you could do a few different things. You could:
1. Experiment around with the small multiple criteria using the State or some other criteria.
2. Create new calculated columns that filter the data according to your state, and end up with 6 new columns (done + incomplete each for value, effort, and count) that you would plot instead. Something like:
Power Query:
Value (incomplete) = IF('1177556'[State]="Incomplete",'1177556'[Value],BLANK())
3. Lastly, its definitely a hack, but you could also overlap two charts, one filtered for each Status, and make sure everything lines up correctly with some of the instructions from this video.
 
Upvote 0
Solution

Forum statistics

Threads
1,223,702
Messages
6,173,961
Members
452,539
Latest member
delvey

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top