Forum Discussion

Evogelpohl's avatar
Evogelpohl
Helper V
11 years ago
Solved

Azure AD Graph Refresh

Created a PowerBI Desktop solution that gets data from Azure AD via the Graph API.  Worked flawlessly on the desktop.   Here's the first line of the query: Source = Json.Document(Web.Contents("htt...
  • curth's avatar
    curth
    11 years ago

    Yeah :(.

     

    When you run this inside Power Query or PBI Desktop, you either have to enable "Fast Combine" or you need to set privacy levels for the two sources. Currently, all sources inside refresh are marked as "Private" with no ability to change this configuration or set "Fast Combine". This prevents the query from working correctly. This was picked as a default to maximize security without asking the user hard-to-explain questions, but it's obviously quite limiting in the kinds of queries that can be performed -- so we need to figure out how best to enable this scenario for refresh.

  • curth's avatar
    curth
    11 years ago

    This is probably my fault for pasting colorized text into the editor. %E2%80%8B is the UTF-8 for an unbreakable space. Can you just retype the line instead of copying and pasting it?