Forum Discussion
Edit Data within PBI Desktop?
I don't think security would be an issue to edit data cause it's like you said transforming data. Yes, I'm able to write M language to modify entire column of data, just wasn't sure if there's script to edit individual cell, so I assume not. I'll go the route of modify excel and refresh.
Thanks.
To edit cell data in your dataset, the best practice is editing your source data and refresh data source. But you can also achieve it with Power Query or DAX formula. You need to select that specify column, then apply filter to find the row and replace the value in that cell. Please refer to a slimilar thread: Replacing just 1 value in a table.
Regards,
- captainlaw9 years agoMicrosoft Employee
Thanks Simon. Having bunch of IF clause or using selectcolumns function will be too clunky to maintenance over time. Maybe in the future, PBI will allow cell data modification right within the UI, like Excel. Just a thought. Thanks.
- v-sihou-msft9 years agoMicrosoft Employee
- captainlaw9 years agoMicrosoft Employee
Just did... thanks.