Forum Discussion

bix_00001's avatar
bix_00001
New Member
8 years ago
Solved

Any idea to let user change data?

I need to allow analytic users (with no development experience) to change/write values in my database (it could be in a xls file either).

Any ideas on how to do that?

 

Tks in advance.

  • Anonymous's avatar
    Anonymous
    8 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. 

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    There is a replace values option in query editor but your data would have to be consistent. 

  • RMDNA's avatar
    RMDNA
    Icon for Solution Sage rankSolution Sage

    bix_00001,

     

    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.

    • bix_00001's avatar
      bix_00001
      New Member

      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.

      • Anonymous's avatar
        Anonymous
        Not 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. 

  • v-yuta-msft's avatar
    v-yuta-msft
    Icon for Community Support rankCommunity Support

    Hi bix_00001,

     

    When data in data source changes-> data in data model level (Query Editor) will be changed-> data in data visual level (Report) will be changed. However, we can implement the sequence above inversely so we can't change or write values in database.

     

    Regards,

    Jimmy Tao