<?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 dataset - manipulate values in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/476573#M14622</link>
    <description>&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a question i hope you can anwer me that.&lt;/P&gt;&lt;P&gt;So i receive values via modbus-protocol on a middleware&amp;nbsp;and i foward them directly in power bi.&lt;/P&gt;&lt;P&gt;Works great!&lt;/P&gt;&lt;P&gt;But there's a little thing that bothers me...&lt;/P&gt;&lt;P&gt;I read temperature values out of the registry from a device, the format is 356 that&amp;nbsp;means 35,6°C.&lt;/P&gt;&lt;P&gt;I realy want to convert the data, is there a possibilty to manipulate that in powerbi / streamind dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;bastian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jul 2018 14:22:33 GMT</pubDate>
    <dc:creator>bastian_mpnkt</dc:creator>
    <dc:date>2018-07-31T14:22:33Z</dc:date>
    <item>
      <title>streaming dataset - manipulate values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/476573#M14622</link>
      <description>&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a question i hope you can anwer me that.&lt;/P&gt;&lt;P&gt;So i receive values via modbus-protocol on a middleware&amp;nbsp;and i foward them directly in power bi.&lt;/P&gt;&lt;P&gt;Works great!&lt;/P&gt;&lt;P&gt;But there's a little thing that bothers me...&lt;/P&gt;&lt;P&gt;I read temperature values out of the registry from a device, the format is 356 that&amp;nbsp;means 35,6°C.&lt;/P&gt;&lt;P&gt;I realy want to convert the data, is there a possibilty to manipulate that in powerbi / streamind dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;bastian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:22:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/476573#M14622</guid>
      <dc:creator>bastian_mpnkt</dc:creator>
      <dc:date>2018-07-31T14:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: streaming dataset - manipulate values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/477239#M14631</link>
      <description>&lt;P&gt;Hi B&lt;SPAN&gt;astian,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There could be several methods.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. I would suggest you modify it before pushing to Power BI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Method 2 is as below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.1 Enable the "Historic data analysis" of the streaming dataset in Power BI Service.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ibb.co/kY1Tdz" target="_blank"&gt;&lt;IMG src="https://ip1.i.lithium.com/85c9f00be0edec6cb9a9ccda6b610f0188abd288/68747470733a2f2f696d6167652e6962622e636f2f675237656b652f73747265616d696e675f646174617365745f6d616e6970756c6174655f76616c7565732e706e67" border="0" alt="streaming_dataset_manipulate_values" /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2.2 Connect to the dataset in the Service from Desktop. (the Power BI connector)&lt;/P&gt;
&lt;P&gt;2.3 Create a measure.&lt;/P&gt;
&lt;PRE&gt;Measure = min('RealTimeData'[current])/10&lt;/PRE&gt;
&lt;P&gt;2.4 Publish the report to Service.&lt;/P&gt;
&lt;P&gt;2.5 Pin the visual to Dashboard.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ibb.co/nb0ArK" target="_blank"&gt;&lt;IMG src="https://ip1.i.lithium.com/1f7c470f6b93c08b5e19b23baffa3c32e5152313/68747470733a2f2f696d6167652e6962622e636f2f63784a77574b2f73747265616d696e675f646174617365745f6d616e6970756c6174655f76616c756573322e706e67" border="0" alt="streaming_dataset_manipulate_values2" /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Segoe UI'; font-size: 10.5pt; color: #333333;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Segoe UI'; font-size: 10.5pt; color: #333333;"&gt;Dale&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 06:31:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/477239#M14631</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-08-01T06:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: streaming dataset - manipulate values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/477560#M14636</link>
      <description>&lt;P&gt;Hi Dale,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried thesecond method but I´m not happy with this.&lt;/P&gt;&lt;P&gt;So, I#m convinced that I should&amp;nbsp;solve the problem at the source.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Bastian&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 10:06:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/streaming-dataset-manipulate-values/m-p/477560#M14636</guid>
      <dc:creator>bastian_mpnkt</dc:creator>
      <dc:date>2018-08-01T10:06:44Z</dc:date>
    </item>
  </channel>
</rss>

