<?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: Help Needed - Troubleshooting Blank Column Values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702587#M143997</link>
    <description>&lt;P&gt;Sorry for any confusion. If you see the attached visual, you will notice that 2014 for the current and previous year table shows the same value. The image is from the PIBX that you shared. I just switched it to table format. I am not able to show the previous and current with different values. They are showing up as same.&amp;nbsp;&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;What I want is the middle table but it should represnt valued for previous quarter in that column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to the file:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1wwZJ7fpfImknqBdfDb0Yh0zQPUUnz6Kx/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1wwZJ7fpfImknqBdfDb0Yh0zQPUUnz6Kx/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 22:58:40 GMT</pubDate>
    <dc:creator>PowerBi2bPro</dc:creator>
    <dc:date>2024-02-15T22:58:40Z</dc:date>
    <item>
      <title>Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3691993#M143486</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using this Function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Prv_Qtr_Assets =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;'Income Statement $'&lt;/SPAN&gt;&lt;SPAN&gt;[Average Assets]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DATEADD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Income$MasterDate'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&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;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My goal was to create a previous quarter value for Assets.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Ther are values in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Income Statement $'[&lt;STRONG&gt;Average Assets&lt;/STRONG&gt;] Columns. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;It contains values for each quarter (e.g. 31 Dec 2023, 30 Sep 2023 and so on)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I created MasterDate Table for sequential date.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have created relationship between Master Date table and Income Statement Table&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Using the&amp;nbsp;&lt;SPAN&gt;Prv_Qtr_Assets =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;'Income Statement $'&lt;/SPAN&gt;&lt;SPAN&gt;[Average Assets]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DATEADD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Income$MasterDate'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&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;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;)) - &lt;STRONG&gt;I am getting BLANK column instead of previous quarter value from the Average Assets column.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you for helping&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Feb 2024 23:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3691993#M143486</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-09T23:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3692468#M143522</link>
      <description>&lt;P&gt;Your approach seems reasonable. The error may be elsewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 21:47:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3692468#M143522</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-10T21:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3699650#M143886</link>
      <description>&lt;P&gt;Okay so here is the Date Column&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Year &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Sunday, December 31, 2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Saturday, September 30, 2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, June 30, 2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, March 31, 2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Saturday, December 31, 2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, September 30, 2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, June 30, 2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, March 31, 2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, December 31, 2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, September 30, 2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wednesday, June 30, 2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wednesday, March 31, 2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, December 31, 2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wednesday, September 30, 2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tuesday, June 30, 2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tuesday, March 31, 2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tuesday, December 31, 2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monday, September 30, 2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sunday, June 30, 2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sunday, March 31, 2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monday, December 31, 2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sunday, September 30, 2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Saturday, June 30, 2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Saturday, March 31, 2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sunday, December 31, 2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Saturday, September 30, 2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, June 30, 2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, March 31, 2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Saturday, December 31, 2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Friday, September 30, 2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, June 30, 2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, March 31, 2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thursday, December 31, 2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wednesday, September 30, 2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tuesday, June 30, 2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tuesday, March 31, 2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wednesday, December 31, 2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tuesday, September 30, 2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monday, June 30, 2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monday, March 31, 2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Assets Values are&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Total Assets &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;27408122&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;26509769&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;25332322&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;26271688&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22286667&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;25040832&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20040832&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;26939596&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;24435452&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22357669&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;21180529&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23543250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;24505919&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;26548231&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22130804&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22136679&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20949843&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20785811&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19597814&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18325954&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;21515747&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20020337&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20148203&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20624152&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19088009&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22220718&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18857304&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;16690154&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17796706&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18882873&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18850505&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19996543&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;16654922&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14467134&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11169202&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;13336748&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14405544&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15503513&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15066288&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14033294&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. I looked at how to upload the data link, and tried to follow the insert table option. Not sure if it is working. Let me know if you have any questions. Thanks again for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 14 Feb 2024 20:20:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3699650#M143886</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-14T20:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3699776#M143890</link>
      <description>&lt;P&gt;Your formula seems to be fine (minus the unnecessary auto date/time - you forgot to mark the Dates table as such)&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;</description>
      <pubDate>Wed, 14 Feb 2024 22:11:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3699776#M143890</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-14T22:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701575#M143963</link>
      <description>&lt;P&gt;Thank you, I will try again. I am wondering how to attach a PIBX file the way you did. I probably am silly asking this. I don't see an attachment icon or option in the reply window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanksa gain for your help. I will get back to you as it sure not working on my end for my PIBX file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:43:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701575#M143963</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-15T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701698#M143967</link>
      <description>&lt;P&gt;Thank you again for sharing the PIBX file. It was useful. I tried to open it and play with it to see what I get for Prv qtr and current qtr in the matrix view. Following is the outcome I got.&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;Above is what I am getting when putting them in to matrix. This seems still odd as the same number is displayed for both dates. Prv and Current Qtr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following was the setting that I used for the above matrix.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know that I am making some fundamental error, or why am I not getting different results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701698#M143967</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-15T15:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701730#M143968</link>
      <description>&lt;P&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:34:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701730#M143968</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-15T15:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701944#M143977</link>
      <description>&lt;P&gt;Thank you again. Here is a quick visual (done in PAINT) on what I am trying to get for an outcome. Not sure how to do it in Power BI.&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;Two Columns.&lt;/P&gt;&lt;P&gt;One for Current Year Asset Value and One for Previous Quarter Value&lt;/P&gt;&lt;P&gt;They should align in a way that at any given quarter I should be able to see both values side by side of what is current and waht was previous qtr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My intention is to than substract current from previous to find the DELTA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we plot the graph, it automatically adds SUM and double counts the already aggregated raw data values. as the current quarter values are aggrgated qtr over qtr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps adding some more context. Thank you for your time and help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 16:51:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3701944#M143977</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-15T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702558#M143995</link>
      <description>&lt;LI-CODE lang="markup"&gt;One for Current Year Asset Value and One for Previous Quarter Value&lt;/LI-CODE&gt;
