Forum Discussion
How setup automatic regular Updates for Power BI Apps
- 7 months ago
Hi JohnyB
Once permissions are granted, the minimum setup required is:- Create a Deployment Pipeline (a blank pipeline is sufficient for testing).
- Assign one workspace to the Development stage only.
- Ensure you have Pipeline Admin permission,Workspace Admin permission on the linked workspace.
This looks promissing, but the solution require to have pipeline created and confirgured. I didnt find istruction how the pipeline should be created and confirgured to have it work. Could you please provide some guideline?
- v-aatheeque8 months agoCommunity Support
Hi JohnyB
Based on the above requirement, the pipeline must be created and properly configured. The steps below will help you create and configure the pipeline :- Create a Data Factory / Fabric workspace.
- Create a new pipeline from the Pipelines section.
- Add and configure the required activities (for example, Copy Data or Notebook).
- Configure the necessary Linked Services and Datasets.
- Validate and test the pipeline using Debug.
- Trigger the pipeline and monitor the run.
For detailed step‑by‑step instructions, please refer to the official documentation:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-copy-data-portal
https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory
Hope this helps !!
Thank You.
- v-aatheeque7 months agoCommunity Support
Hi JohnyB
Following up to confirm if the earlier responses addressed your query. If not, please share your questions and we’ll assist further.- JohnyB7 months agoNew Member
Im using Power BI Rest API and trying to implement proposal there. But the solution require pipeline and consequently special permission granted. Im waiting for permissions now. Also i dont know what is the minimal pipeline setup if i need only to update app? I would like to test blank pipeline when i will get permision.