<?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: Integrate PowerBI with Netsuite in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93864#M3319</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17242"&gt;@JinJia﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Then my approach would be using &lt;A href="https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-what-is-power-bi-embedded" target="_self"&gt;Power BI Embedded&lt;/A&gt;, check &lt;A href="https://community.powerbi.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/td-p/84636" target="_self"&gt;Power BI emebedded VS Rest API&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Import the records to powerbi desktop,design the report and upload it to a workspace. Regarding data refreshing, check &lt;A href="https://community.powerbi.com/t5/Developer/Update-dataset-published-via-Power-BI-API/td-p/86313" target="_self"&gt;this link&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/search?utf8=%E2%9C%93&amp;amp;q=CreateReportEmbedToken" target="_self"&gt;Generate an accesstoken&lt;/A&gt;&amp;nbsp;that never expires(not recommended).&lt;BR /&gt;
&lt;PRE&gt;var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id,Convert.ToDateTime("2099-12-31"));&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Embed the report with &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embedding-Basics" target="_self"&gt;PowerBI-Javascript&lt;/A&gt;. You can save the below sample in a html file and run in brower, my token in this test wouldn't expire before 2018 year.&lt;BR /&gt;&amp;nbsp;
&lt;PRE&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/jquery/dist/jquery.js"&amp;gt;&amp;lt;/script&amp;gt; &lt;BR /&gt; &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/powerbi-client/dist/powerbi.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;window.onload = function () {&lt;BR /&gt;&lt;BR /&gt;var embedConfiguration = {&lt;BR /&gt; type: 'report',&lt;BR /&gt; accessToken: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2ZXIiOiIwLjIuMCIsIndjbiI6IndvcmtzcGFjZUNvbGxlY3Rpb240UEJJIiwid2lkIjoiYjVkMDJiYmItODcxNy00MmJlLWEzMTMtZDEyYTdmYzk0OTcyIiwicmlkIjoiMjlhNDcxNGYtYzQzMi00ZjEwLTk5ZTMtNzA1MzhmNGJlYmUwIiwiaXNzIjoiUG93ZXJCSVNESyIsImF1ZCI6Imh0dHBzOi8vYW5hbHlzaXMud2luZG93cy5uZXQvcG93ZXJiaS9hcGkiLCJleHAiOjE1MTQ2NDk2MDAsIm5iZiI6MTQ4MDAyOTQ4Nn0.GC1iQa1Xghkp9o4R87DcRjaLe9a0PBN7wxYOJKFDd5Y',&lt;BR /&gt; id: '29a4714f-c432-4f10-99e3-70538f4bebe0',&lt;BR /&gt; embedUrl: 'https://embedded.powerbi.com/appTokenReportEmbed?reportId=29a4714f-c432-4f10-99e3-70538f4bebe0'&lt;BR /&gt;}; &lt;BR /&gt;&lt;BR /&gt;var $reportContainer = $('#reportContainer');&lt;BR /&gt; &lt;BR /&gt;var report = powerbi.embed($reportContainer.get(0), embedConfiguration);&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div id="reportContainer"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;
&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Tue, 06 Dec 2016 09:20:03 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2016-12-06T09:20:03Z</dc:date>
    <item>
      <title>Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/92420#M3278</link>
      <description>&lt;P&gt;Hi, devs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently integrating PowerBI with Netsuite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing an issue.&amp;nbsp;I want to know the way to get access token with Javascript API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to hearing from you asap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jin&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 03:20:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/92420#M3278</guid>
      <dc:creator>JinJia</dc:creator>
      <dc:date>2016-11-22T03:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93197#M3302</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17242"&gt;@JinJia﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can embeded report with Javascript API, check &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embedding-Basics" target="_self"&gt;Embedding Basics&lt;/A&gt;. However AFAIK, there's no way to get accesstoken in Javascript, you would have to get the token in backend(eg in C#) and pass it to the page.&lt;BR /&gt;&lt;BR /&gt;I have no idea on&amp;nbsp;Netsuite and not sure what you can do in it. Maybe ask the question how to integrate an C# app with Netsuite in the dedicated forum.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 10:00:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93197#M3302</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-11-23T10:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93502#M3311</link>
      <description>&lt;P&gt;Hi, Eric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to ask you a few more questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I metioned before, I'm integrating PowerBI with Netsuite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to import Sales Order reports from NetSuite to PowerBI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think, the only way I can do this is to import&amp;nbsp;sales order record one by one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use PowerBI REST API before but I can't find solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: NetSuite only provide Javascript API so integration should be done only by Javascript. So I think C# is not solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please give me some reference for it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please ask me any questions you might have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to hearing from you asap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Jin&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 03:01:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93502#M3311</guid>
      <dc:creator>JinJia</dc:creator>
      <dc:date>2016-11-24T03:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93864#M3319</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17242"&gt;@JinJia﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Then my approach would be using &lt;A href="https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-what-is-power-bi-embedded" target="_self"&gt;Power BI Embedded&lt;/A&gt;, check &lt;A href="https://community.powerbi.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/td-p/84636" target="_self"&gt;Power BI emebedded VS Rest API&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Import the records to powerbi desktop,design the report and upload it to a workspace. Regarding data refreshing, check &lt;A href="https://community.powerbi.com/t5/Developer/Update-dataset-published-via-Power-BI-API/td-p/86313" target="_self"&gt;this link&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app/search?utf8=%E2%9C%93&amp;amp;q=CreateReportEmbedToken" target="_self"&gt;Generate an accesstoken&lt;/A&gt;&amp;nbsp;that never expires(not recommended).&lt;BR /&gt;
