Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a maps visual and a table that allows the user to select a store. I have another table that contains the postcode for the store and I would like a fixed point on the map visual that has a different colour that shows the store location.
I can't see anywhere within the visual formatting that this would be feasible. Only option I could think of is creating a new dynamic table that creates the data based on the store selection and adds in the store postcode then Legend could be used but not sure how I would do that?
Hi @Jebilaya ,
Do you want to do conditional formatting for the bubbles in the map? If so, here's my solution.
Sample:
Create a measure:
Color =
SWITCH (
MAX ( 'Table'[Location] ),
"China", "Red",
"USA", "Blue",
"UK", "Green",
"Japan", "Black"
)
Then in the visualizations pane>Bubbles>Colors, click the fx button.
Select "Field value" and measure Color in the dialog.
Result:
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Colouring the drops is not what i'm looking for here. I need to be able to plot one static location per selection i.e. if the user selects store A it should show all of the bubbles for Store A as set out in my screenshot above but there should also be a marker for the actual store location
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 35 | |
| 30 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 38 | |
| 21 | |
| 21 |