Forum Discussion
KPRZ057
7 months agoNew Member
Azure Map Visual Blank
I was trying to upgrade my visual to the new azure map where i am using the a metric colum site address site_address_final = triallink_df[site_name] & ", " & triallink_df[address_line_1] & ", " &t...
Mauro89
7 months agoSuper User
Hi KPRZ057,
there is a limitation of 30k data points (see Get started with Azure Maps Power BI visual - Microsoft Azure Maps | Microsoft Learn) which can be used for this visual. Your 97k are therefore too much.
Try to reduce the row count by filtering or aggregating your data. But to ensure this is the problem in your case I recommend filtering the row count below 30k and check again. After this is successful, check out a reliable solution for your data point reduction.
Best regards!
PS: If you find this post helpful consider leaving kudos or mark it as solution
KPRZ057
7 months agoNew Member
In this there is a catch when i remove the legend for the competitor flag i am able to plot all the 97k sites but as when i add that it goes blank