This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have SQL table which contains HB and Notes section, I will click on HB in table in Report, then it fetches specific HB but when i ut comments in Notes Input slicer the button shows error(Notes is required but has no value),
I want to update Notes for specific HB(Unique) from Power BI report using UDF. I have seen many solution with Text slicer but now there is not text slicer as it is replaced by Input slicer, and that method is not working. It is not passing comments to UDF. Please show me process to do it.
Solved! Go to Solution.
Hello,
what usually works in practice is using Power Apps visual for writeback, or calling a Power Automate flow that writes to SQL, both handle text input much more reliably than trying to force it via UDF if you really want to stick with SQL/UDF, you’d need a parameterized query or direct query trick,
I’d try Power Apps first, much smoother for this use case
Best regards,
Daniele
Hi @prathamesh27,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @DanieleUgoCopp and @lbendlin for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the response provided by the user's for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
Hi @prathamesh27,
We wanted to kindly follow up to check if the response provided by the user's for the issue worked? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
I want to update Notes for specific HB(Unique)
Not currently possible. UDFs only work against Filter context, not against individual "rows".
Hello,
what usually works in practice is using Power Apps visual for writeback, or calling a Power Automate flow that writes to SQL, both handle text input much more reliably than trying to force it via UDF if you really want to stick with SQL/UDF, you’d need a parameterized query or direct query trick,
I’d try Power Apps first, much smoother for this use case
Best regards,
Daniele
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |