Forum Discussion

Ania26's avatar
Ania26
Helper IV
4 months ago
Solved

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....
  • Hans-Georg_Puls's avatar
    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:

    1. Define two locations for every country
    2. Assign a category to the two sets of locations (Value1 and Value2)
    3. Write a measure that calculates your two values depending on the category
    4. Set the format of the measure to dynamic and assign a measure that assigns the correct format depending on the selected category
    5. Disable Category labels
    6. 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.