&lt;P&gt;Did you mean "Current Quarter"&amp;nbsp; rather than "Current Year" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My included PBIX has the "previous quarter"&amp;nbsp; measure - is that not sufficient?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 22:40:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702558#M143995</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-15T22:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702587#M143997</link>
      <description>&lt;P&gt;Sorry for any confusion. If you see the attached visual, you will notice that 2014 for the current and previous year table shows the same value. The image is from the PIBX that you shared. I just switched it to table format. I am not able to show the previous and current with different values. They are showing up as same.&amp;nbsp;&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;What I want is the middle table but it should represnt valued for previous quarter in that column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to the file:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1wwZJ7fpfImknqBdfDb0Yh0zQPUUnz6Kx/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1wwZJ7fpfImknqBdfDb0Yh0zQPUUnz6Kx/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 22:58:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702587#M143997</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-15T22:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702594#M143998</link>
      <description>&lt;P&gt;You are taking the date from the wrong table.&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;</description>
      <pubDate>Thu, 15 Feb 2024 23:04:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702594#M143998</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-15T23:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702623#M143999</link>
      <description>&lt;P&gt;Thank you that was very helpful. I wanted to than create DELTA using these two. I tried to use Current Assets but that did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I than created a new measure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Current QTR =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;'Income Statement $'&lt;/SPAN&gt;&lt;SPAN&gt;[Average Assets]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DATEADD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Income$MasterDate'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Than use GAP as another measure to calculate DELTA.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I think this might work well. If I wanted to show Cumulative for each year only what Measure calculation would look like?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Gap =&lt;/SPAN&gt; &lt;SPAN&gt;[Current QTR]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[Prv_Qtr_Assets]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Feb 2024 23:27:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702623#M143999</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-15T23:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702683#M144002</link>
      <description>&lt;P&gt;DATEADD -0&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read about REMOVEFILTERS.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 00:31:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3702683#M144002</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-16T00:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704248#M144085</link>
      <description>&lt;P&gt;Okay so the thing is that I want the current quarter as a measure so that I can create a new measure for the gap using the prev qtr measure that you recommended.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What is the best way to achieve this?&amp;nbsp; -0 did give the current qtr value in the measure. Based on your question, it seems that there may be a better way to achieve this. If possible, please share your thoughts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 14:33:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704248#M144085</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-16T14:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704267#M144088</link>
      <description>&lt;P&gt;Yes, please read about the concept of filter context in Power BI.&amp;nbsp; For the current quarter you can (but don't need to) create a measure in the current filter context, without a need to specify additional filters.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 14:45:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704267#M144088</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-16T14:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704274#M144090</link>
      <description>&lt;P&gt;Thank you. I will read more on the filter context. If we don't use the filter to create a measure, I just could not find how to do subtraction between a measure (e.g. Prv QTR)&amp;nbsp; and column (Current QTR). Can you please show an example how I might that work?&lt;BR /&gt;&lt;BR /&gt;When I tried doing substraction without a measure for current QTR the new GAP measure didn't work. It said that you can't substract column and measure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 14:50:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704274#M144090</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-16T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704294#M144091</link>
      <description>&lt;P&gt;that's right, for the current quarter you would need to bring your own aggregation, like SUM(column).&amp;nbsp; Like a measure does, but on the fly.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:00:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704294#M144091</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-16T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704304#M144093</link>
      <description>&lt;P&gt;Thank you again. Would you recommend any courses that focuses on questions and things that I asked here? I did a few courses on LinkedIn, none seem to cover these type of specific scenarios. I also did youtube search, again could not find specific. there were lots of vidoes on Power BI DAX but nothing similar to what I am trying to do here. I am missing some fondation info. How do I learn that and where from? Thanks for your mentorship.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704304#M144093</guid>
      <dc:creator>PowerBi2bPro</dc:creator>
      <dc:date>2024-02-16T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704319#M144095</link>
      <description>&lt;P&gt;I am rather biased and may not be the right person to give you advice - my preference has always been to get as close to the source as possible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Old but still the very best:&amp;nbsp;&lt;A href="https://www.amazon.com/Definitive-Guide-DAX-intelligence-Microsoft/dp/1509306978" target="_blank" rel="noopener"&gt;https://www.amazon.com/Definitive-Guide-DAX-intelligence-Microsoft/dp/1509306978&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anything from SQLBI.com, basically.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:11:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3704319#M144095</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-16T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed - Troubleshooting Blank Column Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3765489#M146959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="653199" data-lia-user-login="PowerBi2bPro" class="lia-mention lia-mention-user"&gt;PowerBi2bPro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your continued help,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;.Is your problem solved now?&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="653199" data-lia-user-login="PowerBi2bPro" class="lia-mention lia-mention-user"&gt;PowerBi2bPro&lt;/a&gt;&amp;nbsp;&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;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 08:00:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Needed-Troubleshooting-Blank-Column-Values/m-p/3765489#M146959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-15T08:00:20Z</dc:date>
    </item>
  </channel>
</rss>

