Forum Discussion
Limit on rows being returned
- neillk10 years agoNew Member
Sorry for the delayed response, Here is the example, it only shows my Buyers upto C which is 100 rows. the rest gets cut off.
- WillT10 years agoCommunity AdminHi - scrolling down in a table or matrix should continue to load more data. If you're not seeing this, it's a bug on our part so please Send a Frown so we can investigate. Attaching the PBIX file will help immensely if you can!
- 100RowsLimit10 years agoNew Member
Well, with this defect not fixed in the latest 2.31 release, let me bump this thread.
It appears as a major bug in Power BI: data is cut off at 100 rows. 101st row, in our case, shows this error:
DataFormat.Error: OData The format 'application/atom+xml;charset=utf-8' is not supported.
Details: application/atom+xml;charset=utf-8
In Data view in Desktop you cannot see error
but in Query Editor it is shown:
Datasource type: OData feed
Datasource: Project Server reporting database
Please don’t tell that our data is corrupted – it is not. It is possible to retrieve other rows by slicing tables via
= Table.Range(#"Removed Other Columns",1200,100)
and then appending them together in a new table (very nice approach for querying DB, isn’t it?) – this way we are able to build reports.
Corresponding frown with PBIX file and screenshot was sent on Jan 11th, with no any response received so far.
====
Feedback Type:
Frown
Timestamp:
2016-01-11T15:56:21.2815289Z
Product Version:
2.30.4246.281 (PBIDesktop) (x64)====
Waiting for this bug to be fixed ASAP.