Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I have multiple (stacked) column charts. Under Columns-->Color I create a rule to have slightly different column colors based on the value of an X-axis variable.
My question is simply whether I can reapply the same rules (such as this) to multiple charts or if I must manually do it for each of them.
Grouping visuals does't seem to allow it as it offers far less formatting options once the grouping is done.
Thank you!
Solved! Go to Solution.
Hello @ctiago , 
In Power BI, there isn’t a direct method to apply the same conditional formatting or rules across multiple visuals automatically. However, here are some approaches that can make this process more efficient.
This works for most formatting, but it does not always replicate data-specific conditional rules.
2. Create a DAX measure for color logic, like
ColumnColor = 
SWITCH(TRUE(),
[X-Axis Value] = "Condition1", "#FF0000",
[X-Axis Value] = "Condition2", "#00FF00",
"#CCCCCC" // Default)
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Hi @ctiago
Thank you for reaching out to Microsoft Fabric Community.
In Power BI does not natively support applying the same conditional formatting rules across multiple visuals. Each visual requires the rules to be manually recreated, as there is no built-in option to save or copy-paste these formatting rules.
But we can achieve it by following the below approach:
Before:
After:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thank and Regards,
Anjan Kumar Chippa
That was quite well explained, thank you for the details.
Hello @ctiago , 
In Power BI, there isn’t a direct method to apply the same conditional formatting or rules across multiple visuals automatically. However, here are some approaches that can make this process more efficient.
This works for most formatting, but it does not always replicate data-specific conditional rules.
2. Create a DAX measure for color logic, like
ColumnColor = 
SWITCH(TRUE(),
[X-Axis Value] = "Condition1", "#FF0000",
[X-Axis Value] = "Condition2", "#00FF00",
"#CCCCCC" // Default)
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
On a small note, in Power BI Desktop I found the "format painter" in the "Home" tab, other than that, that does help and I appreciate the options!
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |