Forum Discussion

ryan_b_fiting's avatar
ryan_b_fiting
Post Patron
5 years ago
Solved

Calculated Measures as Rows and Columns in Matrix

Hello Community - 

 

I am looking for some help with presenting Multiple Measures within a matrix visual.  I have the following measures:

Sales = SUMX(Orders, Dollars_Sale)

COGS = SUMX(Orders, Order_cost)

$ Margin = Sales - COGS

 

I then have branched off of those measure to calculate my MTD, QTD, YTD measures.  What I am looking to do is create a matrix visual that will show my 3 measures (Sales, COGS, $ Magin) as rows, and then values be the MTD, QTD, YTD measures.

 

I know that you are able to switch the values to rows, but I do not want my To Date measures to show as rows, I want those to be the columns in the matrix.

 

Is there a way to create this type of Measure?  Below is what I would want the output to look like:

 

MeasureMTDQTDYTD
Sales100016502900
COGS60011002275
$ Margin400550625

 

Thank you in advance for any advice and input!

Ryan

3 Replies