Forum Discussion
Conditional Formatting - Table with Multiple Measures
- Anonymous5 years ago
Hi ronaldbalza2023 ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Measure = QUARTER(MAX('Table'[date]))2. Find [Measure] in Fields, and select Conditional formatting – Background color.
3. Enter the Background color interface, select Format by – Rules, and then set the conditions according to your needs.
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi ronaldbalza2023 ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Measure =
QUARTER(MAX('Table'[date]))
2. Find [Measure] in Fields, and select Conditional formatting – Background color.
3. Enter the Background color interface, select Format by – Rules, and then set the conditions according to your needs.
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- ronaldbalza20235 years agoContinued Contributor
thanks very much 🙂