Dans ce cas, j'essaie de _ne pas_ utiliser ArcGIS pour PowerBI, car j'ai des utilisateurs qui sont simplement des Viewers, et ArcGIS Maps pour PowerBI exige étrangement que les utilisateurs aient le rôle Creator, même si tout ce qu'ils veulent faire est de visualiser des services. <\/P>
Je suis donc curieux de savoir comment / si il est possible de fournir à un utilisateur un point de terminaison REST pour un service de points, polygones ou lignes (par exemple https:\/\/mygis.domain.com\/arcgis\/rest\/services\/demopolygon\/MapServer\/0\/query<\/A>), et de connecter cela à une carte PowerBI (l'outil bing map). <\/P>Je suis complètement nouveau sur PowerBI ici donc s'il existe une documentation ou un guide étape par étape, ce serait génial. <\/P>Si cela n'est pas possible, alors pourquoi un utilisateur a-t-il besoin du rôle Creator juste pour pouvoir voir<\/EM> des couches ?!?!<\/P>
Je suis complètement nouveau sur PowerBI ici donc s'il existe une documentation ou un guide étape par étape, ce serait génial. <\/P>
Si cela n'est pas possible, alors pourquoi un utilisateur a-t-il besoin du rôle Creator juste pour pouvoir voir<\/EM> des couches ?!?!<\/P>
Even if users do use Maps for Power BI (with Creator license), they need to a) display some data (drag lat / long fields from power bi to get any map to show) b) still no way to pull in an arbitrary REST endpoint. It would need to be added as an item in Portal or Online for a PowerBI user to be able to see in it Maps for PowerBI.
Yes it is basically pulling in the JSON result of your REST query.
In the PBI query Editor, put something like the following for the source and followed with some data transformation steps:
=Json.Document(Web.Contents("ArcGIS Rest Query here"))
The ESRIJSON part will be a little tricky to deal with, but it's doable.
To avoid the license issue for the viewers, your content needs to be shared with everyone in AGOL or Enterprise.
Hi @Jay_Gregory - I am working on the same thing. We don't even care about the map component, just using the underlying data. This article is really good at stepping you through the process - https://resource.esriuk.com/blog/how-to-use-arcgis-with-power-bi/
Though I have come across several issues so far including date/time formatting, how to pass credentials for secured data, and having to publish services that allow for over 2000 records to be queried at once. If you have found a better way please let me know!
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.