<?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 Powershell command for Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/544816#M16931</link>
    <description>&lt;P&gt;Helllo Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following commands for installing the Power BI moules for Powershell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install-Module -Name Microsoft.PowerBI.PowerShell&lt;/P&gt;&lt;P&gt;Install-Module -Name Microsoft.ADAL.PowerShell&lt;BR /&gt;Install-Module -Name Microsoft.PowerBI.PowerShell&lt;/P&gt;&lt;P&gt;I got the following error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;PS H:\&amp;gt; Login-PowerBI&lt;BR /&gt;Login-PowerBI : Unable to find setting configuration&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Login-PowerBI&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : NotSpecified: (:) [], FileNotFoundException&lt;BR /&gt;+ FullyQualifiedErrorId : System.IO.FileNotFoundException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help in resolving this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manhoj&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2018 15:29:22 GMT</pubDate>
    <dc:creator>manhoj</dc:creator>
    <dc:date>2018-10-17T15:29:22Z</dc:date>
    <item>
      <title>Powershell command for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/544816#M16931</link>
      <description>&lt;P&gt;Helllo Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following commands for installing the Power BI moules for Powershell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install-Module -Name Microsoft.PowerBI.PowerShell&lt;/P&gt;&lt;P&gt;Install-Module -Name Microsoft.ADAL.PowerShell&lt;BR /&gt;Install-Module -Name Microsoft.PowerBI.PowerShell&lt;/P&gt;&lt;P&gt;I got the following error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;PS H:\&amp;gt; Login-PowerBI&lt;BR /&gt;Login-PowerBI : Unable to find setting configuration&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Login-PowerBI&lt;BR /&gt;+ ~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : NotSpecified: (:) [], FileNotFoundException&lt;BR /&gt;+ FullyQualifiedErrorId : System.IO.FileNotFoundException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help in resolving this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manhoj&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 15:29:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/544816#M16931</guid>
      <dc:creator>manhoj</dc:creator>
      <dc:date>2018-10-17T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell command for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/572252#M17705</link>
      <description>&lt;P&gt;Well. After installing the module, I ran Get-Help and this is what I see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PS_PowerBI_3.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/133840i3AEEC053269FB0E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="PS_PowerBI_3.png" alt="PS_PowerBI_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not see the Login-...cmdlet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the Connect-PowerBI failed with the following error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;Connect-PowerBI : The 'Connect-PowerBI' command was found in the module 'Microsoft.PowerBI.PowerShell', but the module could not be &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;loaded. For more information, run 'Import-Module Microsoft.PowerBI.PowerShell'.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;At line:1 char:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;+ Connect-PowerBI&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;+ ~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;+ CategoryInfo : ObjectNotFound: (Connect-PowerBI:String) [], CommandNotFoundException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;Thinking what to do next...&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Nov 2018 02:14:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/572252#M17705</guid>
      <dc:creator>mysorian</dc:creator>
      <dc:date>2018-11-25T02:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell command for Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/1044093#M23296</link>
      <description>&lt;P&gt;Go here :&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 10:50:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Powershell-command-for-Power-BI/m-p/1044093#M23296</guid>
      <dc:creator>kiemberaid</dc:creator>
      <dc:date>2020-04-23T10:50:10Z</dc:date>
    </item>
  </channel>
</rss>

