Forum Discussion
Does smart narrative works in map visualization
- Anonymous4 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
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