Forum Discussion

mapple1's avatar
mapple1
New Member
5 years ago

Help pulling from multiple columns into one in matrix visual

Hi everyone,

 

I'm trying to pull data from a number of columns into one. The goal is approximately a matrix like this:

 

Unfortunately, I can't seem to get this right at all. My data looks like this:

 

This will all be using a month slicer to show current month and let the users look at past months. My issue seems to be I can't say all the actuals are related, along with the plan and variance. The columns just aren't working for me. 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    What do you mean by your "data looks like this"? Is this the source data? If so, then you need to do the below transformations:

    1. Unpivot all columns except the first column (month)
    2. Create a custom column (call it Z for the sake of this exercise) in which you extract the last 3 characters from the "Attribute" column that was created after the unpivotting the columns
    3. Replace the letters " Act", " Plan", and " Var" of the Attribute column with an empty string
    4. Now you can display the way you want using a Matrix visual: Attribute field in rows, Z field in columns, and Values field in Values