I’m working on the two map visuals and doing the metric by state. I would like to have multiple datapoints appear when highlighting the state, such as a single metric by day, week, month and quarter. Is there a way to do that? I tried concatenating all the metrics together but the map wouldn’t accept it. On the Points on Map visual, I’ve added the metrics under color but it doesn’t read the metric quite right.
Hello @Matthew_Payne!
When you say you want multiple metrics to appear at the same time, what do you mean?
If you just want to show the data you could use Advanced Tool Tip like I did below. You can press the “Add field” button at the bottom, and then choose a field from your data set. I used periodToDateSum(Sales, {Order Date}, YEAR)
as a calculated field to show a metric.
1 Like
This worked! I did get one more request for the map visuals. On the Filled Map Visual can you have the data appear on the map without having to hover your mouse over the area?
Hey @Matthew_Payne! Unfortunately no, you have to hover for tooltip to appear!