Forum Discussion
Anonymous
4 years agoNot applicable
Replace exact one null in column.
Hi, Edit: I described my problem incorrectly. The data source is MS SQL, after downloading the data to PowerBI, I want to do data transformation in Power Query. One of the columns has missing da...
claymcooper
Resolver II
4 years agoAre the values in the other columns unique? Meaning could you create a conditional column (either in Power Query or data view) to add in your value? Something like this: = IF( [unique column] = ABC), 25000$, [Price]
- Anonymous4 years agoNot applicable
Yes, there are unique values for every row. Conditional column will work for sure. Thanks!