Default zoom Mapbox when used in Power BI - powerbi

Does anyone know how to set a default point when zooming out using the MapBox app in Power BI? Currently, when I deselect the location in a slicer connected to the map, it will zoom out to the very middle of the world map. I would like set a custom marker to zoom out to if possible.

At the moment, there is no out of the box feature within the Mapbox visual for Power BI that prevents you from zooming past a certain point, as the default zoom level is set to include all of your data. For instance, if I create a report with a choropleth map of US states, when using the slicer, the map will zoom into the state I select. When I deselect the state, the map will zoom back out to show all of the states.
If you have data spanning multiple regions (or if the data is only visible at higher zoom levels), when you deselect the location in the slicer, the map will zoom out to incorporate all data. While the Mapbox visual is currently available as is, please stay tuned for updates.

MapBox
Viz Settings:
Zoom 0-10 ( preferably 9 )
Lat ( central latitude )
Lot ( central longitude )
I tried it and it worked for me... The map comes with the zoom setting I want initially

Related

Dynamically Change X-Axis using DAX | Power BI

I wanted a customizable visual of a bar chart or line chart that allows plotting the chart weekly, monthly, quarterly, or annually. Unfortunately, no custom visualizations are available (as far as I can tell from my search), and Power BI does not give us any substitute visuals.
The requirement was something like this:
I tried various ways to get the type of chart I wanted, but nothing worked. Then I came across this alternative to the drill drown feature of charts for customised axis scales by Inkey Solutions but still, there were some limitations to it.
One way of achieving this is by using bookmark. Stack Visuals one on top of another with the desired X Axis and then use bookmark How To

Sportfire to Power BI Graph

I am trying to replicate a report created in Spotfire into Power BI. I am stuck with one of the visuals. Any work around or idea will be appreciated.
I tried creating this chart in Power BI into a stacked bar chart viz but that does not help.
I'd use two stacked bar charts. Add some text boxes if you need them. Use the 'Lock Objects' on the format page to stop things from moving around. Lock and hide the filter pane if you need to. Put a nice background behind it to create am impression.

How to let the user know that a graph do contain drill down in power bi?

Is it possible to show a subtitle in a power bi graph? I want to show the user that, this specific graph does contain drill-down(like the below-attached image).
If I add a hardcoded text box it is overlapping with the graph. Is there any way to show that the particular graph contains drill-down(like if I hove on the graph title, It should this contains drill-down)
Please suggest some ideas.
Usually, if drill-down is available, it shows some navigation buttons on the top right of the graph, which is basically is an indicator that drill-down is available:
Navigation buttons
Another option, which I personally do not like, but that might work for you. You can create a measure which just displays some help text like "Drilldown is available" and you can place it to the "Tooltips" section of the graph. When user hovers the mouse over the graph data, he will see the tooltip with this text. Something like this:
Tooltips

How to change the color of one Details Label in power bi Donut chart

See this image for reference:
I am trying to show the Unmatched set's details label['12316 (31.4%)'] in RED Color instead of black color(highlighted in yellow in the attached pic for ref).
Note - I have checked Format under visualizations and when I change the color in details label, both sets are changing.
How to do that without affecting Matched set['26901 (68.6%)'] in the same donut chart.
Attached the working area pic for ref.
Searched in many places and discussed with persons who worked a lot in power bi stuffs. At this point of time, there is no option to edit particular details label alone in Donut Chart.
This is at idea/feedback level alone. May be , hopes Power Bi will implement this in nearby future.
If you also want this in power bi, let the power bi community to know this things and give your votes at power bi site's feedback - https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/40505656-conditional-formatting-donut-charts

How to add selected Tooltips in Power BI

I am working on a project where the requirement is to show some selected Tooltip but by default Power BI has added the X and Y axis values to it.
Is it possible to show only one of these axis as a Tooltip?
I'm pretty sure you can't remove the axis values from the tooltip. However, you can make a Report Page Tooltip instead. That will allow you to put whatever content you want inside the tooltip. For example, you could add a couple Cards to show the information.