Forum Discussion

huguestremblay's avatar
2 years ago
Solved

Conditional Formatting in my Table Disappears when I add a Column

Hello, I have a report with a table where I need to highlight some values based on another field.  The conditional formatting works as expected until I add another column to the table, then the cond...
  • Kaviraj11's avatar
    2 years ago

    I tried at my end and I would suggest you to create a measure of Count of Sales and utilize it in the table that will resolve your issues.

    Count of Sale = COUNT(Sales[Sale])+0