Forum Discussion
Conditional Formatting for line and stacked column chart
- Anonymous4 years ago
Hi Anonymous ,
I created a sample pbix file(see attachment) for you base on your provided info, please check whether that is what you want.
1. Create a measure as below to judge the compare the size of Actual and Forecast
Measure = IF ( SUM ( 'Table'[Actual] ) > SUM ( 'Table'[Forecast] ), 1, 0 )2. Make conditional formatting on Columns field(not Lines field)
Best Regards
Can anyone please share your thoughts?
Hi Anonymous ,
I created a sample pbix file(see attachment) for you base on your provided info, please check whether that is what you want.
1. Create a measure as below to judge the compare the size of Actual and Forecast
Measure = IF ( SUM ( 'Table'[Actual] ) > SUM ( 'Table'[Forecast] ), 1, 0 )
2. Make conditional formatting on Columns field(not Lines field)
Best Regards
- Anonymous4 years agoNot applicable
Thank you.. its really helped
- G05DVD2 years agoFrequent Visitor
Have struggled in the past and subsequently 'forgotten' how conditional formatting applies to the different visuals.
Thank you for sharing your knowledge