Hello all,
Dynamics SAAS environments limits data size for API calls.
As a business analyst without IT/IS background I got things working to the below degree.
An API call out of Power Query (without variable A and B) on Dynamics365 is active and working:

The filter on "generalPostingGroup" is working fine. The desired result is obtained but incomplete due to the limitations of API data volume which the SAAS Dynamics 365 database is supplying.
Now I am looking for a way to limit the requested data volume by filtering on a dynamic date range by adding the variables like shown above. Based on M-code DateTime.LocalNow() the variable A and variable B can be set.
Is there a way to make this work?
Does anybody know if this is feasible and if so, how to get this working in the PowerBI environment?
Thanks much for the effort of all you great participants in this community!