Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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