Forum Discussion
Conditionally Format Area Chart
- 4 years ago
Hi bobbob123 ,
It seems a bit odd, but the best way to display it would be as follows.M1 = IF([M_value]<0,[M_value],0)M2 = IF([M_value]>0,[M_value],0)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is what I want to achieve.
Hi bobbob123 ,
I understand your needs. In my reply I already pointed out that something like AREA VISUAL does not support this kind of display. You can try to use a visual like stacked column chart instead.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- bobbob1234 years ago
Helper III
- v-henryk-mstf4 years ago
Community Support
Hi bobbob123 ,
The video you provided requires you to create two separate measures instead of the value field. Is this approach acceptable to you?
Best Regards,
Henry- bobbob1234 years ago
Helper III
I'm happy with what ever solution. As long as it works 🙂