Forum Discussion
Ania26
4 months agoHelper IV
Azure Map with two measures
Hello, Does anyone know how to show for example UK two different values on the Azure Map: 13% and 2,000? We can show bubbels for one value but how to do it for two? Those values come from measures....
- 4 months ago
Hi Ania26 ,
as far as I know there is no way to assign more than one value to the size field.
But, what you can try to do is:
- Define two locations for every country
- Assign a category to the two sets of locations (Value1 and Value2)
- Write a measure that calculates your two values depending on the category
- Set the format of the measure to dynamic and assign a measure that assigns the correct format depending on the selected category
- Disable Category labels
- Select a Map Settings->Style that includes country names
Hope that this approach at least gives you an idea of how a solution could look like and may be even suits your needs.
Hans-Georg_Puls
4 months agoSuper User
Hi Ania26 ,
as far as I know there is no way to assign more than one value to the size field.
But, what you can try to do is:
- Define two locations for every country
- Assign a category to the two sets of locations (Value1 and Value2)
- Write a measure that calculates your two values depending on the category
- Set the format of the measure to dynamic and assign a measure that assigns the correct format depending on the selected category
- Disable Category labels
- Select a Map Settings->Style that includes country names
Hope that this approach at least gives you an idea of how a solution could look like and may be even suits your needs.