The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
53 | |
21 | |
12 | |
11 | |
11 |
User | Count |
---|---|
117 | |
31 | |
28 | |
21 | |
20 |