Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Does smart narrative works in map visualization

I have to draw some insight using smart narrative on using the data appearning on MAP.  Does smart narrative work in map visualization?
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

    Here are the steps you can follow:

    1. Create measure.

    Measure =
    SWITCH(
        TRUE(),
        MAX('Table2'[Country])="USA","The amount in the USA has been relatively stable",
        MAX('Table2'[Country])="India","India took a big hit in 2018 but recovered slightly in 2019",
        MAX('Table2'[Country])="United Kingdom","The UK grew in 2018 compared to 2017 but then dropped dramatically in 2019")

    2. Use Smart narrative visual objects.

    3. In the dialog box that appears, write down the text first, and click +Value to find the corresponding measure

    4. Result:

    Select the country in the map to display the information of which country.

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly