Hi - I want to limit the number of rows displayed in a table chart. For example, I want to only show the first 20 rows in the table.
Is there a simple way to do this?
Thanks!
This is the simple way.
(I'm sorry for we have Japanese UI only.)
Unfortunately I don't think their is a "simple" way to do this. If you're willing to do a dataflow and your table is ordered by something you could do the same method outlined here using your columns
https://dojo.domo.com/t5/Card-Building/Ranking-Bar-Chart-Limitation/m-p/44085/highlight/true#M6040
Oh nice! I didn't realize the limiting of the data table impacted the card, figured it was just a how much data do you want to see in this data table preview. Cool