Question about graphics attributes
Hi,
I am trying to create some application that, between other things, will show places at the map (lat. & long.) using different graphics options, such as size, color, shape etc. (getting info from some Excel file).
Up to now, I was succeeded to do it with 4 Excel info columns: Location Latitude Longitude Size.
I put each column at appropriate place at the Power BI GUI, and I see each point as green circle at appropriate place at the map, with appropriate size.
But I cannot understand how can I change other graphics attributes, such as color and shape (for example).
Is it possible?
Mark.
The same thing, but with pictures this time! All of these options are identical regardless of the data source - that's the promise of Power BI, no matter where your data comes from you can treat it all the same in PBI. In this case, the promise is true. The following color options are identical for all sources. It does not matter if your data is coming in from Excel. Here's what Anonymous and I have been saying.
Saturation gives you a range between 2-3 colors based on the evaluation of a measure for the point plotted (depends on divergent or non-divergent)!
Note the measure value in the color saturation well for the map visualNote the definition of data colors in the formatting pane.
Your other option is to use the legend, which automatically assigns a unique color to every legend entry!
Note we've got a field in the legend well for the map visualization!See how we can change the colors for those legend entries manually in the formatting pane of the map visual!
The keen observer will note that we used the same formatting menu, 'Data colors', for each of these options. Legend and color saturation are mutually exclusive in a map.
Have fun with your info from the Excel file.