&lt;PRE&gt;var embedToken = PowerBIToken.CreateReportEmbedToken(this.workspaceCollection, this.workspaceId, report.Id,Convert.ToDateTime("2099-12-31"));&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Embed the report with &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embedding-Basics" target="_self"&gt;PowerBI-Javascript&lt;/A&gt;. You can save the below sample in a html file and run in brower, my token in this test wouldn't expire before 2018 year.&lt;BR /&gt;&amp;nbsp;
&lt;PRE&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/jquery/dist/jquery.js"&amp;gt;&amp;lt;/script&amp;gt; &lt;BR /&gt; &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/powerbi-client/dist/powerbi.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;window.onload = function () {&lt;BR /&gt;&lt;BR /&gt;var embedConfiguration = {&lt;BR /&gt; type: 'report',&lt;BR /&gt; accessToken: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2ZXIiOiIwLjIuMCIsIndjbiI6IndvcmtzcGFjZUNvbGxlY3Rpb240UEJJIiwid2lkIjoiYjVkMDJiYmItODcxNy00MmJlLWEzMTMtZDEyYTdmYzk0OTcyIiwicmlkIjoiMjlhNDcxNGYtYzQzMi00ZjEwLTk5ZTMtNzA1MzhmNGJlYmUwIiwiaXNzIjoiUG93ZXJCSVNESyIsImF1ZCI6Imh0dHBzOi8vYW5hbHlzaXMud2luZG93cy5uZXQvcG93ZXJiaS9hcGkiLCJleHAiOjE1MTQ2NDk2MDAsIm5iZiI6MTQ4MDAyOTQ4Nn0.GC1iQa1Xghkp9o4R87DcRjaLe9a0PBN7wxYOJKFDd5Y',&lt;BR /&gt; id: '29a4714f-c432-4f10-99e3-70538f4bebe0',&lt;BR /&gt; embedUrl: 'https://embedded.powerbi.com/appTokenReportEmbed?reportId=29a4714f-c432-4f10-99e3-70538f4bebe0'&lt;BR /&gt;}; &lt;BR /&gt;&lt;BR /&gt;var $reportContainer = $('#reportContainer');&lt;BR /&gt; &lt;BR /&gt;var report = powerbi.embed($reportContainer.get(0), embedConfiguration);&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div id="reportContainer"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;
&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 06 Dec 2016 09:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/93864#M3319</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-12-06T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/142516#M4911</link>
      <description>&lt;P&gt;Check out our solution for this...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=dbOQDLZi1Xc&amp;amp;t=5s&amp;nbsp;" target="_blank"&gt;https://www.youtube.com/watch?v=dbOQDLZi1Xc&amp;amp;t=5s&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;e-mail me for more details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Josh&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:30:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/142516#M4911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-14T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/239570#M7500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17242"&gt;@JinJia&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ability to connect NetSuite to Power BI is a common, highly requested idea on the Power BI ideas website.&amp;nbsp;&lt;SPAN&gt;As such, there is very little information available regarding how to connect NetSuite to Power BI.&amp;nbsp;E&lt;/SPAN&gt;&lt;SPAN&gt;legant alternative solutions that integrate NetSuite to Power BI by automating data refresh.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Purchase the &lt;A href="https://goo.gl/FrxEA6" target="_blank"&gt;SuiteAnalytics&lt;/A&gt; Connect (ODBC) functionality from NetSuite&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Leverage NetSuite’s Web Query report functionality&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Aug 2017 06:10:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/239570#M7500</guid>
      <dc:creator>sandralynn</dc:creator>
      <dc:date>2017-08-26T06:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/263702#M8100</link>
      <description>&lt;P&gt;If you enable webquery on a saved report, you can then download a .igy file,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;open this in a text editor&amp;nbsp; strip out&amp;nbsp; everything before htts:\\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and strip out the following from the end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Formatting=All&lt;BR /&gt;PreFormattedTextToColumns=True&lt;BR /&gt;ConsecutiveDelimitersAsOne=True&lt;BR /&gt;SingleBlockTextImport=False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;["emailaddress","Please enter your email address:"]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your.name@domain.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then copy the string and go into PBI and got o data sources and use a web data source, paste this in and use an anonmous authentication, and away you go&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've also created a powershell scrip with a smilar function to sync to local MSSQL DB and then you can point PBI to a SQL DB, personal prefernce which way round you want to access your data&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 11:04:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/263702#M8100</guid>
      <dc:creator>EP_Jack</dc:creator>
      <dc:date>2017-10-02T11:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/264660#M8110</link>
      <description>&lt;P&gt;Check out &lt;A href="http://www.tacticalconnect.com" target="_blank"&gt;www.tacticalconnect.com&lt;/A&gt; for a solution.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 17:16:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/264660#M8110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-02T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/340335#M10061</link>
      <description>&lt;P&gt;Would you be willing to share the PowerShell script you create for pulling data from NetSuite?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 00:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/340335#M10061</guid>
      <dc:creator>SQLMonger</dc:creator>
      <dc:date>2018-01-18T00:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/340777#M10088</link>
      <description>&lt;P&gt;sure this is the PSS i used to go into a local SQl server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoke-Sqlcmd -Query "DELETE FROM [Netsuite].[dbo].[Customer_Product_Sales];" -ServerInstance "#########\SQLEXPRESS"&lt;BR /&gt;$url ="web address from Netuite as described in my original post"&lt;/P&gt;&lt;P&gt;$WebResponse = Invoke-WebRequest -uri $url&lt;BR /&gt;$content = $WebResponse.Content&lt;BR /&gt;$content = $content.replace('&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;table&amp;gt;', "" )&lt;BR /&gt;$content = $content.replace('&amp;lt;/table&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;', "")&lt;BR /&gt;$content = $content.replace('&amp;lt;/td&amp;gt;', "")&lt;BR /&gt;$content = $content.replace('&amp;lt;/tr&amp;gt;', "")&lt;BR /&gt;$content = $content.replace('&amp;lt;tr&amp;gt;', "#" )&lt;BR /&gt;$content = $content.replace('&amp;lt;td&amp;gt;', "^^")&lt;BR /&gt;$content = $content.replace("`t|`n|`r", "")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$array = $content.Split('#')&lt;BR /&gt;ForEach ($tr in $array)&lt;BR /&gt;{&lt;BR /&gt;$TD = $tr.Split('^^')&lt;BR /&gt;if ($TD.count -gt 1)&lt;BR /&gt;{&lt;BR /&gt;$CustomerID = $TD[4] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$Customer = $TD[6] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$Customer_Ref = $TD[8] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$QTY = $TD[10] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=",""&lt;BR /&gt;$Year = $TD[12] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$yyy_MM = $TD[14] -replace "`n","" -replace "`r","" -replace "'",""&lt;BR /&gt;$Total_Revenue = $TD[16] -replace "`n","" -replace "`r","" -replace "=",""&lt;BR /&gt;$Brand = $TD[20] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$Category = $TD[22] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$Item = $TD[24] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;BR /&gt;$Description = $TD[26] -replace "`n","" -replace "`r","" -replace "=-","" -replace "=","" -replace "'",""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoke-Sqlcmd -Query "INSERT INTO [Netsuite].[dbo].[Customer_Product_Sales] (Customer_ID , Customer , Brand , Category , Item , Customer_Ref , Description , Qty , Total_Revenue, Year , YYYY_MM) VALUES ('$CustomerID', '$Customer', '$Brand', '$Category', '$Item', '$Customer_Ref', '$Description', '$Qty', '$Total_Revenue', '$Year', '$yyy_MM');" -ServerInstance "#######\SQLEXPRESS"&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:04:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/340777#M10088</guid>
      <dc:creator>EP_Jack</dc:creator>
      <dc:date>2018-01-18T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/341029#M10098</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if any specific features need to be turned on in NetSuite to enable this kind of access?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:13:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/341029#M10098</guid>
      <dc:creator>SQLMonger</dc:creator>
      <dc:date>2018-01-18T17:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/549320#M17095</link>
      <description>&lt;P&gt;Hi this is liana trained on &lt;A href="https://mindmajix.com/netsuite-training" target="_blank"&gt;Netsuite&lt;/A&gt;, just now i came across your post. Check Out this link It will helpful for you &lt;A href="https://www.youtube.com/watch?v=dbOQDLZi1Xc&amp;amp;t=5s%C2%A0" target="_blank"&gt;https://www.youtube.com/watch?v=dbOQDLZi1Xc&amp;amp;t=5s%C2%A0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 05:42:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/549320#M17095</guid>
      <dc:creator>sandeepkumar10</dc:creator>
      <dc:date>2018-10-23T05:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/549323#M17096</link>
      <description>&lt;P&gt;Hi this is liana trained on &lt;A href="https://mindmajix.com/netsuite-training" target="_blank"&gt;Netsuite&lt;/A&gt;, just now i came across your post. Check Out this link It will helpful for you &lt;A href="https://www.youtube.com/watch?v=dbOQDLZi1Xc&amp;amp;t=5s%C2%A0" target="_blank"&gt;https://www.youtube.com/watch?v=dbOQDLZi1Xc&amp;amp;t=5s%C2%A0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 05:46:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/549323#M17096</guid>
      <dc:creator>sandeepkumar10</dc:creator>
      <dc:date>2018-10-23T05:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate PowerBI with Netsuite</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/2365712#M34695</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/41683"&gt;@EP_Jack&lt;/a&gt;&amp;nbsp;as far as I know only report can be imported in Power BI but not searches. So in case of timestamp data that is in Sytem notes that can be bouught in Searches only, how can that be imported in Power BI?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 22:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Integrate-PowerBI-with-Netsuite/m-p/2365712#M34695</guid>
      <dc:creator>learner03</dc:creator>
      <dc:date>2022-02-28T22:22:16Z</dc:date>
    </item>
  </channel>
</rss>

