Forum Discussion
Create a Measure based on a dynamic slicer selection
- Anonymous2 years ago
Hi joseama1 ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Avg = AVERAGEX( 'Table','Table'[Value])Color = IF( [Avg]>=[MTARGETOAE],"#0F0", "#F00")2. Column – Color –fx
Format style – Field value
What field should we base this on – [Color]
3. Result:
If the above results do not meet your expectations, can you express the expected results in the form of a picture, we can help you better
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 joseama1 ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Avg =
AVERAGEX(
'Table','Table'[Value])Color =
IF(
[Avg]>=[MTARGETOAE],"#0F0", "#F00")
2. Column – Color –fx
Format style – Field value
What field should we base this on – [Color]
3. Result:
If the above results do not meet your expectations, can you express the expected results in the form of a picture, we can help you better
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