Forum Discussion

ragnezza's avatar
ragnezza
Frequent Visitor
1 year ago
Solved

Use a Parameter to update selected values

Hello - I'm looking for some guidance. I have a table that looks like this.   ID1 ID2 Value AAA 5563 1000 AAA 7272 50 BBB 4786 400 BBB 9288 3500   I want users to be ...
  • lbendlin's avatar
    lbendlin
    1 year ago

    In Power BI you can only filter. You cannot change anything. Your Parameter is a filter.

     

    To change things Power BI would need to have a concept of mutable variables, and would need to support data write back - ideally into the semantic model but also to the original source.

     

    Changing data in a Power BI report would also be very problematic in a multi user environment. What if two users change the same value at the same time? etc.