Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Color Formatting on Matrix

  I created a matrix with a with two row labels, product category and product and the two values (Capacity and On Hand) in the snapshot. I want to use one color for the product category and the corr...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous ,

     

    Something like below?

    Check

    Measure = IF(ISINSCOPE('Table'[product]),1,0)

     

    Best Regards,

    Jay