Forum Discussion
urielp
2 years agoFrequent Visitor
How to fetch data (from cloud) for development only one time?
Hello' I develop a BI report over Dynamics Marketing in the cloud. I use fetchXML to bring the information to power bi desktop. The problem is that every change in power query that I make durin...
urielp
2 years agoFrequent Visitor
Thanks lbendli.
As a workaround I added to FetchXml itself a filter.
for example <condition attribute = 'createdon' operator='this-month'> in the development environment.
And before publishing I removed it.
I'm still trying to think is it possible to save the fetchXml as a parameter and use it
according to development and production?
Does anyone have an idea?
- lbendlin2 years agoSuper User
yes, that is always possible. Power Query parameters are exposed in the Power BI service and can be modified there manually.