<?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: AVERAGEX Last three years average is adding up instead of calculating the average in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4160666#M165318</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp;this works great!&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 23:31:36 GMT</pubDate>
    <dc:creator>YesP</dc:creator>
    <dc:date>2024-09-19T23:31:36Z</dc:date>
    <item>
      <title>AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151722#M164987</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN&gt;Hi, I have the following DAX to calculate average of the three last year. I am using Averagex, but for some reason it is adding up instead of calculating the average. I do not want to dived between 3 because there are some expenses that only ocurred in one or two year. Could you help me? Thanks,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Last&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Years Average =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;__NumberofYears&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;__CurrentVisibleDate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;__DatesTable&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CalculateTable&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Datesinperiod&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;__CurrentVisibleDate&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;__NumberofYears&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;YEAR&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Month Number]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;__CurrentVisibleDate&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;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;__SumExpenses&lt;/SPAN&gt;&lt;SPAN&gt;= &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Total Cost]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;__DatesTable&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;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Total Cost]&lt;/SPAN&gt;&lt;SPAN&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;__DatesTable&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Sep 2024 04:54:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151722#M164987</guid>
      <dc:creator>YesP</dc:creator>
      <dc:date>2024-09-16T04:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151749#M164989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806687" data-lia-user-login="YesP" class="lia-mention lia-mention-user"&gt;YesP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s an adjustment to your measure that ensures the correct averaging of available years (rather than adding them up):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Last 3 Years Average =
 VAR __NumberofYears = 3
 VAR __CurrentVisibleDate = MAX ('Calendar'[Date])
 VAR __DatesTable =
    CALCULATETABLE(
        VALUES('Calendar'[Date]),
        DATESINPERIOD('Calendar'[Date], __CurrentVisibleDate, -__NumberofYears, YEAR),
        'Calendar'[Month Number] = MONTH (__CurrentVisibleDate)
    )
 VAR __TotalYearsWithExpenses = 
    COUNTROWS(
        VALUES('Calendar'[Year])
    ) -- Count the distinct years that have expenses
 VAR __SumExpenses =  
    CALCULATE(
        [Total Cost],
        __DatesTable
    )
RETURN
    DIVIDE(
        __SumExpenses,
        __TotalYearsWithExpenses, 
        0 -- Default value if no years are found
    )
&lt;/LI-CODE&gt;
&lt;P&gt;This should now correctly calculate the average by dividing the sum of expenses by the number of years where expenses occurred, rather than always dividing by 3. Let me know if this works as expected!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 05:07:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151749#M164989</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2024-09-16T05:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151810#M164991</link>
      <description>&lt;P&gt;Hi DataNinja777,&lt;/P&gt;&lt;P&gt;Thank you for your quick answer. It is still adding up for year 2022,2023, and 2024&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the result when there is expense cero in a year. It is dividing between 3&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 06:11:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151810#M164991</guid>
      <dc:creator>YesP</dc:creator>
      <dc:date>2024-09-16T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151975#M164998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806687" data-lia-user-login="YesP" class="lia-mention lia-mention-user"&gt;YesP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can alternatively use the following simplified method:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Last 3 Years Average = 
VAR __CurrentYear = MAX('Calendar'[Year]) -- Get the current year
VAR __LastThreeYears =
    FILTER(
        ALL('Calendar'),
        'Calendar'[Year] &amp;lt;= __CurrentYear &amp;amp;&amp;amp;
        'Calendar'[Year] &amp;gt; (__CurrentYear - 3) -- Filter the last 3 years including the current year
    )
VAR __TotalExpenses = 
    CALCULATE(
        SUM('Table'[Expense]), -- Sum expenses for the last 3 years
        __LastThreeYears
    )


    
RETURN
__TotalExpenses&lt;/LI-CODE&gt;
&lt;P&gt;Then identify the number of years including less than 3 years:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;YearsWithExpenses = 
    COUNTROWS(
        FILTER(
            DISTINCT(ALL('Calendar'[Year])), -- Removes any filters on Year
            'Calendar'[Year] &amp;lt;= MAX('Calendar'[Year]) &amp;amp;&amp;amp;
            'Calendar'[Year] &amp;gt; (MAX('Calendar'[Year]) - 3) -- Only count the last 3 years
        )
    )
