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.
MawashiKid
9 years agoResolver II
RE: Pagination in Table Visual
Hi,
Regarding the pagination in table visual question, I was able to builid one using a copy of the code provided on Github https://github.com/jeroenterheerdt/PaginatedTablePBIVisual
porvided by jeroenterheerdt. [I always give the author the credits ;)... ]
I only had to change a few minor things - as I'm thinking of adding other custom features - .. I can confirm the basic code sample provided works fine. Sample below is pretty basic grid... Default value was set to 20 but I changed it to 5...
Page 1Page 2
Hope this helps...
vinayakk
6 years agoFrequent Visitor
Hi MawashiKid,
Could you please elaborate on how you're able to achieve pagination in the "table" visual in Power Bi from the Github solution you have mentioned in your post.
Thanks.