<?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: Access Power BI desktop element obtained from RPA to perform required automation in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2189147#M32903</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/310699"&gt;@sheetals&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;According to your description, I think power bi automation is not suitable for these operations.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For the click event, it should require the web page initialization then you can invoke corresponding elements. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In my opinion, I'd like to suggest you manually trace the HTTP requests when you click on the button sent.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Then you can use power bi automate to send requests with all requirement keys/tokens and corresponding contents to that URL to simulation these 'click button' operations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 01:59:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-15T01:59:58Z</dc:date>
    <item>
      <title>Access Power BI desktop element obtained from RPA to perform required automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2184635#M32860</link>
      <description>&lt;P&gt;I am using rpaframework library(&lt;SPAN&gt;RPA&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Desktop&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Windows)&amp;nbsp;&lt;/SPAN&gt;in python to perform Power BI automation .&lt;/P&gt;&lt;P&gt;I have obtained Power BI window elements using this library as shown below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;([&amp;lt;uia_controls.StaticWrapper - 'Get data', Static, 8881667776078132027&amp;gt;,&amp;lt;uia_controls.ButtonWrapper - 'Close', Button, -4781744411977329195&amp;gt;], [{'automation_id': '', 'class_name': '', 'control_id': 'None', 'control_type': 'Text', 'enabled': 'True', 'handle': 'None', 'name': 'Get data', 'parent': 'Button', 'process_id': '10844', 'rectangle': '(L195, T241, R255, B261)', 'rich_text': 'Get data', 'runtime_id': '(42, 133602, 4, 842, 61453, 1)', 'visible': 'True', 'legacy': {'ChildId': 1, 'DefaultAction': '', 'Description': '', 'Help': '', 'KeyboardShortcut': '', 'Name': 'Get data', 'Role': 42, 'State': 64, 'Value': ''}, 'object': &amp;lt;uia_controls.StaticWrapper - 'Get data', Static, 8881667776078132027&amp;gt;}, {'automation_id': '', 'class_name': '', 'control_id': 'None', 'control_type': 'Button', 'enabled': 'True', 'handle': 'None', 'name': 'Close', 'parent': 'Pane', 'process_id': '10844', 'rectangle': '(L1200, T73, R1232, B99)', 'rich_text': 'Close', 'runtime_id': '(42, 133602, 4, 855)', 'visible': 'True', 'legacy': {'ChildId': 0, 'DefaultAction': 'Toggle', 'Description': '', 'Help': '', 'KeyboardShortcut': '', 'Name': 'Close', 'Role': 43, 'State': 1048576, 'Value': ''}, 'object': &amp;lt;uia_controls.ButtonWrapper - 'Close', Button, -4781744411977329195&amp;gt;}])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In above structure I have a close button element , How can I access that element to perform close operation event(mouse_click event on close button) on Power BI window by automation?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 09:05:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2184635#M32860</guid>
      <dc:creator>sheetals</dc:creator>
      <dc:date>2021-11-11T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access Power BI desktop element obtained from RPA to perform required automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2189147#M32903</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/310699"&gt;@sheetals&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;According to your description, I think power bi automation is not suitable for these operations.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For the click event, it should require the web page initialization then you can invoke corresponding elements. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In my opinion, I'd like to suggest you manually trace the HTTP requests when you click on the button sent.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Then you can use power bi automate to send requests with all requirement keys/tokens and corresponding contents to that URL to simulation these 'click button' operations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 01:59:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2189147#M32903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-15T01:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Access Power BI desktop element obtained from RPA to perform required automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2189626#M32911</link>
      <description>&lt;P&gt;To add more understanding of my question have attached a screenshot below of close icon (highlighted in img) that I want to access in powerbi to automate close process of that dialog.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbi.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/631223iBF74C52527963999/image-size/large?v=v2&amp;amp;px=999" role="button" title="pbi.PNG" alt="pbi.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ultimate end goal is to automate the data source connection&amp;nbsp; process from Getdata&amp;nbsp; selection in powerbi MainWindow by providing source details as input.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbi_getdata.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/631228i8425F55896764A2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pbi_getdata.PNG" alt="pbi_getdata.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp; Is it not possible to do these automation process without webpage initialization?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 08:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2189626#M32911</guid>
      <dc:creator>sheetals</dc:creator>
      <dc:date>2021-11-15T08:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Access Power BI desktop element obtained from RPA to perform required automation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2193707#M32954</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/310699"&gt;@sheetals&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For the close dialog part, I think it should be more related to hard/software simulation&amp;nbsp;which is not suitable to process by power bi automation.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/automation/overview-of-power-bi-rest-api" target="_blank"&gt;What can I do with the Power BI API - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For this&amp;nbsp;ultimate&amp;nbsp;goal, I think you can create a teams app with parameterized query parameters with different data connectors with conditions to achieve use parameters to generate different types of datasources.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://radacad.com/change-the-source-of-power-bi-datasets-dynamically-using-power-query-parameters" target="_blank"&gt;Change the Source of Power BI Datasets Dynamically Using Power Query Parameters - RADACAD&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://radacad.com/change-the-data-source-type-of-the-power-bi-dynamically-using-power-query-parameters" target="_blank"&gt;Change the Data Source TYPE of the Power BI Dynamically using Power Query Parameters - RADACAD&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 06:03:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-Power-BI-desktop-element-obtained-from-RPA-to-perform/m-p/2193707#M32954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-17T06:03:36Z</dc:date>
    </item>
  </channel>
</rss>

