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!
Uereka, Solved!
The magic is in the use of spaces or %20.
The correct syntax turned out to be:
No need to use single and double quotes around the variables.
Text strings must be separated by space which are translated as %20 in the query. Between the ge/lt strings and the quote sign make sure the is a space, also between the closing quote after the first variable (startDate) and the and string leave a space. In this respect the proposed solution by Syndicate Admin was correct
A lot of trial and error to find this.
All references I found are not clear in this respect and copying the proposed solution syntax was not successful.
As always: the devil is in the detail!
On to the next challenge.
Thanks so much Jing. This is great and helps a lot.
Looks like this puts me on the right track but not yet over the finish line.
When making a call without the variables de filter data element postingDate comes down in Date format like 31-12-2021. The variables are formatted accordingly as shown below and further conversion in the urlString is not needed.
The single and double quotes around the variables have been switched: double quotes inside the single quote otherwise there is an error message " end of line missing comma".
With the above syntax I get the error message that the & operator cannot be used on text or date types.
Is there a solution for this.
Once again, help greatly appreciated.
Best regards
Paul
mmbr1606
9
Super User 2025 Season 1
SD-13050734-0
6
Jon Unzueta
2