Forum Discussion
PowerBIGuy1
9 years agoFrequent Visitor
Pagination in Table Visual
Is there a way to enable Pagination in Table visual? I have a table that has 60 rows. I could not figure out a way to enable paging so i could show 20 rows per page in Table visual.
Phil_Seamark
9 years agoMicrosoft Employee
On approach could be to add a column to your data that includes an incrementing number for each page. eg, your first 40 records all carry the number 1, the next 40 records carry the number 2.
Then you could have a slicer that offers 1 & 2 etc and the user can just cycle through those.
Not perfect but might be ok for some data