Forum Discussion

FilipeSantos_pt's avatar
5 years ago
Solved

Disappearing values after Unpivot Table

Hello,  I am trying to do the following Unpivot: I select column A (Supplier) and B (Doc Number) and I select Unpivot other columns. So the final result is Supplier, Doc Number, Invoice Type and...
  • camargos88's avatar
    5 years ago

    FilipeSantos_pt ,

     

    You need to replace the null with some value that can be replaced to null later.

    When you unpivot null values, it is removed from the dataset.