<?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: Percentage ranges in slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378717#M61387</link>
    <description>&lt;P&gt;Hi Winniz,&lt;/P&gt;&lt;P&gt;Here is the link to my Power bi file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="P-L.pbix" href="https://we.tl/t-5GEUQf4Kgd" target="_blank" rel="noopener"&gt;https://we.tl/t-5GEUQf4Kgd&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 13:08:35 GMT</pubDate>
    <dc:creator>jnn4282</dc:creator>
    <dc:date>2022-03-07T13:08:35Z</dc:date>
    <item>
      <title>Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2362787#M60428</link>
      <description>&lt;P&gt;I am working with the project to control the cost and improve the revenue.&lt;BR /&gt;For example, Total sales for this FY were 1M, Labor was 25%, COGS was 28.5%, and so on.&lt;BR /&gt;My concern is, " I will create a slicer with the range of 0-0.5%,0.5-1%,1-1.5% up to 5%.&lt;BR /&gt;If I select a 1-1.5% value, the Labour and COGS should be 24-23.5% and 27.5-27%, respectively.&lt;/P&gt;&lt;P&gt;Would anybody guide me, please?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 09:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2362787#M60428</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-02-27T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2363675#M60472</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362618" data-lia-user-login="jnn4282" class="lia-mention lia-mention-user"&gt;jnn4282&lt;/a&gt; , You should be able to use what is slicer &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can two value from range in a measure =&lt;/P&gt;
&lt;P&gt;measure =&lt;/P&gt;
&lt;P&gt;var _min = minx(allselected(whatif), whatif[value])&lt;/P&gt;
&lt;P&gt;var _max = maxx(allselected(whatif), whatif[value])&lt;/P&gt;
&lt;P&gt;return&lt;/P&gt;
&lt;P&gt;&amp;lt;use those &amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What if&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 06:14:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2363675#M60472</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-28T06:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2363874#M60481</link>
      <description>&lt;P&gt;Dear &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you so much for your prompt response.&lt;/P&gt;&lt;P&gt;I am new to Power Bi and not able to sort out your description.&lt;BR /&gt;Creating a measure with min and max var and after the function allselected&amp;nbsp; , I dont know what next?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 07:31:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2363874#M60481</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-02-28T07:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2368731#M60711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362618" data-lia-user-login="jnn4282" class="lia-mention lia-mention-user"&gt;jnn4282&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure about your data structure, I created the following example data.&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;Then we need to create a new table for the slicer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Slicer = 
