Forum Discussion

Mahadevaraobc's avatar
Mahadevaraobc
Helper II
7 years ago
Solved

Highlight increase

Hi all,
Not sure if this is possible, i would like to highlight percentage increase by month.
Eg.
I have a table where column has month and products are in row
I would like highlight in red the value if value is greater than 10% when compared to this month vs last month.

6 Replies

  • MattAllington's avatar
    MattAllington
    Community Champion

    Yes it is possible, but you haven’t provided any detail. So, you need to 

    1. Write a measure for this month

    2. Write a measure for last month

    3. Write measures for chg and %chg vs last month

    4. Apply conditional formatting on your result based on the % chg measure.