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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi there!
I want to limited the data that I download from dynamics 365 since the URL, how can i do it?
Thanks
Regards.
Hi @Anonymous ,
Based on your description, you want to limit the dynamics 365 data obtained from the web URL.
You can transform the data in the edit query or refer to this Blog.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Are you connecting to the OData endpoint? You should be able to limit the data in Query Editor.
I want to do it with URL, I've been trying with this URL ( https://---operations.dynamics.com/data/InventJournalTrans?$top=20) but i got the following error.