<?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: Measure dynamically in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2383828#M61706</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P&gt;Can you provide sample data on which to calculate the measure and the result you expect to obtain?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BF&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 15:29:46 GMT</pubDate>
    <dc:creator>BeaBF</dc:creator>
    <dc:date>2022-03-09T15:29:46Z</dc:date>
    <item>
      <title>Measure dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2383736#M61699</link>
      <description>&lt;P&gt;Good morning guys&lt;/P&gt;&lt;P&gt;I need to create a dax measure for each row of a column of a table dynamically. How to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Observation: I'm doing it like this because I need to describe the values ​​of this dimension in a line chart with the accumulated total. Without creating a measure for each row, I can't show the cumulative total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks is advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 14:35:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2383736#M61699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-09T14:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2383828#M61706</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P&gt;Can you provide sample data on which to calculate the measure and the result you expect to obtain?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BF&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 15:29:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2383828#M61706</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2022-03-09T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Measure dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2394138#M62390</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created some data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If you want to calculate the cumulative total, you can use the following dax:&lt;/P&gt;
&lt;P&gt;Create measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;accumulated total =
CALCULATE(SUM('Table'[amount]),FILTER(ALL('Table'),'Table'[date]&amp;lt;=MAX('Table'[date])))&lt;/LI-CODE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 06:30:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2394138#M62390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T06:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Measure dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2922164#M95850</link>
      <description>&lt;P&gt;and what about cummulative totals for last year?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 15:42:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-dynamically/m-p/2922164#M95850</guid>
      <dc:creator>Brinki</dc:creator>
      <dc:date>2022-11-22T15:42:40Z</dc:date>
    </item>
  </channel>
</rss>

