<?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: PowerShell cmdlets to run user activity for a PowerBI Servce report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3924670#M52570</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/586473"&gt;@AnalyticPulse&lt;/a&gt;&amp;nbsp;But I guess I have tried to ask the question: why exactly did I get the InternalServerError when trying to run the Powershell script?&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 16:25:33 GMT</pubDate>
    <dc:creator>ELIU</dc:creator>
    <dc:date>2024-05-16T16:25:33Z</dc:date>
    <item>
      <title>PowerShell cmdlets to run user activity for a PowerBI Servce report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3921664#M52505</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to use PowerShell cmdlets to run certain workspace, user activities, etc. metrics. However, I got 'unauthorized' or 'internalServerError' errors. My service account is listed as Power BI Admin account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this related to Service Principal Account authorization? If my account is not the service principal account, what do I do to get it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other solutions without having to have a service principal account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 20:24:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3921664#M52505</guid>
      <dc:creator>ELIU</dc:creator>
      <dc:date>2024-05-15T20:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell cmdlets to run user activity for a PowerBI Servce report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3921688#M52506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673219"&gt;@ELIU&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can create service principlal account bye below steps:&lt;/P&gt;&lt;P&gt;On azure portal open azure Active Directory.&lt;/P&gt;&lt;P&gt;Manage&amp;gt;app registration/enterprise application &amp;gt;new registration&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then cinfigure &amp;nbsp;the application and register it.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Once the application is registered, you can create a service principal associated with it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After creating the service principal, assign the necessary permissions to it. This could include permissions to access Azure resources, such as Power BI workspaces or data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Learn Power BI free:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://analyticpulse.blogspot.com/?m=1" target="_blank" rel="noopener"&gt;h&lt;STRONG&gt;ttps://analyticpulse.blogspot.com&lt;/STRONG&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;A href="https://analyticpulse.blogspot.com/p/introduction.html?m=1" target="_blank" rel="noopener"&gt;Learn Power BI free&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;A href="https://analyticpulse.blogspot.com/p/dax-functions.html?m=1" target="_blank" rel="noopener"&gt;DAX Functions &lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;A href="https://analyticpulse.blogspot.com/p/creating-visualizations.html?m=1" target="_blank" rel="noopener"&gt;Powerbi Visualisation&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 20:39:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3921688#M52506</guid>
      <dc:creator>AnalyticPulse</dc:creator>
      <dc:date>2024-05-15T20:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell cmdlets to run user activity for a PowerBI Servce report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3924670#M52570</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/586473"&gt;@AnalyticPulse&lt;/a&gt;&amp;nbsp;But I guess I have tried to ask the question: why exactly did I get the InternalServerError when trying to run the Powershell script?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 16:25:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerShell-cmdlets-to-run-user-activity-for-a-PowerBI-Servce/m-p/3924670#M52570</guid>
      <dc:creator>ELIU</dc:creator>
      <dc:date>2024-05-16T16:25:33Z</dc:date>
    </item>
  </channel>
</rss>

