PROBLEM
In some circumstances, the ArcGIS Maps for PowerBI visualization may fail to fully initialize in Microsoft Edge.
This is due to corruption of the Microsoft Edge browser. The most common workflow when this occurs as described as follows:
Re-install and re-initialize the Edge browser. To do this, Run PowerShell as Administrator and execute the following code:
Remove-Item $Env:LocalAppData\Packages\Microsoft.MicrosoftEdge* -Force -Recurse Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Get help from ArcGIS experts
Download the Esri Support App