Forum Discussion
Conditional formating for bar chart in histogram
- 2 years ago
ah yeah of course...
I found this other thread that describes the same issue but it seems that the intended behaviour is not possible with the clustered column chart.
Some other threads say to set the value to null, instead of 0 (in the two measures you created) that may be worth a try?
Hi Anonymous ,
The solution I can think of would be that you separate the Sales actuals (sales that already happened, for months closed) and the Forecasted sales (for months not yet closed) into two different measures. I understand that right now [Sales YTD Value] contains it all. I would instead create two measures (using CALCULATE), one where you show Sales YTD Value only for months that are closed, and 0 for the other months, and then another measure when you show 0 for months that are close, and Sales YTD Value (the forecast) for months not yet closed. Then you can visualise 3 measures together and format them separately.