Forum Discussion
sudhakar111
Helper IV
5 years agoComparing Values between tables
Hello All, I need some help with a requirement. I have 2 tables one is fact table and other is a reference table. The fact table is like the below table. Rep Name Place State City Date Produ...
- 5 years ago
Hi, sudhakar111
You may create a measure as below. The pbix file is attached in the end.
Visual Control = IF( SUM('Fact'[Related])<SUM('Fact'[Value]), "red" )Then you can set conditional format as below.
Result:
For further information, please refer to the following document.
Use conditional formatting in tables
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sudhakar111
Helper IV
5 years agoThank you both, Created a sample file. Here the values on the matrix have to be compared with the reference table values.If the values are greater than the reference table, those values have to be highlighted in red.
https://drive.google.com/file/d/1vlo4r-73T7TcohsehGp8jctn9S60bNKS/view?usp=sharing