Forum Discussion
PavelVitek
3 years agoNew Member
Dynamic Query Parametrisation help
Hi! I am having trouble with parametrisation of this query. It still is considered as dynamic data and can not be refreshed via PBI portal. Any help would be appreciated. let
...
ppm1
Solution Sage
3 years agoI didn't check the whole thing but I do see that you create a dynamic url in this step.
check = if newReq[next_page] = null then data else @gather(data,baseuri & newUri)
Pat