<?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 powershell in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/powershell/m-p/644986#M18819</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i need to upload data which i&amp;nbsp; get through arduino and DHT11 sensor (Temperature and Humidity Sensor) to power bi through powershell. i get the data to powershell but my data won't push to Power bi. can anyone help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my simple code .&lt;/P&gt;&lt;PRE&gt;While($true)
{
$endpoint = "https://api.powerbi.com/beta/120d52a3-29bc-4916-9ce4-b56c8a7756be/datasets/7401907b-2dc3-4f0d-bc45-b271b00aaddb/rows?key=36u89pKq4YNYiSajbUAcdU2S%2FcOF67gozSCTc6SsPdvUzHn%2FmAwp3oGdHEsRDwMTztofvnjMMnIzz%2FRwPPGZeQ%3D%3D"
$Port = new-Object System.IO.Ports.SerialPort COM5,9600,None,8,one
$Port.Open()
$Port.ReadLine()
$Port.Close()

}
Invoke-RestMethod -Method Post -Uri "$endpoint" -Body (ConvertTo-Json $Port.ReadLine())
Write-Host "Temperature :" $Temperature "Humidity :" $Humidity 
 sleep 2&lt;/PRE&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 08:31:45 GMT</pubDate>
    <dc:creator>harshaSampath81</dc:creator>
    <dc:date>2019-03-14T08:31:45Z</dc:date>
    <item>
      <title>powershell</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/powershell/m-p/644986#M18819</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i need to upload data which i&amp;nbsp; get through arduino and DHT11 sensor (Temperature and Humidity Sensor) to power bi through powershell. i get the data to powershell but my data won't push to Power bi. can anyone help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my simple code .&lt;/P&gt;&lt;PRE&gt;While($true)
{
$endpoint = "https://api.powerbi.com/beta/120d52a3-29bc-4916-9ce4-b56c8a7756be/datasets/7401907b-2dc3-4f0d-bc45-b271b00aaddb/rows?key=36u89pKq4YNYiSajbUAcdU2S%2FcOF67gozSCTc6SsPdvUzHn%2FmAwp3oGdHEsRDwMTztofvnjMMnIzz%2FRwPPGZeQ%3D%3D"
$Port = new-Object System.IO.Ports.SerialPort COM5,9600,None,8,one
$Port.Open()
$Port.ReadLine()
$Port.Close()

}
Invoke-RestMethod -Method Post -Uri "$endpoint" -Body (ConvertTo-Json $Port.ReadLine())
Write-Host "Temperature :" $Temperature "Humidity :" $Humidity 
 sleep 2&lt;/PRE&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 08:31:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/powershell/m-p/644986#M18819</guid>
      <dc:creator>harshaSampath81</dc:creator>
      <dc:date>2019-03-14T08:31:45Z</dc:date>
    </item>
  </channel>
</rss>

