Forum Discussion

ronaldbalza2023's avatar
ronaldbalza2023
Continued Contributor
4 years ago
Solved

Custom Matrix Table Total Column

Hi Everyone, I am having difficulty trying to figure out this one. Thanks in advance 🙂

 

Scenario: I have two measures in a matrix table [1] Gross Profit, [2] Gross Profit %.
Problem: How can I show the [2] Gross Profit % measure ONLY in the total column?


Current:


Desired result: 


Gross Profit

Gross Profit = CALCULATE( IF( [P&L] = 0, BLANK(), COALESCE([P&L],0)))

Gross Profit %

Gross Profit % = DIVIDE( [Total Gross Profit (Journals)], [Total Sales (Journals)], 0 )

 

 

  • You can hide the columns by dragging the right column boundary to the left. You will need to turn off word wrap in the formatting options though.

  • PaulDBrown's avatar
    PaulDBrown
    4 years ago

    They should remain hidden unless the user drags the column to reveal it

6 Replies