Forum Discussion
ramasaurio
2 years agoFrequent Visitor
Fill values that don't exist with values from another column
I have a table with a column with missing values, I want to fill those missing values with a column in another table. I created this sample data as an example (sample_data.pbix) : Table A d...
- 2 years ago
Read about COALESCE
lbendlin
Super User
2 years agoRead about COALESCE
ramasaurio
2 years agoFrequent Visitor
Perfection.
Thank you!
Edit:
The subtotals looks off, it show the same value as value_A. I'll play with it a bit more and see how it works.