<?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 How to get previous month name on the card when I select any particular month from slicer. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/1208915#M24646</link>
    <description>&lt;P&gt;Selected Month =&amp;nbsp;&lt;SPAN&gt;SELECTEDVALUE('Date'[Date].[Month])&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;The above expression returns the current month selected by the slicer in a card as dynamic text. ex. If a user selects December it will change the text to display December.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;But I want previous month eg. when user select January it should display December.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Please help me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2020 11:00:29 GMT</pubDate>
    <dc:creator>adi_dasturkar</dc:creator>
    <dc:date>2020-07-08T11:00:29Z</dc:date>
    <item>
      <title>How to get previous month name on the card when I select any particular month from slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/1208915#M24646</link>
      <description>&lt;P&gt;Selected Month =&amp;nbsp;&lt;SPAN&gt;SELECTEDVALUE('Date'[Date].[Month])&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;The above expression returns the current month selected by the slicer in a card as dynamic text. ex. If a user selects December it will change the text to display December.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;But I want previous month eg. when user select January it should display December.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Please help me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 11:00:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/1208915#M24646</guid>
      <dc:creator>adi_dasturkar</dc:creator>
      <dc:date>2020-07-08T11:00:29Z</dc:date>
    </item>
    <item>
      <title>'Re: How to get previous month name on the card when I select any particular month from slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/1210401#M24659</link>
      <description>&lt;P&gt;It's not going to be what you're looking for exactly, but I operate on functions like below regarding formatting and editing dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FORMAT(DATE(YEAR(SELECTEDVALUE('Date'[Date])),MONTH(SELECTEDVALUE('Date'[Date]))-1,DAY(SELECTEDVALUE('Date'[Date]))),"MMMM")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I'm new here and unsure of that solution, hope it helps though.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Jacek&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Jul 2020 01:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/1210401#M24659</guid>
      <dc:creator>domagajack</dc:creator>
      <dc:date>2020-07-09T01:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get previous month name on the card when I select any particular month from slicer.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/2714687#M38028</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MonthShift = SWITCH(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE('Date'[Date].[Month]),"December","November","November","October","October","September","September","August","August","July","July","June","June","May","May","April","April","March","March","February","February","January","January","December")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sir please i solve you error, please give okay and thumps up.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 21 Aug 2022 12:40:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-previous-month-name-on-the-card-when-I-select-any/m-p/2714687#M38028</guid>
      <dc:creator>Amrselim89</dc:creator>
      <dc:date>2022-08-21T12:40:27Z</dc:date>
    </item>
  </channel>
</rss>

