Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I am wanting to do a line graph of 180 companies, and want 179 of those to be black and my company to be red..is there an easy way to change all the colors at once?
Solved! Go to Solution.
Please see THIS BLOG for the formatting options in powerbi.
Hi @rfway,
I'd like to share you a simple way to achieve your requirement.
Add a calculate column:
Type = if(LASTNONBLANK(Sheet1[User],[User])="User1","My Company","Other")
Drag this calculate column to legend and modify data color.
Regards,
Xiaoxin Sheng
Please see THIS BLOG for the formatting options in powerbi.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 47 | |
| 44 | |
| 37 |