Forum Discussion
captainlaw
Microsoft Employee
9 years agoEdit Data within PBI Desktop?
Hello PBI Folks, I'm wondering if desktop allows me to edit individual cells of a dataset that was loaded from Excel? If desktop does not support editing of one cell, I'll simply edit from the sour...
v-sihou-msft
Microsoft Employee
9 years ago
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,
captainlaw
Microsoft Employee
9 years agoThanks 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 ago
Microsoft Employee
- captainlaw9 years ago
Microsoft Employee
Just did... thanks.