Forum Discussion
Deployment Pipeline/Parameter Issues
Hi, cainr6
The Power BI service may be caching data. Clear the cache in the Power BI service to ensure that the latest data is loaded. You can go to Dataset Settings in the Power BI service and select the option to clear the cache.
Ensure that parameters are properly propagated through the deployment pipeline from development to test. You need to double-check that the parameters are configured correctly in the service for each environment and that the pipeline is lifting these settings correctly.
Verify that parameters are correctly bound to data sources and that parameter references are not problematic. You need to make sure that the parameters in the reports are correctly mapped to the appropriate data sources and that there are no syntax or referencing errors.
Check that the data sources in the test environment are correctly pointing to the expected databases. You need to check the data source settings in the test environment and ensure that it points to the correct database instance.
Ensure that there are no issues with stale data retained in the report or dataset. You need to perform a full refresh of the dataset to ensure that the refresh process completes successfully.
You need to validate the deployment pipeline rules and ensure that they are set to the correct lifting parameters and associated datasets.
If the problem persists, consider creating a new deployment pipeline and redeploying the report to see if you can resolve the issue
hackcrr
If this post helps, then please consider Accept it as the solution and kudos to this post to help the other members find it more quickly