Forum Discussion

nhoff's avatar
nhoff
Icon for Advocate I rankAdvocate I
9 years ago
Solved

Unpivot removes rows with no/null values - how to keep them?

When I unpivot a table, the rows with no data gets removed.   Any suggestions for how to keep the columns of rows, that are no unpivoted? In the example below, notice that Andrew has no sales and i...
  • BhaveshPatel's avatar
    9 years ago

    Select Monday to Friday in Query Editor, Go to Transform Tab, Replace Values ---> Replace "null" with "0".

     

    You would see the expected results.