<?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: DAX Measure with REST API dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/452118#M13885</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="68598" data-lia-user-login="flennon" class="lia-mention lia-mention-user"&gt;flennon&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about adding the measure in the table, the right one in your snapshot? Or you can change the left visual into a Card visual. Your old formula can work in a calculated column that isn't supported in your scenario.&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>Mon, 02 Jul 2018 01:49:25 GMT</pubDate>
    <dc:creator>v-jiascu-msft</dc:creator>
    <dc:date>2018-07-02T01:49:25Z</dc:date>
    <item>
      <title>DAX Measure with REST API dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/445389#M13722</link>
      <description>&lt;P&gt;I've created a Push streaming dataset, and I'm trying to combine two of the columns (Strings) into a new measure. I've looked up the syntax which displays the following:&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When I try it shows an error. This syntax works correctly when I'm connecting to a database, but shows an error with the streaming dataset. I'd say that it just wasnt possible to create a measure for a streaming dataset, but it gives you the option to create one, when it doesnt give you the option to create a custom column. Can anyone advise on what I can do?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:25:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/445389#M13722</guid>
      <dc:creator>flennon</dc:creator>
      <dc:date>2018-06-21T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure with REST API dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/445950#M13741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="68598" data-lia-user-login="flennon" class="lia-mention lia-mention-user"&gt;flennon&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's a common error in a measure. That's because a value of these column can't be determined. Please try it like below.&lt;/P&gt;
&lt;PRE&gt;=concatenate(&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;min(&lt;/STRONG&gt;&lt;/FONT&gt;'products'[Product abbreviation]), &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;min(&lt;/FONT&gt;&lt;/STRONG&gt;'products'[Product number]))&lt;/PRE&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>Fri, 22 Jun 2018 09:06:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/445950#M13741</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-06-22T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure with REST API dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/448297#M13793</link>
      <description>&lt;P&gt;Thanks for the reply Dale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had copied the syntax from the&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-us/query-bi/dax/concatenate-function-dax" target="_self"&gt;MSDN Docs here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attempted to add in the min() to the formula but the values I'm trying to concatenate are strings. It did not give a syntax error but the formula does not display any values as shown below. Any further advice would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 09:58:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/448297#M13793</guid>
      <dc:creator>flennon</dc:creator>
      <dc:date>2018-06-26T09:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure with REST API dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/452118#M13885</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="68598" data-lia-user-login="flennon" class="lia-mention lia-mention-user"&gt;flennon&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about adding the measure in the table, the right one in your snapshot? Or you can change the left visual into a Card visual. Your old formula can work in a calculated column that isn't supported in your scenario.&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>Mon, 02 Jul 2018 01:49:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/452118#M13885</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-07-02T01:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure with REST API dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/452769#M13912</link>
      <description>&lt;P&gt;Measures I found needed an aggregate applied to them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to combine the two strings so that both values would appear on the X-axis of a chart as I thought before it would only display one value or the other. This was resolved by selecting the view 'At Lowest Level of Data' as seen below. Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 14:14:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Measure-with-REST-API-dataset/m-p/452769#M13912</guid>
      <dc:creator>flennon</dc:creator>
      <dc:date>2018-07-02T14:14:34Z</dc:date>
    </item>
  </channel>
</rss>

