Forum Discussion
Column + line chart
- 8 years ago
Problem solved!
Just for information, I created 2 new measures, conditioned (Productive good = IF([Productive3]>[Goal3];[Produtictive3];0) and (Productive bad = IF([Productive3]<[Goal3];[Produtictive3];0).
Ps: Indicators MUST be in Measures with Sum functionEx. [Productive3] = DIVIDE ([Production3];[Worked hours3];0)]
[Production 3] = SUM (Plan1[Production]);
[Worked hours3] = SUM (Plan1[Worked hours])
[Goal3] = SUM (Plan1[Goal])
First thing is , is your goal line fixed..?
If yes, use the same column Productive... and put it in the colorSaturation field and go to data color section. Select the diverging option and put the center value as you goal line value.
Hope this solves your problem.
Unfortunately my goal line isn't fixed...
And in the Column + line chart option there is no ColorSaturation option =/