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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
JenniferL
New Member

Exporting issue, only 2500 rows exporting

I am new to Power BI and am struggling to understand why I am only getting 2500 rows of data to export, either through Power BI desktop or through POwer BI web.  

My report is only 7100 rows in size.  I'm not getting an error, or any messages. 

Can anyone help me please?

2 REPLIES 2
v-jiewu-msft
Community Support
Community Support

Hi @JenniferL ,

Please try the following methods and check if they can solve your problem:

1.Ensure that there are no filters applied to the report or visual that might be limiting the data.

 

2.If using Direct Query, there might be a limitation due to Power BI has a limit of 16 MB data for Direct Query exports.

Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn

3.Verify if the ability to export data is restricted by the report designer or Power BI administrator.

 

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@JenniferL , Does your visual have 7000 rows, Power BI aggregates data at the visual level,

 

Can you count rows at a visual level using

 

Countrows(Summarize(Fact, Dim[Col], Dim2[Col], "_1",[Measure]))

 

All all measure and columns(group bys) and check number

 

or add rownumber and check

New DAX Function: Rownumber- https://www.youtube.com/watch?v=yS9-IQjUDwg&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L&index=1

 

Sort desc on rownumber and check

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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