<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Data Connector: MyGraph Sample =&amp;gt; The credentials provided for the MyGraph source are invalid in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Custom-Data-Connector-MyGraph-Sample-gt-The-credentials-provided/m-p/631554#M22011</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="112020" data-lia-user-login="martha" class="lia-mention lia-mention-user"&gt;martha&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Currently, it is not possible to get data from planner task in Power BI Desktop, there is an &lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/16822066-load-data-from-office-365-planner-to-powerbi" target="_self"&gt;idea&lt;/A&gt; about this issue, please vote it up.&lt;BR /&gt;&lt;BR /&gt;There is also a similar thread for your reference.&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Service/Is-it-possible-to-get-the-planner-task-from-Microsoft-Graph/m-p/180028/highlight/true#M24648" target="_blank"&gt;https://community.powerbi.com/t5/Service/Is-it-possible-to-get-the-planner-task-from-Microsoft-Graph/m-p/180028/highlight/true#M24648&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lydia&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 03:19:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-26T03:19:32Z</dc:date>
    <item>
      <title>Custom Data Connector: MyGraph Sample =&gt; The credentials provided for the MyGraph source are invalid</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Custom-Data-Connector-MyGraph-Sample-gt-The-credentials-provided/m-p/629949#M21996</link>
      <description>&lt;P&gt;I'm working with the &lt;A href="https://github.com/Microsoft/DataConnectors/tree/master/samples/MyGraph" target="_self"&gt;MyGraph power query sample&lt;/A&gt; and I've been able to pull data when I define my source like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source = OData.Feed("&lt;A href="https://graph.microsoft.com/v1.0/me/" target="_blank" rel="noopener"&gt;https://graph.microsoft.com/v1.0/me/&lt;/A&gt;", null, ...&lt;BR /&gt;source = OData.Feed("&lt;A href="https://graph.microsoft.com/v1.0/users" target="_blank" rel="noopener"&gt;https://graph.microsoft.com/v1.0/users&lt;/A&gt;", null, ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when I change the URL to "&lt;A href="https://graph.microsoft.com/v1.0/users/af23248a-fbf4-4ec9.../planner/tasks" target="_blank" rel="noopener"&gt;https://graph.microsoft.com/v1.0/users/af23248a-fbf4-4ec9.../planner/tasks&lt;/A&gt;" I get an error saying "The credentials provided for the MyGraph source are invalid. (Source at MyGraph.)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested the URL on Graph Explorer &lt;A href="https://developer.microsoft.com/graph/graph-explorer/" target="_blank" rel="noopener"&gt;https://developer.microsoft.com/graph/graph-explorer/&lt;/A&gt; and I get a response with all the tasks for this user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought it might the API permission for this app so I added all the User and Tasks permissions for Microsoft Graph in the Azure Portal. I've also added additional scopes for User and Task in the MyGraph.pq file, but I still get the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;`scope_prefix = "&lt;A href="https://graph.microsoft.com/" target="_blank" rel="noopener"&gt;https://graph.microsoft.com/&lt;/A&gt;";&lt;BR /&gt;scopes = {&lt;BR /&gt;"User.Export.All",&lt;BR /&gt;"User.Invite.All",&lt;BR /&gt;"User.Read",&lt;BR /&gt;"User.Read.All",&lt;BR /&gt;"User.ReadBasic.All",&lt;BR /&gt;"User.ReadWrite",&lt;BR /&gt;"User.ReadWrite.All",&lt;BR /&gt;"Tasks.Read",&lt;BR /&gt;"Tasks.Read.Shared",&lt;BR /&gt;"Tasks.ReadWrite",&lt;BR /&gt;"Tasks.ReadWrite.Shared",&lt;BR /&gt;`&lt;/P&gt;&lt;P&gt;What am I doing wrong?? Please help!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 17:39:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Custom-Data-Connector-MyGraph-Sample-gt-The-credentials-provided/m-p/629949#M21996</guid>
      <dc:creator>martha</dc:creator>
      <dc:date>2019-02-22T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector: MyGraph Sample =&gt; The credentials provided for the MyGraph source are invalid</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Custom-Data-Connector-MyGraph-Sample-gt-The-credentials-provided/m-p/631554#M22011</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="112020" data-lia-user-login="martha" class="lia-mention lia-mention-user"&gt;martha&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Currently, it is not possible to get data from planner task in Power BI Desktop, there is an &lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/16822066-load-data-from-office-365-planner-to-powerbi" target="_self"&gt;idea&lt;/A&gt; about this issue, please vote it up.&lt;BR /&gt;&lt;BR /&gt;There is also a similar thread for your reference.&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Service/Is-it-possible-to-get-the-planner-task-from-Microsoft-Graph/m-p/180028/highlight/true#M24648" target="_blank"&gt;https://community.powerbi.com/t5/Service/Is-it-possible-to-get-the-planner-task-from-Microsoft-Graph/m-p/180028/highlight/true#M24648&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lydia&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 03:19:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Custom-Data-Connector-MyGraph-Sample-gt-The-credentials-provided/m-p/631554#M22011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-26T03:19:32Z</dc:date>
    </item>
  </channel>
</rss>

