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
Hello @amitchandak @AlexisOlson
Iam working on scater plot where iam using 2 columns in the values pane one at enterprise level and the other column is at region level. Info - Both the columns are coming from different tables
| Enterprise Table | RegionTable |
| Enterprise 01(RED) | India |
| Enterprise 02(BLUE) | Canada |
| Enterprise 03(Green) | US |
| ASIa | |
| europe | |
I need to condition format the bubbles with respect to the enterprise all the regions assioated with Enterprise 01should be in red color and same way enterprise 02 with blue color like wise same
Can anyone please suggest how to do conditional formatting so that i i drill down through next level also the colors should change based on enterprise level.
Its urgent
You can create a measure that returns the enterprise name for each data point in your scatter plot.
Enterprise = RELATED(EnterpriseTable[Name])
Then create a new rule in the conditional formatting based on rules by selecting the measure in the field value.
You can set the min and the max values to 0 and 1, respectively and for each rule, you can set the color for each entreprise.
This should apply the desired color to each bubble based on the enterprise name. If you drill down to a lower level, the colors should still apply based on the enterprise name associated with each data point.
Though on an unrelated topic, this video would help you to create a measure for conditional formatting:
https://www.youtube.com/watch?v=7veYU1EeO6w
This is not working, i have multiple enterprises,
Can you please try a different approach through measures
Can you provide a sample of your output ?
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 | |
| 37 | |
| 31 | |
| 30 |