Forum Discussion
Editing information directly into Power BI Service
- 8 years agoHi there
You are correct, that you cannot enter data directly in the Power BI Service.
With that being said, you could create a Power App, which you could embed into your Power BI Report, which would then allow them to write back to the source data. And after a refresh it would then appear in the Power BI Report.
Will this work on Power BI Service once you upload the report to the web? I am doing similar work, I used some R script to pop up dialog for user input, it's working in local report, but once I uploaded it to web, the pop up dialog doesn't show up anymore and the report timed out. I cannot figure out why. I don't think it is gateway related since my data is just uploaded using a .cvs file.
- Anonymous8 years agoNot applicable
we do not want the team changing the source data, more like give a preview of "what would happen if" kind of thing. Them not changing the sourtce data is important since the source data is generated from formulas and I'm sure I don't need to explain why we dont want people inputting hard numbers over formulas.
- GilbertQ8 years ago
Super User
Hi there,
You could try the What If parameters
https://docs.microsoft.com/en-us/power-bi/desktop-what-if- Anonymous8 years agoNot applicable
That might work, I will play with it
- DanaZ8 years agoFrequent Visitor
Thank you very much! Will give it a try.