Hi all,
I'm working on a Power BI report where users need to update a SharePoint list by clicking a Power Automate button. I have everything working when values are selected from slicers or table visuals (like Request ID, Status, etc.).
However, I'm stuck on how to let the user enter free text input (like a comment) and pass that into the Power Automate flow.
⚙️ Setup so far:
- Power BI visual has fields: RequestID, Status (from slicer)
- Power Automate visual is configured and updates SharePoint successfully when using predefined values
- No Power Apps is being used — I want to keep everything inside Power BI
🧩 Problem:
- There's no native free text input in Power BI
- I can't figure out how to let the user type a custom comment and pass it to the flow
- Tried using slicers or prebuilt tables, but they only support static values
Is there any workaround or clean way to collect user-entered text (like a comment) inside Power BI and pass it dynamically into a Power Automate flow?
Appreciate any help or best practices!
Thanks!