Hi,
im facing an issue with a Power Automate flow triggered from Power BI.
Scenario:
- A Power Automate flow was created by my colleague.
- The trigger is "Power BI button clicked".
- Power BI passes two parameters to the flow:
- startDate
- endDate
- These parameters are used to trigger a Databricks job.
- The flow uses two connectors:
- Power BI
- Databricks
- Both connectors are authenticated using my colleague’s connections.
- I am added as a co-owner of the flow.
Issue:
- The flow works correctly when triggered by the original creator.
- I cannot trigger the flow at all from Power BI, even though:
- I am a co-owner of the flow
- I have access to the Power BI report
- I have access to Databricks
- The Power BI button does not trigger the flow for me (no run is created).
Observations:
- The flow is using the creator’s connections for both Power BI and Databricks.
- No errors are shown in Power BI.
- The flow does not appear in the run history when I click the button.
Question:
- Is the "Power BI button clicked" trigger bound to the original creator’s Power BI connection?
- Do Power BI-triggered flows require Run-only user configuration even for co-owners?
- Is it required that each user triggering the flow has their own Power BI connection, or must the connector be reconfigured using a service account?
We are trying to make this flow usable by multiple users from the same Power BI report.
Any guidance would be appreciated.