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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Report builder doesn't show all the records

Hi,

 

I am trying to create the paginated report from the power bi report. For that, what I do is copy the dax query of the table visual from the performance analyzer and paste it to create a table in query in report builder. The issue is that power bi shows foe example, 900 rows then same report in report builder shows only 500 records of that report. Is there any limitation of number of reows to display? or what am I doing wrong? Please help. Thanks.

4 REPLIES 4
FHodali
Regular Visitor

I have the same issue, I found that DAX limits the rows when you copy the query to around 500 rows, the solution is to change the number for example to 999999

 

VAR __DS0PrimaryWindowed =
TOPN(
999999,
__DS0Core

 

This will solve the issue and bring all data,

 

Fadi Hodali 

Worked perfectly, thank you!

This is exactly what I was after! Thanks

v-kelly-msft
Community Support
Community Support

Hi  @Anonymous ,

 

I havent found such limitations after checking reference,see the related vedio below to check whether you have got the query correctly.

 

https://docs.microsoft.com/en-us/power-bi/paginated-reports/report-builder-shared-datasets

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors