Great tips! Have you figured out ho to downsize the font on the Microsoft Azure / Copyright overlay? I understand that they need to have it, but it doubled in size with this new version. If you're using a small map, it's stealing a log of real estate.
@PragmaticWorks7 ай бұрын
Currently, there is not a viable option to remove the copyright overlay due to the copyright requirements. To mitigate it, we usually try and resize the map a bit larger so it is not as impactful. Make sure to comment to the Power BI development team if you want to see that feature changed!
@Jack-PE-MBA7 ай бұрын
@@PragmaticWorks Thanks for the info. That's the reason I "un-updated" my map. I understand the need for the copyright overlay and not making it removable, but they had the TomTom one before. This update they decided to double the font size. I'll have to look for a link to the development team to put in my suggestion.
@andrewdutch48432 ай бұрын
Great Tips! I use a filled map to show different areas of a city - Can I get the separate areas to be clickable links to different pages of my report?
@PragmaticWorks2 ай бұрын
Certainly! You can make map regions interactive by overlaying buttons or shapes that are linked to bookmarks. First, create bookmarks for each target page, then place shapes or buttons on your map and configure their actions to navigate to these bookmarks.
@kimsalas8197Ай бұрын
How did you create the geojson file for this case?
@adilmajeed84397 ай бұрын
How to change the color in the geojson layer.?
@PragmaticWorks7 ай бұрын
Great question! In this case, you would need to edit the GEOjson file directly. In our example the contents would look something like this: "fillColor":"#41b6c4","strokeColor":"black","strokeWidth":"1". From here you can edit the Hex Code of the map fill and additional settings. All will be recognized when you reapply your reference layer file!