Forum Discussion
Conditional formating based on a dynamic table
Thank for helping me out
But I need to paint according to the dynamic table.
Any idea?
Hi, Anonymous
Can you show the desired result about the dynamic table, I'm not sure what you really need.
Best Regards
Janey Guo
- Anonymous5 years agoNot applicable
it is what you did, but you added the numbers manually...I need the table (with colours) to consider the max values and min value out of that dynamic table automatically
- Anonymous5 years agoNot applicable
- v-janeyg-msft5 years agoCommunity Support
Hi, Anonymous
It may be a little difficult to format based on dynamic.
You need to create some measures with %M1-%M12 ,then use conditional format.
Try like this:
%M1color = VAR V = SUM ( DetalleFacturado[M1] ) / SUM ( DetalleFacturado[ImporteLinea] ) RETURN IF ( v <> BLANK (), IF ( V < 'MAX-MIN'[MAX] && V > 'MAX-MIN'[MIN], "Green", "Red" ) )If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Not really...as you see shows the other colours green, they should be still red