Forum Discussion
Slicer/slider for Map
Hi audune,
I am afraid that you are not able to achieve the above requirement by using slicers.
What you describe is more like cross-highlight feature in Power BI Desktop. You can consider to create a measure which represents revenue over x, then create a chart using the measure and click the section in the chart to highlight the current Map. For more details about cross-highlight in Power BI Desktop, please review this article: https://powerbi.microsoft.com/en-us/documentation/powerbi-service-visual-interactions/ .
Thanks,
Lydia Zhang
- audune9 years agoFrequent Visitor
Hi Lydia,
Thanks for your help!
If x is a variable set by the user of the report, how would I set up the measure? I thought DAX did not allow the use of a dynamic variable.
BR
Audun
- Anonymous9 years agoNot applicable
Hi audune,
Please help to post sample data of your tables for us to analyze.
Thanks,
Lydia Zhang- audune9 years agoFrequent Visitor
Here is a sample of the data (as well as long/lat position):
CustomerID Revenue 100 100000 101 150000 102 200000 103 210000 Here is how I eventually solved it using Tableau:
The user can use the slider to change the distribution of customers to each category. The distribution becomes visible in the map.
Can this be done in PowerBI as well somehow? I can imagine several scenarioes were I need to define a variable (in this case "CustomerCategory" using the if-function) in order to let the user perform "what-if" analysis.
Thanks