Forum Discussion

sccoleman1189's avatar
7 years ago
Solved

Adding multiple columns to matrix table

I am using a matrix table to create a table that shows the number of jobs completed by day. I am using two seperate tables to compose this data. 

 

My row information is coming from my order table and my column information is coming from my calendar table. The order count is based on a measure that I created in my order table. 

 

I also have another column that I want to add to my matrix from my order table (ok on arrival).

 

This is what my matrix looks like now:

This is what I am looking to accomplish:

 

Any advice would be greatly appreciated!

 

9 Replies

  • Hi sccoleman1189 

     

    You'll have to add a measure to the end of our matrix visual to accomplish that. What is your logic for what can be Okay on Arrival?

    • sccoleman1189's avatar
      sccoleman1189
      Helper I
      OK on Arrival = CALCULATE(COUNT('FSA Order Info'[OK on Arrival v1]),'FSA Order Info'[OK on Arrival v1]="1")
       
      Ok on Arrival v1 is a conditional column that I created based on specific specifications.
       
      Thanks!
      • hnguy71's avatar
        hnguy71
        Super User

        Convert that to a measure and add that into the Values field of a matrix visual