<?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 connection to powerbi in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/438815#M2592</link>
    <description>&lt;P&gt;I am also eagerly waiting for them to build in a connection to SAS files or direct to SAS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use R-scripts to connect as in our environment at work, I cannot create ODBC connections to the files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Install R&lt;/P&gt;
&lt;P&gt;2. Get the sas7bdat library and install that into R&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; in Power BI, connect to data with an R script and use the following script (remember that R uses linux convention of forward slashes, not back slashes):&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; library(sas7bdat)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;require(sas7bdat)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;input&amp;lt;-read.sas7bdat("Z:/network/project/mysasfile.sas7bdat")&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 22:42:54 GMT</pubDate>
    <dc:creator>GenDemo</dc:creator>
    <dc:date>2018-02-20T22:42:54Z</dc:date>
    <item>
      <title>Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366522#M2584</link>
      <description>&lt;P&gt;How to connect sas with powerbi??How to read sas file data in powerbi&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366522#M2584</guid>
      <dc:creator>saikiran43</dc:creator>
      <dc:date>2017-06-13T12:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366527#M2585</link>
      <description>&lt;P&gt;Two-fold response:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In what format do you store data which PowerBI can read? I don't know (Microsoft) PowerBI, so I'll assume it cannot natively read SAS data sets, in which case the data will need to be saved to a more common data format (or MS-compatible) database.&lt;/LI&gt;
&lt;LI&gt;Side-by-side with format is location: where do you store the data so that powerbi can access it? Can PowerBI access the filesystem where the SAS data set resides?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;To help us to help you, please tell us more about your SAS installation - what products you have installed, etc?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366527#M2585</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2017-06-13T13:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366534#M2586</link>
      <description>&lt;P&gt;Usually, third party vendor SW cannot read SAS files directly, tablau being an exception.&lt;/P&gt;
&lt;P&gt;So you need either a SAS user&amp;nbsp;export the data to format&amp;nbsp;convenient for you, like CSV?&lt;/P&gt;
&lt;P&gt;If you need a more robust and constant solution, you can read SAS data via ODBC, which requires a local SAS installation, or a SAS Server running SAS/SHARE or SAS SPD Server.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366534#M2586</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-06-13T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366621#M2587</link>
      <description>&lt;P&gt;Actullay i retrived &amp;nbsp;the data of &amp;nbsp;sas file using R script,can u tel me how to read sas using odbc&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366621#M2587</guid>
      <dc:creator>saikiran43</dc:creator>
      <dc:date>2017-06-13T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366805#M2588</link>
      <description>&lt;P&gt;It assumes you have "SAS/Access to ODBC" licensed, and depends on how you have ODBC configured, but if both are there, then it should be as simple as:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname MyLib odbc dsn="ODBC settings";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;.. give or take a few additional parameters (username, password).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggest you read:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/odbcdref/65036/PDF/default/odbcdref.pdf" target="_self"&gt;SAS 9.4 Drivers for ODBC User’s Guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS039-2014.pdf" target="_self"&gt;Jeff Bailey's SGF paper: An Insider’s Guide to SAS/ACCESS Interface to ODBC&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 23:58:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/366805#M2588</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2017-06-13T23:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/396960#M2589</link>
      <description>&lt;P&gt;I tried going through ODBC route , but no success . Not able to view the data in Power BI .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please explain ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I don't have any parameter&amp;nbsp; values for the User Name and passwored for SAS datasets .. from where I will be able to fetch that ?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/396960#M2589</guid>
      <dc:creator>minallk</dc:creator>
      <dc:date>2017-09-18T20:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/415480#M2590</link>
      <description>Hi LinusH, Could you please help me understand how to get SAS data into PowerBI using ODBC/ SAS Share? We do have SAS Grid server with SAS SHARE but couldn't get the connection work with PowerBI. Thanks, Anil</description>
      <pubDate>Wed, 22 Nov 2017 11:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/415480#M2590</guid>
      <dc:creator>Anil_Gutlapally</dc:creator>
      <dc:date>2017-11-22T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/426263#M2591</link>
      <description>&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a SAS expert.&lt;/P&gt;&lt;P&gt;Our business has a SAS share and I want to connect to SAS share read the data sets via ODBC Connection. I am able to do this in Excel but not in Power BI. Is there a way we can do this or I need to install SAS. I have tried with colleagues that have SAS installed but it does NOT work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 22:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/426263#M2591</guid>
      <dc:creator>Raju4234</dc:creator>
      <dc:date>2018-01-09T22:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/438815#M2592</link>
      <description>&lt;P&gt;I am also eagerly waiting for them to build in a connection to SAS files or direct to SAS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use R-scripts to connect as in our environment at work, I cannot create ODBC connections to the files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Install R&lt;/P&gt;
&lt;P&gt;2. Get the sas7bdat library and install that into R&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; in Power BI, connect to data with an R script and use the following script (remember that R uses linux convention of forward slashes, not back slashes):&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; library(sas7bdat)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;require(sas7bdat)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;input&amp;lt;-read.sas7bdat("Z:/network/project/mysasfile.sas7bdat")&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 22:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/438815#M2592</guid>
      <dc:creator>GenDemo</dc:creator>
      <dc:date>2018-02-20T22:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/470995#M2593</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any solution which we can read sas data set into power bi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sudheer&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 08:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/470995#M2593</guid>
      <dc:creator>sudheer</dc:creator>
      <dc:date>2018-06-18T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/470998#M2594</link>
      <description>You can use R&lt;BR /&gt;I dont have the scrupt with me, but I can share it tomorrow when I’m back in the office. The solution works rather well.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2018 08:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/470998#M2594</guid>
      <dc:creator>GenDemo</dc:creator>
      <dc:date>2018-06-18T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/471260#M2595</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so, &lt;EM&gt;yes&lt;/EM&gt;, you can. Its a little bit of a process to set up. however it seems to work well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Download and install R - the later the version the better. I have 3.4.3.&lt;/P&gt;
