<?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: undefined in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/3389936#M44002</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/585340"&gt;@Savita_Mishra&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am bit unclear with exact output, if the expected output is below then you can follow provided steps:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamInogic_0-1692615739385.png" style="width: 897px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/958041i762E0C919F3FBD88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamInogic_0-1692615739385.png" alt="SamInogic_0-1692615739385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Create a Table with below DAX expression:&lt;/P&gt;&lt;P&gt;CalendarData = CALENDAR(DATE(2021,1,1),DATE(2025,1,1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a column “Quarter” with below DAX expression,&lt;/P&gt;&lt;P&gt;Quarter =&lt;/P&gt;&lt;P&gt;var result = SWITCH(CalendarData[Date].[QuarterNo],1,"Qtr 4",2,"Qtr 1",3,"Qtr 2",4,"Qtr 3")&lt;/P&gt;&lt;P&gt;return result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a Column “Month of Fiscal” with below DAX expression,&lt;/P&gt;&lt;P&gt;Month of Fiscal =&lt;/P&gt;&lt;P&gt;var NMonth = CalendarData[Date].[MonthNo]&lt;/P&gt;&lt;P&gt;var monthNo = IF(NMonth&amp;gt;=4 &amp;amp;&amp;amp; NMonth &amp;lt;=12, NMonth-3,NMonth+9)&lt;/P&gt;&lt;P&gt;return SWITCH(monthNo,1,"April",2,"May",3,"June",4,"July",5,"August",6,"September",7,"October",8,"November",9,"December",10,"January",11,"February",12,"March")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now use Matrix to display these columns as shown in below screenshot,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamInogic_1-1692615761890.png" style="width: 857px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/958042i344BA398118ED312/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamInogic_1-1692615761890.png" alt="SamInogic_1-1692615761890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if your requirement is different from this.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Inogic Professional Services Division&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power Platform and Microsoft Dynamics 365 CRM Development – All under one roof!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Drop an email at &lt;/SPAN&gt;&lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Services:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 11:03:06 GMT</pubDate>
    <dc:creator>SamInogic</dc:creator>
    <dc:date>2023-08-21T11:03:06Z</dc:date>
    <item>
      <title>undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/3384405#M43938</link>
      <description>&lt;UL&gt;&lt;LI&gt;Row level last 4 quarters and last 4 months side by side in power bi Matrix on dynamic&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Like&lt;/LI&gt;&lt;LI&gt;2021&lt;/LI&gt;&lt;LI&gt;Q1&lt;/LI&gt;&lt;LI&gt;Q2&lt;/LI&gt;&lt;LI&gt;Q3&lt;/LI&gt;&lt;LI&gt;Q4&lt;/LI&gt;&lt;LI&gt;2022&lt;/LI&gt;&lt;LI&gt;Q1&lt;/LI&gt;&lt;LI&gt;Q2&lt;/LI&gt;&lt;LI&gt;Q3&lt;/LI&gt;&lt;LI&gt;Q4&lt;/LI&gt;&lt;LI&gt;2023&lt;/LI&gt;&lt;LI&gt;Q1&lt;/LI&gt;&lt;LI&gt;Q2&lt;/LI&gt;&lt;LI&gt;Q3&lt;/LI&gt;&lt;LI&gt;April&lt;/LI&gt;&lt;LI&gt;May&lt;/LI&gt;&lt;LI&gt;June&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 17 Aug 2023 06:17:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/3384405#M43938</guid>
      <dc:creator>Savita_Mishra</dc:creator>
      <dc:date>2023-08-17T06:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/3389936#M44002</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/585340"&gt;@Savita_Mishra&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am bit unclear with exact output, if the expected output is below then you can follow provided steps:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamInogic_0-1692615739385.png" style="width: 897px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/958041i762E0C919F3FBD88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamInogic_0-1692615739385.png" alt="SamInogic_0-1692615739385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Create a Table with below DAX expression:&lt;/P&gt;&lt;P&gt;CalendarData = CALENDAR(DATE(2021,1,1),DATE(2025,1,1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a column “Quarter” with below DAX expression,&lt;/P&gt;&lt;P&gt;Quarter =&lt;/P&gt;&lt;P&gt;var result = SWITCH(CalendarData[Date].[QuarterNo],1,"Qtr 4",2,"Qtr 1",3,"Qtr 2",4,"Qtr 3")&lt;/P&gt;&lt;P&gt;return result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a Column “Month of Fiscal” with below DAX expression,&lt;/P&gt;&lt;P&gt;Month of Fiscal =&lt;/P&gt;&lt;P&gt;var NMonth = CalendarData[Date].[MonthNo]&lt;/P&gt;&lt;P&gt;var monthNo = IF(NMonth&amp;gt;=4 &amp;amp;&amp;amp; NMonth &amp;lt;=12, NMonth-3,NMonth+9)&lt;/P&gt;&lt;P&gt;return SWITCH(monthNo,1,"April",2,"May",3,"June",4,"July",5,"August",6,"September",7,"October",8,"November",9,"December",10,"January",11,"February",12,"March")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now use Matrix to display these columns as shown in below screenshot,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamInogic_1-1692615761890.png" style="width: 857px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/958042i344BA398118ED312/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamInogic_1-1692615761890.png" alt="SamInogic_1-1692615761890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if your requirement is different from this.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Inogic Professional Services Division&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power Platform and Microsoft Dynamics 365 CRM Development – All under one roof!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Drop an email at &lt;/SPAN&gt;&lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Services:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:03:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/3389936#M44002</guid>
      <dc:creator>SamInogic</dc:creator>
      <dc:date>2023-08-21T11:03:06Z</dc:date>
    </item>
  </channel>
</rss>

