<?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 streaming combine data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92154#M3275</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a streaming dataset that I am visualizing in a dashboard. &amp;nbsp;The dataset is coming off sensors. &amp;nbsp;I have a lookup table that conatains attribute information I would like to join to the streaming data so that I can see it in a visualization. &amp;nbsp;E.g., it isnt't very user friendly to show temperature data for sensor 2e252ff136ebc358. &amp;nbsp;I would like to say that is the Kitchen sensor instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2016 15:17:55 GMT</pubDate>
    <dc:creator>petermcnally</dc:creator>
    <dc:date>2016-11-21T15:17:55Z</dc:date>
    <item>
      <title>streaming combine data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92158#M3264</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a streaming dataset that I am visualizing in a dashboard. &amp;nbsp;The dataset is coming off sensors. &amp;nbsp;I have a lookup table that conatains attribute information I would like to join to the streaming data so that I can see it in a visualization. &amp;nbsp;E.g., it isnt't very user friendly to show temperature data for sensor 2e252ff136ebc358. &amp;nbsp;I would like to say that is the Kitchen sensor instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 15:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92158#M3264</guid>
      <dc:creator>petermcnally</dc:creator>
      <dc:date>2016-11-21T15:22:03Z</dc:date>
    </item>
    <item>
      <title>streaming combine data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92154#M3275</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a streaming dataset that I am visualizing in a dashboard. &amp;nbsp;The dataset is coming off sensors. &amp;nbsp;I have a lookup table that conatains attribute information I would like to join to the streaming data so that I can see it in a visualization. &amp;nbsp;E.g., it isnt't very user friendly to show temperature data for sensor 2e252ff136ebc358. &amp;nbsp;I would like to say that is the Kitchen sensor instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 15:17:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92154#M3275</guid>
      <dc:creator>petermcnally</dc:creator>
      <dc:date>2016-11-21T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: streaming combine data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92215#M3276</link>
      <description>&lt;P&gt;How are you streaming the data, via the REST API's? I would think that the "right" way to do this would be to pipe your telemetry data up to an Azure IoT Event Hub, connect the data to Azure Stream Analytics and then pipe the output to Power BI.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:00:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92215#M3276</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2016-11-21T17:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: streaming combine data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92249#M3277</link>
      <description>&lt;P&gt;Piggybacking off of&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler﻿&lt;/a&gt;, I would want to know if you are using a Stream Analytics Job to query your Event Hub data and output it to Power BI. &amp;nbsp;If so, you would likely need to do the lookup to rename your fields or records within your Stream Analytics query, and not at the Power BI side. &amp;nbsp;I am not 100% sure of this, but that would be my first thought.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:53:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/92249#M3277</guid>
      <dc:creator>dkay84_PowerBI</dc:creator>
      <dc:date>2016-11-21T17:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: streaming combine data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/102464#M3564</link>
      <description>&lt;P&gt;Thanks for the reply. &amp;nbsp;I am simply following the tutorial that was posted &lt;A href="https://powerbi.microsoft.com/en-us/blog/using-power-bi-real-time-dashboards-to-display-iot-sensor-data-a-step-by-step-tutorial/" target="_self"&gt;here&lt;/A&gt;. &amp;nbsp;My data is coming straight from a Raspberry Pi device into Power BI. &amp;nbsp;I am not using Azure at all. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is pretty cool to get it up and running, but I am experiencing a few&amp;nbsp;issues. The Streaming API&amp;nbsp;is in Preview, so that is to be expected. &amp;nbsp;Do you know if there is a way to provide feedback to Preview features? &amp;nbsp;Unfortunately the comments are closed for the blog posts related to the Streaming API. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 19:20:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/102464#M3564</guid>
      <dc:creator>petermcnally</dc:creator>
      <dc:date>2016-12-14T19:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: streaming combine data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/106244#M3708</link>
      <description>&lt;P&gt;HI Peter, I am following the same example, but I got some errors while I am wokring in python, I have no experience with pyton.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got below error&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Python27\powerbi-python-iot-client-master\uploadDHT22Data.py", line 8, in &amp;lt;module&amp;gt;&lt;BR /&gt;import Adafruit_DHT as dht&lt;BR /&gt;ImportError: No module named Adafruit_DHT&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;could you help to solve it.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 18:54:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-combine-data/m-p/106244#M3708</guid>
      <dc:creator>Moh_ali_square</dc:creator>
      <dc:date>2016-12-25T18:54:41Z</dc:date>
    </item>
  </channel>
</rss>