&lt;P&gt;2. download and install the &lt;EM&gt;sas7bdat&lt;/EM&gt; library for R.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;This can be done through R, by using the command &lt;EM&gt;install.packages("sas7bdat")&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;This will download the files to some downloads folder. R will tell you where.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I am no R wizard, so the easiest, I have found, is to then browse to the location. Under the data folder, there is a file&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'&lt;EM&gt;sas7bdat.sources.RData&lt;/EM&gt;'. Drag and drop this file into R, and it will install it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;You can close R at this point.&lt;/P&gt;
&lt;P&gt;3. Open PoweBI. Under settings, check that it picked up your R installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;if not, you will need to point it to the right folder.&lt;/P&gt;
&lt;P&gt;4. click '&lt;EM&gt;get data&lt;/EM&gt;' and choose the '&lt;EM&gt;R script&lt;/EM&gt;' option under &lt;EM&gt;other&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;5. the script you'll us is:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;library(sas7bdat)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;require(sas7bdat)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;input&amp;lt;-read.sas7bdat("Z:/folder/folder/my_SAS_file.sas7bdat")&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp;remember that R, like Linux, uses '/' in its file paths, not '\' as in Windows.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;6. This script will pull in your data and you'll be able to refresh it as normal.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Good Luck!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;GD&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 23:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/471260#M2595</guid>
      <dc:creator>GenDemo</dc:creator>
      <dc:date>2018-06-18T23:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/514168#M2596</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the solution. I haven't tried this at my end as I don't have the R installed in the system (Have requested the admin). Meanwhile, I want to know if you have come across the conflict in date conversion between SAS and PowerBI. I had this issue (in 2016) when I tried to use SAS dataset on Excel due to different beginning dates they have (1900, 1960), and the solution then was to convert the SAS date into characters (Not a great solution). Do you know a solution for this? or has this been overcome in PowerBI? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankfully,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 23:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/514168#M2596</guid>
      <dc:creator>Rohan1</dc:creator>
      <dc:date>2018-11-17T23:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/514177#M2597</link>
      <description>&lt;P&gt;Hi Rohan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes. I know of this problem, I used to always use the character conversion as well. However fairly recently I had to start using actual dates. Last I checked, this has not been overcome in PowerBI yet. There is great to get a proper connector between SAS and PowerBI, but I suspect there is some corporate disagreement or something. This problem is also prevalent if you connect Excel directly to the SAS files. I can't remember if you use SAS to store data on a SQL server Db and then connect Excel/PowerBi to that, if this problem also exists - its been a while since I could do that, so I can't recall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what I do is one of two things,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. After you final data step (or what ever it may be) convert all you date column to excel by subtracting 21916 (that is the number of days difference in their reference date).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Loan_application_date = Loan_application_date - 21916;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. Create a new date variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Loan_application_date_Excel = Loan_application_date -21916;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I do believe that if you export your files to an excel file, it does the conversion for you - but I am not sure off the top of my head. Also, if you use the SAS plugin, then it also does the conversion for you. I however don't use the plugin to directly connect to data as it does not link in/hookup to the 'refresh all' function of Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should you want to make the time conversion - as SAS works in seconds after midnight, while Excel works in fractions of a day. This can be achieved in a similar means:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. After you final data step (or what ever it may be) convert all you date column to excel by dividing 86400 (that is the number of second in a day).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Loan_application_time = Loan_application_time / 86400;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. Create a new date variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Loan_application_time_Excel = Loan_application_time / 86400;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should you want to make the datetime conversion.&lt;/P&gt;
&lt;P&gt;This can be achieved in a similar means:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1. After you final data step (or what ever it may be) convert all you date column to excel by dividing 86400 (that is the number of second in a day).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Loan_application_time = (Loan_application_time / 86400) - 21916;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. Create a new date variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Loan_application_time_Excel = (Loan_application_time / 86400) - 21916;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then obviously, you can do the reverse as well if you need to take Excel date/time/datetime to SAS.&lt;/P&gt;
&lt;P&gt;Also, FYI SAS &amp;amp; SQL have the same reference date and time units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~GD&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 01:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/514177#M2597</guid>
      <dc:creator>GenDemo</dc:creator>
      <dc:date>2018-11-18T01:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/514185#M2598</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Thank you for your prompt reply. Very useful tips. I too have done similar&lt;BR /&gt;modification on the integers using VBE as my reports are automated..&lt;BR /&gt;However, the SAS plug-in through Excel doesn't fix the issue automatically&lt;BR /&gt;though SAS Excel export does it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rohan&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Nov 2018 02:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/514185#M2598</guid>
      <dc:creator>Rohan1</dc:creator>
      <dc:date>2018-11-18T02:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/584098#M2599</link>
      <description>that is correct yes.&lt;BR /&gt;I prefer working via SQL as it fixes a lot of issues.</description>
      <pubDate>Mon, 26 Aug 2019 23:45:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/584098#M2599</guid>
      <dc:creator>GenDemo</dc:creator>
      <dc:date>2019-08-26T23:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sas connection to powerbi</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/731715#M2600</link>
      <description>&lt;P&gt;Thank you! this worked beautifully.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 20:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Sas-connection-to-powerbi/m-p/731715#M2600</guid>
      <dc:creator>davestokar</dc:creator>
      <dc:date>2021-04-06T20:39:45Z</dc:date>
    </item>
  </channel>
</rss>

