Row Limit in Bar Chart

Options

Hi,

I have built a bar chart that counts the number of completed cards by Card Title.

I limited the bar chart to return 25 rows. However, the results are not correct. Some of the cards have 1 completion are showing in the top 25 when there are 100's of cards that have more than 1 completion.

How do i accurately get the 25 cards with the highest number of completions and not the first 25 cards that appear in the dataset?

Comments

  • GrantSmith
    Options

    Hi @micheleb

    Are you sorting your results on your card based on the the aggregated / SUM of your values?

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Agree with @GrantSmith Your sorting and limit properties should look something like this:


    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.
  • micheleb
    Options

    thank you