Next time you want to make a chart to tell how your sales (defects, customer calls, page views, number of clicks, walk-ins etc.) are doing over a period of time, consider showing them in a min-max chart.
For eg. a min-max sales chart for the last 12 months tells average, minimum and maximum sales per each month. See below for an example:

Min Max Excel Chart - An Example of Monthly Sales Data
These are really easy to create and can tell more than simple sales are up story. The best part is you can make the min-max charts with ease.
1. Have your data ready
The first step of course is to have the data ready. It is not always you have the minimum, maximum sales details for a give month, so you may want to summarize the data before moving to the next step. For our example, let us revisit ACME products (trivia acme link for curious mice out there). The data looks like this:

2. Create an Area Chart
As you might have already guessed, these min-max charts are nothing but area charts in disguise.
So, select the tabular data and click on “insert > chart” and select area chart (just the simple area chart, not the stacked area chart)
3. Format the Chart to Get the Min-Max Effect
This is the last step. First you may want to adjust the data series order of the area chart to ensure that the areas are overlapped properly. See below:

To adjust the order, right click on any of the areas and select “format data series” option, then go to “series order” tab.
The only formatting necessary is filling the bottom most area with white color (the minimum part). But you can also remove the plot area background – the gray color and adjust the fonts. Also, you can adjust the colors of other 2 areas (average and maximum) and adjust the border line width of average to make it standout.
That is all, there are no further steps, so go ahead, create your own min-max chart and let the conversation begin.
Like this? Also try: Thermometer charts in Excel, Micro bar charts, Gantt charts with excel bar graphs
















10 Responses to “Multiple Find Replace with Power Query List.Accumulate()”
Note: The text-formula above miss a -1. The video is correct.
😀 sorry, I made the exact same mistake as you did - initially - in the video. {0..3} is one thing, and Table.RowCount(replacements) -->3 items ={0,1,2} is another thing.
1st question : you've created a new column to put the replacements in. how ca we replace in the original column without creating a new one ?
2nd question : how can we replace the value in the entire cell and not only the text (Using ReplaceValue instead of text.Replace) ?
Thanks you in advance
Chandoo, I would be very interested to have your answers in both Yassine's questions!
Thank you for sharing,
Vassilis
Thank you for this! I was just doing an assignment where I was having to replace words with other words in my Excel sheet. We are starting with the basics in my class, so I know I don't have a huge list that I would need to find and replace, but this is something that could be useful down the road for me!
Hi
This is nearly perfect for my needs thank you, however I would like just the "replace" to be the result if possible please, I have tried in vain adjusting the formula without success.
Thank you in advance
Thank you! Awesome tip, and very flexible, too.
My find/replace values were in non-adjacent columns of a table containing a bunch of other data. Worked prefectly and I am now a tiny bit less clueless.
Hi!!!
I have the same question that Yassine did.
I need to replace the values in the same column. I don't want to create a new column e then have to remove the old column.
How could I could that?
That's a real fun article. It inspired me to delve deeper into the topic of List.Accumulate. I can see how the function works, but it takes an additional step to imagine how one can use it for more complex applications.
Your example also made it into my article, together with some other use-cases. Would be great to get your opinion on which other areas you would include in the article.
Let me drop the link to the page so others can too find it for further reading: https://gorilla.bi/power-query/list-accumulate/
Expression.Error: The name 'replacements' wasn't recognized. Make sure it's spelled correctly.