<?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: SAS Share and Power BI in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666220#M2615</link>
    <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;, we are not yet using SAS Viya, but that is still being planned/talked about.</description>
    <pubDate>Tue, 30 Jun 2020 21:29:21 GMT</pubDate>
    <dc:creator>akhozan</dc:creator>
    <dc:date>2020-06-30T21:29:21Z</dc:date>
    <item>
      <title>SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/551745#M2606</link>
      <description>&lt;P&gt;Running SAS GRID 9.4 M4... we have SAS Share (have not used it)&amp;nbsp; and we have many SAS libs/datasets... Users want to access specific datasets via Microsoft Power BI.&amp;nbsp; We don't want to move/copy the data to Power BI but was hoping we could use SAS Share and make sas datasets available in Power BI.&amp;nbsp; &amp;nbsp;We will put the needed datasets into a SAS Share library.&amp;nbsp; Now my question, I assume the Power BI admin would need to load a SAS ODBC to access/connect to this SAS Share Lib.&amp;nbsp; Does this seem correct/doable?&amp;nbsp; Or is there another/better approach to make SAS datasets available in Power BI?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/551745#M2606</guid>
      <dc:creator>wbaldwin</dc:creator>
      <dc:date>2019-04-17T14:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/552436#M2607</link>
      <description>&lt;P&gt;That sounds correct.&amp;nbsp; To use the SAS ODBC driver, you need a SAS/SHARE server or a special running SAS ODBC server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, as this is a Microsoft tool, an OLE DB connection might work.&amp;nbsp; SAS has a the Local OLE DB Provider (for sas7bdat files on disk) and the IOM OLE DB Provider (for SAS server connections -- same as used by EG).&amp;nbsp; You might be able to piggy-back on existing infrastructure for that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a few blog posts that might help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/tag/ole-db/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/tag/ole-db/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/tag/sas-integration-technologies/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/tag/sas-integration-technologies/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 13:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/552436#M2607</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-04-19T13:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/552482#M2608</link>
      <description>How much data do you have?  If remember correctly SAS/SHARE  is a single threaded (per user) application, and might not cope with queries on large data sets.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Apr 2019 16:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/552482#M2608</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-04-19T16:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/552555#M2609</link>
      <description>&lt;P&gt;We use MS PowerBI as well as SAS. Our current approach is to load the required SAS data into an SQL Server database, refreshing it every time it gets updated. Fortunately this happens no more than once a day. SAS/ACCESS to ODBC is used for this. PowerBI then reads the data from SQL Server - a simple report refresh does this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 23:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/552555#M2609</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-04-19T23:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/554687#M2610</link>
      <description>&lt;P&gt;Chrs.. your blog is Very good/useful information that I think will help me solve my issues.. Thank You!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/554687#M2610</guid>
      <dc:creator>wbaldwin</dc:creator>
      <dc:date>2019-04-29T13:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666173#M2611</link>
      <description>Can you connect directly from Power BI to SAS using SAS/share via JDBC? We currently use this method with Spotfire, but Power BI will be the preferred visualization tool in the future once more of our data moves to the cloud.</description>
      <pubDate>Tue, 30 Jun 2020 18:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666173#M2611</guid>
      <dc:creator>akhozan</dc:creator>
      <dc:date>2020-06-30T18:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666180#M2612</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24313"&gt;@akhozan&lt;/a&gt;&amp;nbsp;According &lt;A href="https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-connect-using-generic-interfaces" target="_self"&gt;to the Power BI doc, you can use the generic interfaces&lt;/A&gt; (ODBC or OLE DB) to connect to a variety of providers.&amp;nbsp; SAS Workspace supports connections via OLE DB.&amp;nbsp; SAS/SHARE has an ODBC connection method.&amp;nbsp; Some of this might require configuration in your Power BI desktop environment.&amp;nbsp; I don't know how/if these methods work in the cloud.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 18:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666180#M2612</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-06-30T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666183#M2613</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;. I will work with my SAS Admin to get an ODBC port enabled for SAS/Share.</description>
      <pubDate>Tue, 30 Jun 2020 18:48:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666183#M2613</guid>
      <dc:creator>akhozan</dc:creator>
      <dc:date>2020-06-30T18:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666215#M2614</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24313"&gt;@akhozan&lt;/a&gt;&amp;nbsp; - FYI, I believe there will be other ways SAS and Power BI can work together when SAS Viya 4.0 is released later this year. There are some details of this in the SAS Global Forum 2020 presentations regarding the strategic partnership between SAS and Microsoft, which you can link to from the SAS Community.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 21:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666215#M2614</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-06-30T21:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Share and Power BI</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666220#M2615</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;, we are not yet using SAS Viya, but that is still being planned/talked about.</description>
      <pubDate>Tue, 30 Jun 2020 21:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/SAS-Share-and-Power-BI/m-p/666220#M2615</guid>
      <dc:creator>akhozan</dc:creator>
      <dc:date>2020-06-30T21:29:21Z</dc:date>
    </item>
  </channel>
</rss>

