Forum Discussion
zulu2020
2 years agoNew Member
Power BI Apps in Test or Prod?
Hello, We've have a power bi apps solution implemented in our environment. We've 3 different environments, Dev, Test, and Prod. Developer build and test reports/dashbords and apps in Dev. Developer...
- 2 years ago
When you click on Update App you will see Logo and Theme of the App in the setup section. You can add and edit the title of the App...
Anonymous
2 years agoNot applicable
Thank you aj1973
Hi, zulu2020
If you want to get the stage of the Pipeline that the current report is in, you can do so through the Power BI REST API. Return the stage of the current Pipeline by calling the following API:
Pipelines - Get Pipeline Stages - REST API (Power BI Power BI REST APIs) | Microsoft Learn
GET https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages
Put the captured data into your report and then display it with visual visual objects.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.