Forum Discussion
Use a Parameter to update selected values
- 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.
I want users to be able to edit the quantity of "Value"
how? Through which mechanism?
- ragnezza1 year agoFrequent Visitor
I'm looking to do this only through Power BI Desktop.
I was thinking to use the Parameter to let users enter the new Values.
- lbendlin1 year agoSuper User
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.