Forum Discussion
Power apps in PBI dashboard-error
I built a very simple Power Apps form on a PBI dashboard where the user selects a row in the visual and on the form they enter comments. They click update and a column in the row of the visual gets updated with the comments they entered. The comments are stored in a table in fabric that is ingested into the dashboard. I gave the user all the necessary access to the Power app form, and entered all the SQL commands to allow them to insert/update into the table. The application works fine for me and a few other developers, but when the user clicks the update button to update the table in Fabric, they get this message shown in the screensho when the stored procedure runs. I have blurred out the name of the stored procedure. Is it for some reason using an older version of the code when executing? Should the user clear something?
From your question, it seems to be some cache issue at user end, the user still has the old parameter cached. Try to readd the SQL connection and republish the app.
Let me know how it goes!
If my answer helped, accept this answer as solution! Kudos are always appreciated 🙂
Hi ldwf
We wanted to follow up to check if you’ve had an opportunity to review the previous responses. If you require further assistance, please don’t hesitate to let us know.
4 Replies
- InsightsByVSuper User
From your question, it seems to be some cache issue at user end, the user still has the old parameter cached. Try to readd the SQL connection and republish the app.
Let me know how it goes!
If my answer helped, accept this answer as solution! Kudos are always appreciated 🙂
- v-aatheequeCommunity Support
Hi ldwf
Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.- v-aatheequeCommunity Support
Hi ldwf
We wanted to follow up to check if you’ve had an opportunity to review the previous responses. If you require further assistance, please don’t hesitate to let us know.
- ldwfHelper V
Hi, waiting for user to test it out. Will let you know