Forum Discussion
Measure connected with table cell
- 4 years ago
Hi ManishML
The measure I created:
Valueness = MAX('Name'[Values])/2 formatting = IF('Name'[Valueness] >= 5,"red")Click “Values” field, check “Conditional formatting”-“Font color”.
Then check “Field value”-“formatting”.
Finally, you can simply differentiate that cell by a color like below:
If I misunderstand your demands, please provide some data screenshots (remember to hide sensitive information) to help us better solve your problem.
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ManishML
The measure I created:
Valueness = MAX('Name'[Values])/2
formatting = IF('Name'[Valueness] >= 5,"red")
Click “Values” field, check “Conditional formatting”-“Font color”.
Then check “Field value”-“formatting”.
Finally, you can simply differentiate that cell by a color like below:
If I misunderstand your demands, please provide some data screenshots (remember to hide sensitive information) to help us better solve your problem.
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.