The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We're evaluating Power BI Desktop to see if it works well with an Open Data (OData) feed. The OData feed we're working with returns 3 tables, where one of the tables has additional columns, that can be selected by adding the option "MoreColumns=true" to the Odata.Feed() call. After that a new column named "More Columns" appears, so that's fine.
However, if you then open the More Columns column, it only shows a few additional columns. It states that not all columns are showing, and you can hit 'Load more', after which it states that 'The limit of 1000 rows scanned has been reached'. So, this table contains a large number of additional columns, more than 1000. However, it doesn't show all 1000, it only shows some 30+ columns, and in a peculiar order/set. If ordered by name, it starts with some extra columns starting with 'A', then some with 'B', and then skips to 'O', so all columns we expect starting with 'C' through 'N' are not displayed.
So three issues with MoreColumns:
See screenshot (in Dutch) below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.