Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Power BI Community,
I am trying to create map visualizations using a dataset with unique combinations of custom labels, latitude, and longitude.
However, I encountered an issue that I hope you can help clarify.
Here is the situation:
Problem:
The left map displays significantly fewer points compared to the right map, even though the latitude and longitude values are unique for each custom label. Why is this happening? Could it be due to how Power BI handles data aggregation for maps? Or am I missing a step in configuring the visualization?
For additional context, I’ve attached a sample dataset and the visuals for reference.
Thank you in advance for your insights!
Solved! Go to Solution.
Hi @Lopez0083 ,
if you select "Average" as summarization, you will receive only the average value for each "CustomLabel" dimension.
So within each category of "CustomLabel" the model calculates the average value, which leads to having only one value of latitude and longitude for each value in "CustomLabel".
This is also the reason why the points in your map are moving more towards the center of the map.
Hope this helps
Hi @Lopez0083 ,
if you select "Average" as summarization, you will receive only the average value for each "CustomLabel" dimension.
So within each category of "CustomLabel" the model calculates the average value, which leads to having only one value of latitude and longitude for each value in "CustomLabel".
This is also the reason why the points in your map are moving more towards the center of the map.
Hope this helps
Thank you for your explanation, it was very helpful in understanding why the number of points is reduced and why they shift towards the center when "Average" summarization is used.
I would like to achieve the following:
I want to keep all the data points displayed on the map as they are, while also enabling the category labels to show the "CustomLabel" for each data point.
Is there a way to achieve this while maintaining the visualization of all individual data points?
Thanks again for your help!
Well that depends on which type of data the custom label contains:
Most important: If you want to have every data point displayed, make sure you'll have latitude as well as longitude summarization set to "Don't summarize" and also if you are working with these fields, keep the "location" property empty!
User | Count |
---|---|
76 | |
76 | |
41 | |
29 | |
24 |
User | Count |
---|---|
96 | |
91 | |
52 | |
46 | |
45 |