Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I use a stacked column chart to see my variance. Sometimes the column has + and sometimes negative values. Is it possible to highlight the +variance green and the – in red?
Just a simple 0 or higher green below 0 red conditional formatting in the chart?
I also noticed sometimes I have a 0 variance. Is there any option to not show this 0 values?
Solved! Go to Solution.
Hi @Anonymous
You can follow the below steps.
1. Under the format options for Stacked Column chart navigate to Data colours.
2. You would see an ellipse button. Click on it and you would see Conditional Formating like below.
3. Set the range as below
This will give you the desired output.
Also if you observe for the month of APR the variance was 0 hence I created the following measure and my APR month is not getting displayed on the X axis.
Variance_final = If(SUM('Variance'[Variance]) = 0 ,BLANK(),SUM('Variance'[Variance]))Hope this helps!!
Thanks,
Ani
Hi @Anonymous
You can follow the below steps.
1. Under the format options for Stacked Column chart navigate to Data colours.
2. You would see an ellipse button. Click on it and you would see Conditional Formating like below.
3. Set the range as below
This will give you the desired output.
Also if you observe for the month of APR the variance was 0 hence I created the following measure and my APR month is not getting displayed on the X axis.
Variance_final = If(SUM('Variance'[Variance]) = 0 ,BLANK(),SUM('Variance'[Variance]))Hope this helps!!
Thanks,
Ani
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 43 | |
| 38 | |
| 32 |