&lt;/LI-CODE&gt;
&lt;P&gt;Then, finally, get the annualized average.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Last 3 year average (annualized) = divide( [Last 3 Years Average],[YearsWithExpenses])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output using a dummy data is as shown below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I attach an example pbix file for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 07:37:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4151975#M164998</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2024-09-16T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4152214#M165013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much for your impresive help.&lt;/P&gt;&lt;P&gt;I'm trying to create a visualization that includes a Monthly current year column and a last 3 years average column. For example if I filter by 2024 I want to see 2024-01, 2024-02, 2024-03 etc with a current month amount column of $41,719, $31,219 , $68,909 and a last 3 years average column (average of 2022-01, 2023-01, 2024-01) and if I have no expenses in 2022-01 I want my average to be calculated by only 2 years (2024-01 , 2023-01). For that I created a Dax which is on my initial post lines above.&lt;/P&gt;&lt;P&gt;In the same way if I filter by year 2023 I want to see a current year column (with 2023 expenses) and a Last 3 years average column (Avg 2023,2022) my data source start in 2022.&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;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 10:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4152214#M165013</guid>
      <dc:creator>YesP</dc:creator>
      <dc:date>2024-09-16T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4157352#M165206</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806687" data-lia-user-login="YesP" class="lia-mention lia-mention-user"&gt;YesP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can achieve the desired output by using the following measure as an example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Last 3 Years Average (monthly) = 
VAR __CurrentYear = MAX('Calendar'[Year]) -- Get the current year from the visual filter
VAR __CurrentMonth = MAX('Calendar'[Month Number]) -- Get the current month from the visual filter
VAR __LastThreeYears = 
    FILTER(
        ALL('Calendar'), -- Ignore existing filters on the Calendar table
        'Calendar'[Year] &amp;lt;= __CurrentYear &amp;amp;&amp;amp;
        'Calendar'[Year] &amp;gt; (__CurrentYear - 3) &amp;amp;&amp;amp;
        'Calendar'[Month Number] = __CurrentMonth -- Ensure we are calculating for the same month
    )
VAR __TotalExpenses = 
    CALCULATE(
        SUM('Table'[Expense]), -- Sum expenses for the same month across the last 3 years
        __LastThreeYears
    )
VAR __YearsWithExpenses = 
    COUNTROWS(
        FILTER(
            DISTINCT(ALL('Calendar'[Year])), -- Get distinct years
            'Calendar'[Year] &amp;lt;= __CurrentYear &amp;amp;&amp;amp;
            'Calendar'[Year] &amp;gt; (__CurrentYear - 3) &amp;amp;&amp;amp;
            CALCULATE(SUM('Table'[Expense])) &amp;gt; 0 -- Only count years with actual expenses
        )
    )
RETURN
DIVIDE(__TotalExpenses, __YearsWithExpenses, 0) -- Divide total expenses by the number of years with expenses
&lt;/LI-CODE&gt;
&lt;P&gt;The resulting output is displayed below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I attach an example pbix file for your reference.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 15:36:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4157352#M165206</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2024-09-18T15:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4160666#M165318</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp;this works great!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 23:31:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4160666#M165318</guid>
      <dc:creator>YesP</dc:creator>
      <dc:date>2024-09-19T23:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGEX Last three years average is adding up instead of calculating the average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4161048#M165323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp; and Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will appretiate your help with this issue. I have the following table with two columns Order Number and Lenght. I want to create a column called "Is it a Correct Order? " If a Order number starts with "T" , "C", "V" follow by 7 digits, and has a total lengh of 14, 17 ,20 characters the answer is Yes, otherwise is No.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 02:48:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGEX-Last-three-years-average-is-adding-up-instead-of/m-p/4161048#M165323</guid>
      <dc:creator>YesP</dc:creator>
      <dc:date>2024-09-20T02:48:48Z</dc:date>
    </item>
  </channel>
</rss>