ADDCOLUMNS (
    GENERATESERIES ( 0, 4.5, 0.5 ),
    "RangeEnd", [Value] + 0.5,
    "Range",
        [Value] &amp;amp; "-" &amp;amp; [Value] + 0.5 &amp;amp; "%"
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create meatures to calculate the minimum and maximum values respectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Minrate = SUM( 'Table'[rate] ) - SELECTEDVALUE ( Slicer[RangeEnd] ) / 100&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Maxrate = SUM ( 'Table'[rate] ) - SELECTEDVALUE ( Slicer[RangeStart] ) / 100&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Winniz&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 01:39:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2368731#M60711</guid>
      <dc:creator>v-kkf-msft</dc:creator>
      <dc:date>2022-03-02T01:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2368970#M60723</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is what I am working on.&lt;BR /&gt;I created a slicer measure as per your instruction. Tabel with category and rate doesn't need to create, since I am pulling data from&amp;nbsp; P&amp;amp;L. My concern is by selecting slicer created, the profit may change. By decreasing the COGS and Labor by 0.5 % how much the impact has on Profit.&lt;BR /&gt;I hope my question is clear.&lt;BR /&gt;Thanks in advance for supporting me.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 03:43:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2368970#M60723</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-02T03:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2369608#M60756</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362618" data-lia-user-login="jnn4282" class="lia-mention lia-mention-user"&gt;jnn4282&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that COGS%, Profit, Labor% are columns in the table? If so, are these columns summed in these cards?&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;I see that Profit + COGS% + Labor% &amp;lt;&amp;gt; 100%, so how is Profit calculated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that these values are summed and Profit = 1 - COGS% - Labor% - Other%, then the following measures can be created to show the filtered results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Max_COGS% = SUM('P&amp;amp;L'[COGS%]) - SELECTEDVALUE(Slicer[RangeStart])/100 
Min_COGS% = SUM('P&amp;amp;L'[COGS%]) - SELECTEDVALUE(Slicer[RangeEnd]) / 100

Max_Labor% = SUM('P&amp;amp;L'[Labor%]) - SELECTEDVALUE(Slicer[RangeStart]) / 100
Min_Labor% = SUM('P&amp;amp;L'[Labor%]) - SELECTEDVALUE(Slicer[RangeEnd]) / 100

Max_Profit = 1 - [Min_COGS%] - [Min_Labor%] - SUM('P&amp;amp;L'[Other%])
Min_Profit = 1 - [Max_COGS%] - [Max_Labor%] - SUM('P&amp;amp;L'[Other%])&lt;/LI-CODE&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;If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Winniz&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 09:28:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2369608#M60756</guid>
      <dc:creator>v-kkf-msft</dc:creator>
      <dc:date>2022-03-02T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2370357#M60801</link>
      <description>&lt;P&gt;&lt;A title="my data" href="https://chikaranomoto02-my.sharepoint.com/:u:/g/personal/narayan_malla_chikaranomoto_com/EYHe9a2Q3rVMp7CnkfvNe_MBGkq75l1PgPucpciK3vx9Zg?e=L2TnNg" target="_self"&gt;P&amp;amp;L &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know its proper way to share the data or not. My data is as attached.&amp;nbsp;&lt;BR /&gt;I did understand your response a lot. My data structure is a bit complicated. The subject column is the main focus point. With this data, I want to show how the number changes if we reduce COGS and Labour by a certain percentage.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 14:54:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2370357#M60801</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-02T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2370388#M60803</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="283692" data-lia-user-login="v-kkf-msft" class="lia-mention lia-mention-user"&gt;v-kkf-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;By the way, thank you so much for your time and sincerity. I really appreciated your time and dedication. I am quite new to power bi.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 15:00:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2370388#M60803</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-02T15:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2376260#M61214</link>
      <description>&lt;P&gt;Did you get a chance to look at my data, which I attached as link P&amp;amp;L?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 09:49:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2376260#M61214</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-05T09:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2377112#M61297</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362618" data-lia-user-login="jnn4282" class="lia-mention lia-mention-user"&gt;jnn4282&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The link you've provided is not working, You can upload to WeTransfer for example and share the link within your reply.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2022 16:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2377112#M61297</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-06T16:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2377363#M61321</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I have sent a link below so that you can check my data.&lt;/P&gt;&lt;P&gt;&lt;A title="P&amp;amp;L data" href="https://we.tl/t-1omTtL3XkJ" target="_blank" rel="noopener"&gt;https://we.tl/t-1omTtL3XkJ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2022 23:45:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2377363#M61321</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-06T23:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378182#M61355</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362618" data-lia-user-login="jnn4282" class="lia-mention lia-mention-user"&gt;jnn4282&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still don't understand how you want to calculate the Profit value after the range change. For example, I choose 1-1.5% and then calculate the maximum and minimum values for COGS% and Labor%.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you then want to calculate the Profit value? As the formula shows, I am not sure what the TotalResult value is. If it is still 203663214, then you only need to add 2% to the original Profit. If not, what should it be?&lt;/P&gt;
&lt;P&gt;Could you please give a detailed example?&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;Best Regards,&lt;BR /&gt;Winniz&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:07:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378182#M61355</guid>
      <dc:creator>v-kkf-msft</dc:creator>
      <dc:date>2022-03-07T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378293#M61361</link>
      <description>&lt;P&gt;Thank you so much for your valuable time.&lt;BR /&gt;I want my dashboard with a card for Sales, Profit, COGS, and Labor with 0%(the original).&lt;BR /&gt;If I can control COGS and Labor by 0-0.5% or 1-1.5%&amp;nbsp; the&amp;nbsp; Profit number should increase and LABOR and COGS should decrease.&lt;/P&gt;&lt;P&gt;Hope this explanation makes clear .&lt;BR /&gt;thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:44:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378293#M61361</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-07T09:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378717#M61387</link>
      <description>&lt;P&gt;Hi Winniz,&lt;/P&gt;&lt;P&gt;Here is the link to my Power bi file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="P-L.pbix" href="https://we.tl/t-5GEUQf4Kgd" target="_blank" rel="noopener"&gt;https://we.tl/t-5GEUQf4Kgd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 13:08:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2378717#M61387</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-07T13:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2383009#M61644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362618" data-lia-user-login="jnn4282" class="lia-mention lia-mention-user"&gt;jnn4282&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we select 0.5-1%, is this the output you expect?&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;Best Regards,&lt;BR /&gt;Winniz&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 08:24:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2383009#M61644</guid>
      <dc:creator>v-kkf-msft</dc:creator>
      <dc:date>2022-03-09T08:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage ranges in slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2383048#M61646</link>
      <description>&lt;P&gt;You are my hero.&lt;/P&gt;&lt;P&gt;This is what I want. Thanks a lot and I will definitely remember you if I need more support.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 08:42:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-ranges-in-slicer/m-p/2383048#M61646</guid>
      <dc:creator>jnn4282</dc:creator>
      <dc:date>2022-03-09T08:42:17Z</dc:date>
    </item>
  </channel>
</rss>

