Forum Discussion
huguestremblay
2 years agoHelper II
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...
- 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
Kaviraj11
2 years agoSolution Sage
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
huguestremblay
2 years agoHelper II
Thanks for the quick reply, it worked!