Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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?
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.
@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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |