Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I want to build table like below is this possible to add Page number like below report ?
Also option of Jump To
Solved! Go to Solution.
Hi @SwatiAccenture ,
You need Power BI Report Builder and it's free from Microsoft.
https://www.microsoft.com/en-us/download/details.aspx?id=58158
From your Power BI workspace, you will click on New --> Paginated Report
This will trigger Report Builder to open.
This guy does a good job going through the steps to create a simple report that paged (pagination)
More details: What are paginated reports in Power BI Premium?
7 Things to Know About Paginated Reports in Power BI
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
One way to achieve this is by using a field parameter along with a calculated column in your data. For example, you can assign the value 1 to the first 20 entries, the value 2 to the next 20, and so on. Then, use this calculated column as a field parameter and place a slicer at the bottom of your table (not a perfect solution but it helps)
I feel like this issue is not resolved.
The question was about creating a pageinated table, not a report.
Like if I only want to see a table with 20 rows at a time... to my knowledge there is no way to accomplish this with the table or matrix visual; although there are some 3rd party options.
Hi @SwatiAccenture ,
You need Power BI Report Builder and it's free from Microsoft.
https://www.microsoft.com/en-us/download/details.aspx?id=58158
From your Power BI workspace, you will click on New --> Paginated Report
This will trigger Report Builder to open.
This guy does a good job going through the steps to create a simple report that paged (pagination)
More details: What are paginated reports in Power BI Premium?
7 Things to Know About Paginated Reports in Power BI
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.