<?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 Row Delta between two years (actual and previous) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2982327#M99999</link>
    <description>&lt;P&gt;Hello! I need your help.&lt;/P&gt;
&lt;P&gt;I try to explain it to you simply. I have one column with user IDs and a second column with the year that user is active, like this:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt; width: 48pt;"&gt;&lt;FONT color="#339966"&gt;IDs&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" style="width: 48pt;"&gt;&lt;FONT color="#339966"&gt;YEAR&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px" style="width: 48pt;"&gt;FLAG&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt;"&gt;&lt;FONT color="#339966"&gt;AAA&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" align="right"&gt;&lt;FONT color="#339966"&gt;2021&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px"&gt;N&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt;"&gt;&lt;FONT color="#339966"&gt;AAA&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" align="right"&gt;&lt;FONT color="#339966"&gt;2022&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px"&gt;N&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt;"&gt;&lt;FONT color="#339966"&gt;BBB&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" align="right"&gt;&lt;FONT color="#339966"&gt;2021&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px"&gt;Y&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to calculate a dynamic Flag that indicates the users who were active the year before the selected one but who are no longer active in the selected one.&lt;/P&gt;
&lt;P&gt;By selecting 2022 for example, the user AAA is flagged on N, as he was active both in 2021 and in 2022. The user BBB, on the other hand, will be flagged with Y, as he was active in 2021, the year previous to the filtered one and no longer present in the 2022.&lt;/P&gt;
&lt;P&gt;Therefore in visualization we will have a table that must be filtered by the Flag (column or measure) without the Flag field being present in the table and a visual filter on the year.&lt;BR /&gt;I emphasize that it must be dynamic, in the sense that by filtering 2022, the comparison must only be on 2021, 2020 must not be taken into consideration.&lt;/P&gt;
&lt;P&gt;I am attaching a pbix with an example dataset.&amp;nbsp;In the pbix, filtering on 2022, the only ID to appear must be 458925.&lt;/P&gt;
&lt;P&gt;Thx u,&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
    <pubDate>Wed, 21 Dec 2022 16:13:44 GMT</pubDate>
    <dc:creator>BeaBF</dc:creator>
    <dc:date>2022-12-21T16:13:44Z</dc:date>
    <item>
      <title>Row Delta between two years (actual and previous)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2982327#M99999</link>
      <description>&lt;P&gt;Hello! I need your help.&lt;/P&gt;
