<?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: Display Current Month Range and Compare it with Previous Month Range in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5124070#M187280</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2026 04:14:53 GMT</pubDate>
    <dc:creator>v-saisrao-msft</dc:creator>
    <dc:date>2026-03-02T04:14:53Z</dc:date>
    <item>
      <title>Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5051523#M187190</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Team,&lt;/P&gt;&lt;P&gt;The below snapshot picture is the new requirement which I need to display on my dashboard.&lt;/P&gt;&lt;P&gt;Basically, I need to display the current month (say JAN 2026) and Compared with: previous month (say DEC 2025).&lt;/P&gt;&lt;P&gt;Also, pick the dates from the Calendar icon as shown in the picture.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&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;Thanks,&lt;/P&gt;&lt;P&gt;STV&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 18:00:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5051523#M187190</guid>
      <dc:creator>STV</dc:creator>
      <dc:date>2026-02-18T18:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5056045#M187192</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the best visual that i can do that match to your screenshot.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is no dashboard as your screenshot so you need to have some work around.&lt;/P&gt;
&lt;P&gt;1. create a measure for current month&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;Desc1 =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_MinCal1&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&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;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_MaxCal1&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Return&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_MinCal1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;" - "&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;_MaxCal1&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;DIV&gt;&lt;SPAN&gt;2. create a measure for selected slicer date&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;Desc2 =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_MinCal2&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar 2'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_MaxCal2&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;'Calendar 2'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Return&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Compared with: "&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;_MinCal2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;" - "&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;_MaxCal2&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;DIV&gt;&lt;SPAN&gt;3. get a rectangular shape, then under Style option, go to text then conditional formating.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;4. in text conditional formating, choose Field value under Format style, then use the measure for current month.&lt;/P&gt;
&lt;img /&gt;&lt;/DIV&gt;
&lt;DIV&gt;5. do the exact for the selected slicer date.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Hope this will help.&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Feb 2026 23:43:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5056045#M187192</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2026-02-18T23:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5063460#M187197</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490030" data-lia-user-login="Irwan" class="lia-mention lia-mention-user"&gt;Irwan&lt;/a&gt;&amp;nbsp;- Thanks a bunch for your help. It gave some idea on how to use the conditional formatting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of questions:&lt;/P&gt;&lt;P&gt;1.How are you able to display that tiny calendar icons&lt;/P&gt;&lt;P&gt;2. How did you use both Desc1 and Desc2 in one rectangle shape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the silly questions.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 14:43:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5063460#M187197</guid>
      <dc:creator>STV</dc:creator>
      <dc:date>2026-02-19T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5083563#M187200</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. that is a between date slicer but if you resize small enough, it will show a between date without the slider&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2. that are two rectangular shape, each shape for one measure. because as far as my knowledge, concatenate command in pbi can not create a new line like alt+enter in excel, so we need to create two shape and place side-by-side.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this will help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 22:36:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5083563#M187200</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2026-02-19T22:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5109378#M187219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;&amp;nbsp;should the current vs previous month range appear as a header summary like this 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 06:47:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5109378#M187219</guid>
      <dc:creator>techies</dc:creator>
      <dc:date>2026-02-21T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5110249#M187243</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490030" data-lia-user-login="Irwan" class="lia-mention lia-mention-user"&gt;Irwan&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="645372" data-lia-user-login="techies" class="lia-mention lia-mention-user"&gt;techies&lt;/a&gt;? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 03:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5110249#M187243</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-02-23T03:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5118448#M187255</link>
      <description>&lt;P&gt;Hi v-saisrao-msft,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunetly, the issue is still open. to be more specific, her is how it should look like when I click on the Calendar icon and would be able to select my own dates from the last month period. Appreciate your help.&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;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 15:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5118448#M187255</guid>
      <dc:creator>STV</dc:creator>
      <dc:date>2026-02-24T15:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5118971#M187257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490030" data-lia-user-login="Irwan" class="lia-mention lia-mention-user"&gt;Irwan&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="645372" data-lia-user-login="techies" class="lia-mention lia-mention-user"&gt;techies&lt;/a&gt;, for your insights.&lt;/P&gt;
&lt;P&gt;You can achieve this in Power BI by using a standard date slicer for custom date selection, together with a disconnected comparison table and DAX measures to calculate the previous equivalent period dynamically. I’ve set up this method to provide flexible date selection and automatic previous-period comparison, and I’ve attached the PBIX file for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 06:07:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5118971#M187257</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-02-25T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Range and Compare it with Previous Month Range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5124070#M187280</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1545939" data-lia-user-login="STV" class="lia-mention lia-mention-user"&gt;STV&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 04:14:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-Current-Month-Range-and-Compare-it-with-Previous-Month/m-p/5124070#M187280</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-02T04:14:53Z</dc:date>
    </item>
  </channel>
</rss>

