Dashboard using Excel : Create Bar Chart



In the previous article we added a pie chart (Create Pie chart from Excel Data) and now we continue adding a Bar chart Now we add a Bar chart to our Excel Dashboard Top Countries select country_name, sum(quantity_sold) as qty_sold from [detail_data$] group by country_name order by sum(quantity_sold) desc We select the "Chart Type = Bar", enter ...