
Hello Tableau Community!
I have a bar chart with ratings for movies, and I want to display the top 50 movies based on the overall score. The maximum rating score is 10.0; however, on my x-axis, the maximum value is 42 (check the screenshot below). When I attempted to edit the x-axis and set a fixed value, it disrupted my bar chart, causing all bars to have the same height. Can you please explain what is wrong with my chart? My workbook is to big and I can't upload it. Thank you
2 answers
Hi @Christine Lumen​,
What happens if you change the SUM(Imdb Score) to an AVG(Imdb Score) instead? I suspect there may be multiple records per title in your dataset, duplicating your score results.