&lt;P&gt;I try to explain it to you simply. I have one column with user IDs and a second column with the year that user is active, like this:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt; width: 48pt;"&gt;&lt;FONT color="#339966"&gt;IDs&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" style="width: 48pt;"&gt;&lt;FONT color="#339966"&gt;YEAR&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px" style="width: 48pt;"&gt;FLAG&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt;"&gt;&lt;FONT color="#339966"&gt;AAA&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" align="right"&gt;&lt;FONT color="#339966"&gt;2021&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px"&gt;N&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt;"&gt;&lt;FONT color="#339966"&gt;AAA&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" align="right"&gt;&lt;FONT color="#339966"&gt;2022&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px"&gt;N&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="63.5833px" height="14px" style="height: 14.5pt;"&gt;&lt;FONT color="#339966"&gt;BBB&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.6979px" height="14px" align="right"&gt;&lt;FONT color="#339966"&gt;2021&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="63.7188px" height="14px"&gt;Y&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to calculate a dynamic Flag that indicates the users who were active the year before the selected one but who are no longer active in the selected one.&lt;/P&gt;
&lt;P&gt;By selecting 2022 for example, the user AAA is flagged on N, as he was active both in 2021 and in 2022. The user BBB, on the other hand, will be flagged with Y, as he was active in 2021, the year previous to the filtered one and no longer present in the 2022.&lt;/P&gt;
&lt;P&gt;Therefore in visualization we will have a table that must be filtered by the Flag (column or measure) without the Flag field being present in the table and a visual filter on the year.&lt;BR /&gt;I emphasize that it must be dynamic, in the sense that by filtering 2022, the comparison must only be on 2021, 2020 must not be taken into consideration.&lt;/P&gt;
&lt;P&gt;I am attaching a pbix with an example dataset.&amp;nbsp;In the pbix, filtering on 2022, the only ID to appear must be 458925.&lt;/P&gt;
&lt;P&gt;Thx u,&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 16:13:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2982327#M99999</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2022-12-21T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Row Delta between two years (actual and previous)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983100#M100045</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Plaese refer to my pbix file to see if it helps you.&lt;/P&gt;
&lt;P&gt;Create another table with year column. Then put the column into the slicer.&lt;/P&gt;
&lt;P&gt;Then create&amp;nbsp; measures.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = var _1=SELECTEDVALUE('Table (2)'[year])
var _1re=
IF(_1-1=SELECTEDVALUE('Table'[YEAR]),1,0)
return _1re&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 2 = var _1= IF([Measure]=1,0,1)
var _2=CALCULATE(MAX('Table'[IDs]),FILTER(ALL('Table'),'Table'[IDs]=SELECTEDVALUE('Table'[IDs])&amp;amp;&amp;amp;'Table'[YEAR]=SELECTEDVALUE('Table (2)'[year])))
return 
IF([Measure]=1&amp;amp;&amp;amp;_2=BLANK(),"Y","N")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards&lt;BR style="box-sizing: border-box;" /&gt;Community Support Team _ Polly&lt;BR style="box-sizing: border-box;" /&gt;&lt;BR style="box-sizing: border-box;" /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 02:04:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983100#M100045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-22T02:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row Delta between two years (actual and previous)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983782#M100070</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's perfect! I would have one more step, calculate the same Flag for the IDs which are present in the current year of selection (2022 for example) and which weren't there in the previous year (2021 if 2022 is selected). Could you help me with this new piece?&lt;/P&gt;
&lt;P&gt;In the pbix, filtering on 2022, only ID 459356 should be flagged to Y, as it is not present in 2021. Filtering on 2021, instead, only ID 444521 should be set to Y, as it is not present in 2020.&lt;/P&gt;
&lt;P&gt;Thank you very much,&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 09:06:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983782#M100070</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2022-12-22T09:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Row Delta between two years (actual and previous)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983810#M100072</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;I created these two measures:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure 3 = &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_1&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table (2)'[year]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_1re&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;_1&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[YEAR]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;_1re&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure 4 = &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_1&lt;/SPAN&gt;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Measure 3]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_2&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[IDs]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[IDs]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[IDs]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[YEAR]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table (2)'[year]&lt;/SPAN&gt;&lt;SPAN&gt;) - &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Measure 3]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;_2&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;"Y"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"N"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Do they look correct to you?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;BBF&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 09:22:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983810#M100072</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2022-12-22T09:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Row Delta between two years (actual and previous)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983826#M100075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please refer to my pbix file.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 3 = var _1=SELECTEDVALUE('Table (2)'[year])
var _1re=
IF(_1=SELECTEDVALUE('Table'[YEAR]),1,0)
return _1re&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 4 = var _1= IF([Measure 3]=1,0,1)
var _2=CALCULATE(MAX('Table'[IDs]),FILTER(ALL('Table'),'Table'[IDs]=SELECTEDVALUE('Table'[IDs])&amp;amp;&amp;amp;'Table'[YEAR]=SELECTEDVALUE('Table (2)'[year])))
var _1year=SELECTEDVALUE('Table (2)'[year])-1
var _1re=CALCULATE(MAX('Table'[YEAR]),FILTER(ALL('Table'),'Table'[YEAR]=_1year))
var _1jie=IF(MAX('Table'[YEAR])=_1re,_1re,BLANK())
var _111=MAXX(FILTER(ALL('Table'),'Table'[IDs]=SELECTEDVALUE('Table'[IDs])),_1jie)
return _111
//IF([Measure 3]=1&amp;amp;&amp;amp;_2=BLANK(),"Y","N")&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Measure 5 = var _1=MAXX(FILTER(ALL('Table'),'Table'[IDs]=SELECTEDVALUE('Table'[IDs])),[Measure 4])
return
IF(_1=BLANK()&amp;amp;&amp;amp;[Measure 3]=1,"Y","N")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ Polly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 09:30:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983826#M100075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-22T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Row Delta between two years (actual and previous)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983831#M100076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yours seems a little simpler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team _ Polly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 09:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Delta-between-two-years-actual-and-previous/m-p/2983831#M100076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-22T09:32:49Z</dc:date>
    </item>
  </channel>
</rss>

