Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
christian-khun
New Member

Facebook Data limit results

Hi, I've been experimenting the Facebook data source and unfortunately, I cannot import data coming from a page that has too many posts. Is there any way to limit the query or bypass it ?

Thanks !

1 ACCEPTED SOLUTION
mllopis
Community Admin
Community Admin

Unfortunately there isn't a way to limit the results currently. Please leave a vote for this feature in our Feature Suggestions forum so we can prioritize it accordingly.

 

Thanks,
M.

View solution in original post

4 REPLIES 4
mllopis
Community Admin
Community Admin

Unfortunately there isn't a way to limit the results currently. Please leave a vote for this feature in our Feature Suggestions forum so we can prioritize it accordingly.

 

Thanks,
M.

Go custom and put something like this:

Posts?limit=10

I'm having success with this:

   Source = Facebook.Graph("https://graph.facebook.com/FAMOUS_SITE/posts?since=2016-02-20&limit=10"),

 

I'm not sure why it works as i'm getting back more posts than "limit=10" but at least i'm not getting the "DataSource.Error: Facebook: Please reduce the amount of data you're asking for, then retry your request" error:

 

 

I believe the limit value is the number of lines of data per database call.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors