Forum Discussion
blynn
7 years agoHelper I
limiting the Rows return based on Desktop or Service
We have a query that returns back a few years. when run locally int he dekstop version, the delay isn't too long. However, when the report is published, as the data passed through the gateway, there ...
- 7 years agoHi there What you could do is to use the Parameters feature, which you could then use the parameter as a part of the query. Once you upload this to the Power BI Service, you could then modify the parameter in the Power BI Service and the next time the dataset gets refreshed it will then use the parameter. Here is some additional details below. https://docs.microsoft.com/is-is/power-bi/service-parameters https://www.fourmoo.com/2018/03/27/using-the-power-bi-service-parameters-to-change-connection-strings-to-possibly-change-between-dev-test-prod/
GilbertQ
7 years agoSuper User
Hi there
What you could do is to use the Parameters feature, which you could then use the parameter as a part of the query.
Once you upload this to the Power BI Service, you could then modify the parameter in the Power BI Service and the next time the dataset gets refreshed it will then use the parameter.
Here is some additional details below.
https://docs.microsoft.com/is-is/power-bi/service-parameters
https://www.fourmoo.com/2018/03/27/using-the-power-bi-service-parameters-to-change-connection-strings-to-possibly-change-between-dev-test-prod/