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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I have a bar chart, at the moment the user can filter it using a slicer - just 3 different departments. I would like to give the bars different colors depending on the selected department and show all 3 states on one sheet (see screenshot). According to Microsoft, formatting is pretty simple, but I can't find the item Data colors at all.
Solved! Go to Solution.
@SIH007_1 Step 1: First create a Measure like below (As per your need) - If Proj ID is 1 so it will show Red and if 2 so it will show in Green.
Step 3: Then select Field option and use the Measure color:
Step 4: Final result based on Proj ID slicer.
@SIH007_1 Step 1: First create a Measure like below (As per your need) - If Proj ID is 1 so it will show Red and if 2 so it will show in Green.
Step 3: Then select Field option and use the Measure color:
Step 4: Final result based on Proj ID slicer.