Forum Discussion

kochsalz23's avatar
kochsalz23
Frequent Visitor
6 years ago
Solved

Pivoted columns in table visual

Hello,   In my ticket data, I have unpivoted seperate "creation time" and "last change time" columns to combine those facts to a single timeline, and it has served me perfectly in the rest of my re...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi kochsalz23 ,

    In fact, you can also achieve pivot table view on matrix without 'unpivot' your original table fields.
    You can consider to extract your attribute(your date category) to a new table and use it on matrix column field, then you can add measures to use the current row label and correspond column category value to lookup original table records and return the corresponding value. (matrix design: original table fields to row, new table attribute to column, measure to value)
    In addition, you can also consider to backup the original table to keep two data structure for correspondence analysis.

    Regards,

    Xiaoxin Sheng