Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Row limlit option for a report

Hi

 

In Power BI, I observe that we don't have an option to limit the number of rows per page i.e. If I have a report with 200 rows, I would like to limit 20 rows per page and hence have 10 pages in total and have an option displayed somewhere on the report, say, below right corner of the report to navigate to and fro from one page to another page (1,2,3, 4 > etc.). It would be very helpful and greatly appreciated if this feature is implemented in Power BI as soon as possible. Thanks!

7 REPLIES 7
furiocamilo
New Member

Tried different avenues, but this one worked for me.

 

Opening the Query Editor, then looking for the button "Advanced Editor" and then when opening the coding section, went form this:

 

 

let
Source = Json.Document(Web.Contents("https://publicapi.mycompany.com.au/rosters", [Headers=etc...

 

I added this:

 

let
Source = Json.Document(Web.Contents("https://publicapi.mycompany.com.au/rosters?limit=1000", [Headers=etc

 

And it worked!

Anonymous
Not applicable

Anonymous
Not applicable

Sonny,

 

Thank you! It is a very good alternative. However, I am looking for basic page navigation and row-limit option for a simple Power BI grid report. I am pretty sure that Power BI doesn't have this feature yet and I hope they will implement it in the future releases. Thanks again for poiting me to this wonderful alternative!

Aron_Moore
Solution Specialist
Solution Specialist

You could add an index column to the dataset and filter each tab of the report to an index range or some label for index groups.

Then use buttons to implement your navigation requirements.

Anonymous
Not applicable

Hi Aron,

 

 

Page Navigation.jpgI really appreciate the workaround. What if the scenario is not 200 rows but 2000 rows or more? Definitely it wouldn't be advised to have 100 tabs or more as pages and navigate between them. Don't we have an better option in Power BI to achieve this requirement? Please find attcahed for the kind of page navigation I ma looking for. Thanks!

 

 

Are the multiple pages required?

Using the index method you could use a slicer to filter the entirity of a one page report to show only the data from "page 1", "page 2", etc.

Anonymous
Not applicable

Aron,

 

Thank you! It is a very good work-around. However, I am looking for basic page navigation and row-limit option for a simple Power BI grid report. I am pretty sure that Power BI doen't have this feature yet and I hope they will implement it in the future  releases. Thanks again for the work-around!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.