<?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: Generateseries with a percentage in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882943#M40488</link>
    <description>&lt;P&gt;I don't think this has to do with percentage but rather the text data type you use for the third argument of DIVIDE, &lt;FONT face="andale mono,times" color="#0000FF"&gt;"-"&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try removing that or using 0 instead. You can format a zero as something else when you are displaying, but you don't want strings inside your math like that.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 21:51:35 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2021-06-04T21:51:35Z</dc:date>
    <item>
      <title>Generateseries with a percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882929#M40487</link>
      <description>&lt;P&gt;Hi all, I'm currently following a tutorial to use measures as a filter (video &lt;A href="https://www.youtube.com/watch?v=AZAL-QPn5Zc" target="_blank" rel="noopener"&gt;here&lt;/A&gt;). I'm running into a DAX issue when trying to use GENERATESERIES on a measure that I have.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;At around 2:25 in the video, the presenter uses a measuer as the max part of GENERATESERIES. I have done this with 2 other measures with a simple SUM measure, but this measure I'm currently trying requires a DIVIDE. This is throwing an error to GENERATESERIES. Here is my measure:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Change % = 
DIVIDE(
    SUM('table1'[Numerator]),SUM('table1'[Denominator]),"-"
)&lt;/LI-CODE&gt;&lt;P&gt;I'm formatting this as a percentage.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I use this in a table create I get this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Obviously this is because I'm tryign to pass a percentage into GenerateSeries. I'm not sure how to fix this when I need the series to give a range of percentages.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any ideas with this? Appreciate the help!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 21:25:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882929#M40487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T21:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Generateseries with a percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882943#M40488</link>
      <description>&lt;P&gt;I don't think this has to do with percentage but rather the text data type you use for the third argument of DIVIDE, &lt;FONT face="andale mono,times" color="#0000FF"&gt;"-"&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try removing that or using 0 instead. You can format a zero as something else when you are displaying, but you don't want strings inside your math like that.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 21:51:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882943#M40488</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-06-04T21:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Generateseries with a percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882952#M40490</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="39298" data-lia-user-login="AlexisOlson" class="lia-mention lia-mention-user"&gt;AlexisOlson&lt;/a&gt;&amp;nbsp;Great catch! I can't believe I missed that haha.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I had to also play around with the incremental value to get it to work since its basing the value as a decimal.&amp;nbsp;&lt;BR /&gt;My code looks like this:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Change % Number Filter = 
GENERATESERIES(0, [% Calc],0.0001)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you! Accepting as solution!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 22:01:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Generateseries-with-a-percentage/m-p/1882952#M40490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T22:01:50Z</dc:date>
    </item>
  </channel>
</rss>

