Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi!
When I try to import data from web via a rest API into Power BI I only get 100 posts out of 1200 post from the database imported.
Are there any settings I should do to get alla posts imported or other tips?
Best regards
Magnus
I saw this answer but at this moment I don't have a clue about CKAN resource and new settings.
I can't see that I have any option to change the settings from 100 rows so I will probably have to talk to the company that provided the Rest API.
Example of settings concerning import
Same picture for me. Missing settings I presume?
Solved! Go to Solution.
The solution was to include a filter parameter in the URL query string like this.
https://......Test_API/v1/order?PayingCustomerId=20784&MaxRecords=2000
The solution was to include a filter parameter in the URL query string like this.
https://......Test_API/v1/order?PayingCustomerId=20784&MaxRecords=2000