Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
For single series COlumns, it is possible to use Columns->Color->FX to write logic to control the color of columns (GREEN if > $0, RED is < $0 for instance).
However, if you add another COLUMN series (not categorical) Columns->Series->Color->FX is no longer available. Only colors for each series are possible.
An obvious use case would be the above GREEN/RED for $0, but a series for each STORE sales (say), that may have different shades of GREEN/RED, representing respective PnL.
Seems like this is "almost there", but not quite.... A BUG
Hi @philha
Yes , You are right. once you add new column to legend filed you conditional formation FX option removed from color setting.
I would suggest you can use you column series in small multiple option you will be able to see the color formatting FX option under color setting.
But shift you category to small multiple you will see the Fx option enabled.
I hope I answered your question!
If you still think it is a bug you can create and raised your issue here. MS support will look into this if it gets more votes.
https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues
I hope I answered all your question!
Thanks for rapid support reply.
Unfortunately, not the type of Chart I interested in. This is definitely a missing thing for sure.. Here is an example
Define measures to calculate the color for each series based on your condition (e.g., green if > $0, red if < $0).
Example:
StoreA_Color = IF([StoreA Sales] > 0, "#008000", "#FF0000")
StoreB_Color = IF([StoreB Sales] > 0, "#008000", "#FF0000")
Use Conditional Formatting:
In the Data Colors section of the visual:
Select the series (e.g., Store A, Store B).
Assign each series a respective measure for color under Conditional Formatting.
This approach dynamically adjusts the colors for each series in the chart.
Thanks - But the bug is Color (FX) for conditional colors is NOT available for individual series (for multiple series). For a single series, its available.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!