This is what I have:
| Sum Values | Sum Sum Values |
| [Null] | 3345 |
| 12345 | [Null] |
This is what I need:
| Sum Values | Sum Sum Values |
| 12345 | 3345 |
I basically need to remove those nulls. It's a simple ask, but not sure why I can't get it right now. Ty for the help!!!