Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
87 | |
65 | |
50 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |