Forum Discussion
Any idea to let user change data?
- Anonymous8 years ago
As far as I am aware and as otherws have said before you cannot use power bi to change the source system. You could hide certain IDs in the power bi report either dynacmically based on a column in the soruce data or manually using a slicer or page filter.
If you want to change the sour ce system you will need another tool either instead or as well as power bi.
Power BI can't write back to source data (whether it's a database, xls, etc.), and there's no way to edit indivudal fields in the Query Editor (at least not by typing anything in). The tables don't function like they would in an Excel file.
Power BI isn't the tool you're looking for here - you need something that handles database management, not visualization.
Hmm, I see.
But is there a way to call a JS function or something like that?
The problem I have to solve is:
There is a list of bug IDs being displayed in Power BI, and once people solve (or want to ignore) that bug, I need to remove it from the list.
Any ideas on how to do that? The front-end must be 100% in Power BI.
- Anonymous8 years agoNot applicable
As far as I am aware and as otherws have said before you cannot use power bi to change the source system. You could hide certain IDs in the power bi report either dynacmically based on a column in the soruce data or manually using a slicer or page filter.
If you want to change the sour ce system you will need another tool either instead or as well as power bi.
- Anonymous5 years agoNot applicable
I wonder if you have found a JS function to write back data since then?