Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a table similar to below with more than 50 rows. How can I create a graph and define the bars' color base on their team?
Name | Score | Team |
Mike | 10 | Red |
Leni | 8 | Red |
June | 9 | Red |
Jade | 3 | Yellow |
Cris | 7 | Yellow |
Amy | 8 | Yellow |
Chuck | 7 | Yellow |
Solved! Go to Solution.
Hi @New_Folder
Thanks for reaching out to us.
>> define the bars' color base on their team
You can try this measure
color = MIN('Table'[Team])
Setting
result
For more information about conditional formatting, please read Apply conditional table formatting in Power BI - Power BI | Microsoft Docs
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @New_Folder
Thanks for reaching out to us.
>> define the bars' color base on their team
You can try this measure
color = MIN('Table'[Team])
Setting
result
For more information about conditional formatting, please read Apply conditional table formatting in Power BI - Power BI | Microsoft Docs
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
34 | |
21 | |
20 | |
14 | |
12 |
User | Count |
---|---|
26 | |
18 | |
18 | |
17 | |
14 |