<?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: Configuration Manager RBAC in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1077977#M14124</link>
    <description>&lt;P&gt;Eason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply. The link you provide shows how to configure RBAC in Configuration Manager. I already have that setup. I need Power BI to honor it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at this problem from a different perspective, I can ask the same question in a different way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SSRS I can reference external dll's and native .NET assemblies in the report properties. I can also enter custom VB.NET functions into the Code section in report properties. In addition, I can have report parameters call .NET functions to populate the value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do that with Power BI Report Server running on-premise in the datacenter when creating SSRS reports. I need to know how to do the same thing with Power BI reports running on-premise in the datacenter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2020 04:12:10 GMT</pubDate>
    <dc:creator>sfairchild</dc:creator>
    <dc:date>2020-05-07T04:12:10Z</dc:date>
    <item>
      <title>Configuration Manager RBAC</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1076799#M14113</link>
      <description>&lt;P&gt;With the release of Microsoft Endpoint Configuration Manager 2002, Microsoft added support for integrating Power BI into the Configuration Manager console&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/changes/whats-new-in-version-2002#bkmk_report" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/changes/whats-new-in-version-2002#bkmk_report&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed the Power BI Report Server and configured Configuration Manager to use it following this guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/mem/configmgr/core/servers/manage/powerbi-report-server" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/mem/configmgr/core/servers/manage/powerbi-report-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything works. I can create dashboards and reports querying Configuration Manager views in the SQL database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a Power BI dashboard that shows statistics of devices, but I only want to show the collections the user has rights to, not all devices/collections. This is easily accomplished in SSRS by enabling RBAC (Role Based Access Control) on the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SQL views available in the Configuration Manager database do not support RBAC so instead I need to query Functions. This works when creating SSRS reports, but I cannot for the life of me find out how to do the same thing in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When creating SSRS Reports, I create a hidden parameter that calls the following code which gets the user's SID, and the SID of any groups they are a member of, from Active Directory:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=SrsResources.UserIdentity.GetUserSIDs(User!UserID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I call this method on my local Power BI Report Server where the SrsResources.dll is registered?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Microsoft officially supporting Power BI integration with Configuration Manager, configuring RBAC in Power BI should be available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Scott&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 17:27:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1076799#M14113</guid>
      <dc:creator>sfairchild</dc:creator>
      <dc:date>2020-05-06T17:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Manager RBAC</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1077821#M14121</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="228458" data-lia-user-login="sfairchild" class="lia-mention lia-mention-user"&gt;sfairchild&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check if this document is helpful to you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/mem/configmgr/core/servers/deploy/configure/configure-role-based-administration" target="_blank" rel="noopener"&gt;configure-role-based-administration&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it is suggest to&amp;nbsp;create a &lt;A href="https://powerbi.microsoft.com/en-us/support/" target="_blank" rel="noopener"&gt;support ticket&lt;/A&gt; for better advice.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 02:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1077821#M14121</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2020-05-07T02:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Manager RBAC</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1077977#M14124</link>
      <description>&lt;P&gt;Eason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply. The link you provide shows how to configure RBAC in Configuration Manager. I already have that setup. I need Power BI to honor it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at this problem from a different perspective, I can ask the same question in a different way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SSRS I can reference external dll's and native .NET assemblies in the report properties. I can also enter custom VB.NET functions into the Code section in report properties. In addition, I can have report parameters call .NET functions to populate the value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do that with Power BI Report Server running on-premise in the datacenter when creating SSRS reports. I need to know how to do the same thing with Power BI reports running on-premise in the datacenter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 04:12:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1077977#M14124</guid>
      <dc:creator>sfairchild</dc:creator>
      <dc:date>2020-05-07T04:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Manager RBAC</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1084880#M14177</link>
      <description>&lt;P&gt;For anybody else who is searching for this, it is not possible.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:01:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Configuration-Manager-RBAC/m-p/1084880#M14177</guid>
      <dc:creator>sfairchild</dc:creator>
      <dc:date>2020-05-11T22:01:45Z</dc:date>
    </item>
  </channel>
</rss>

