The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
Please refer to the screenshot below.
I have mapped this data based on postal codes.
I am looking for suggestions of 'How I can best visualize this data on the Map view by lumping all these points based on specific regions'
I could
1) Create a region lookup up table and relate it to this data table. Give the region some pseudo longitide and latitude
and map it
2)Look up coordinates for each postal code. Create some complicated DAX expression which calculates distances between the coordinates and lumps the data itself
3) Use a Heat Map
Any other suggestions other than the above would be appreciated.
HI, @Anonymous
I think you could try the way as your plan 1.
Create a region lookup up table and relate it to this data table.
Then you could drag region column into Legend value.
Best Regards,
Lin