- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Map point position varying with parameter slider
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-2018 03:50 PM
Re: Map point position varying with parameter slider
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-07-2018 10:50 PM
Hi @calviniost,
You want to update the data points located on map visual via the specified numeric value in What If Parameter, right? However, this is not possible. As the data points in map visual is determined by the field [lat] and [long] which are not related to the what if parameter. The What If Parameter works only when you use the corresponding measure Parameter Value = SELECTEDVALUE(Parameter[Parameter]) in other calculations. In your scenario, you just need to add [lat] and [long] into two common slicers.
Best regards,
Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Re: Map point position varying with parameter slider
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-08-2018 06:01 AM
Hi @v-yulgu-msft, thanks for help, unfortunatelly still not working.. I'd like to provide to the user the ability to select the position (only 1 point, 1 lat/long pair) where the evaluation will begin. Below you can find my .pbix file with test and errors messages:
Thanks!