<?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: calculating column from other columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2644965#M77796</link>
    <description>&lt;P&gt;what is the value column doing?&amp;nbsp; i did the visual and it shows the id count going down when in reality i know they&amp;nbsp; have actually stayed high&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 12:46:06 GMT</pubDate>
    <dc:creator>One-Dash</dc:creator>
    <dc:date>2022-07-18T12:46:06Z</dc:date>
    <item>
      <title>calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2642033#M77590</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a visual that shows amount/count&amp;nbsp; of IDs left at the end of each day that were not QCed&lt;/P&gt;&lt;P&gt;here is the sample table below.&amp;nbsp; &amp;nbsp; have this table related with Date table using the Date column&lt;/P&gt;&lt;P&gt;what i'm hoping to do is ...&lt;/P&gt;&lt;P&gt;For each day ,&amp;nbsp; i want to see how many ID's are left that are not QCed.&amp;nbsp; the&amp;nbsp; starting number&amp;nbsp; is going to be 25&amp;nbsp; since we have that many in backlog not QCed .....in other words I'm hoping to make the column show what ever is left&amp;nbsp; (25) + received - QC for every day . .&amp;nbsp; .&amp;nbsp; &amp;nbsp; any suggestion is appreciated. Thanks&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Received Date&lt;/TD&gt;&lt;TD&gt;QC Date&lt;/TD&gt;&lt;TD&gt;???&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2022&lt;/TD&gt;&lt;TD&gt;DY12345&lt;/TD&gt;&lt;TD&gt;1/1/2022&lt;/TD&gt;&lt;TD&gt;1/1/2022&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/2/2022&lt;/TD&gt;&lt;TD&gt;DY12346&lt;/TD&gt;&lt;TD&gt;1/1/2022&lt;/TD&gt;&lt;TD&gt;1/1/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/3/2022&lt;/TD&gt;&lt;TD&gt;DY12347&lt;/TD&gt;&lt;TD&gt;1/1/2022&lt;/TD&gt;&lt;TD&gt;1/2/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;DY12348&lt;/TD&gt;&lt;TD&gt;1/2/2022&lt;/TD&gt;&lt;TD&gt;1/2/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/5/2022&lt;/TD&gt;&lt;TD&gt;DY12349&lt;/TD&gt;&lt;TD&gt;1/3/2022&lt;/TD&gt;&lt;TD&gt;1/3/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/6/2022&lt;/TD&gt;&lt;TD&gt;DY12350&lt;/TD&gt;&lt;TD&gt;1/3/2022&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/7/2022&lt;/TD&gt;&lt;TD&gt;DY12351&lt;/TD&gt;&lt;TD&gt;1/3/2022&lt;/TD&gt;&lt;TD&gt;1/7/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/8/2022&lt;/TD&gt;&lt;TD&gt;DY12352&lt;/TD&gt;&lt;TD&gt;1/3/2022&lt;/TD&gt;&lt;TD&gt;1/8/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/9/2022&lt;/TD&gt;&lt;TD&gt;DY12353&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;1/9/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/10/2022&lt;/TD&gt;&lt;TD&gt;DY12354&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;1/9/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/11/2022&lt;/TD&gt;&lt;TD&gt;DY12355&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;1/10/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/12/2022&lt;/TD&gt;&lt;TD&gt;DY12356&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;1/11/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/13/2022&lt;/TD&gt;&lt;TD&gt;DY12357&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;1/12/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/14/2022&lt;/TD&gt;&lt;TD&gt;DY12358&lt;/TD&gt;&lt;TD&gt;1/4/2022&lt;/TD&gt;&lt;TD&gt;1/13/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/15/2022&lt;/TD&gt;&lt;TD&gt;DY12359&lt;/TD&gt;&lt;TD&gt;1/5/2022&lt;/TD&gt;&lt;TD&gt;1/14/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/16/2022&lt;/TD&gt;&lt;TD&gt;DY12360&lt;/TD&gt;&lt;TD&gt;1/5/2022&lt;/TD&gt;&lt;TD&gt;1/15/2022&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 15 Jul 2022 18:52:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2642033#M77590</guid>
      <dc:creator>One-Dash</dc:creator>
      <dc:date>2022-07-15T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2642100#M77596</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table22 = GENERATE(Table11,GENERATESERIES(int(Table11[Received Date]),int(Table11[QC Date])-1)) &lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 15 Jul 2022 19:30:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2642100#M77596</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2022-07-15T19:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2644965#M77796</link>
      <description>&lt;P&gt;what is the value column doing?&amp;nbsp; i did the visual and it shows the id count going down when in reality i know they&amp;nbsp; have actually stayed high&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 12:46:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2644965#M77796</guid>
      <dc:creator>One-Dash</dc:creator>
      <dc:date>2022-07-18T12:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2645952#M77841</link>
      <description>&lt;P&gt;Value is the date.&lt;/P&gt;&lt;P&gt;And your data is going down,&lt;/P&gt;&lt;P&gt;Is it because you have many line with no&amp;nbsp; QC Date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 22:50:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2645952#M77841</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2022-07-18T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2650129#M78094</link>
      <description>&lt;P&gt;yes, i have a lot of entries with no QC date , since lot of them have not been QCed.&amp;nbsp; but that's what i want to capture. .. that is&amp;nbsp; "how may count of IDs i have for each date that have not been QCed".&amp;nbsp; as each day goes by i should have lot more because i will get what ever is rolled over from the previous date.&amp;nbsp; thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 10:43:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2650129#M78094</guid>
      <dc:creator>One-Dash</dc:creator>
      <dc:date>2022-07-20T10:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2651122#M78155</link>
      <description>&lt;P&gt;add colnum:&lt;/P&gt;&lt;P&gt;new QC date =&lt;/P&gt;&lt;P&gt;if([QC date] &amp;gt;0,[QC date],&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Table22 = GENERATE(Table11,GENERATESERIES(int(Table11[Received Date]),int(Table11&lt;FONT face="arial black,avant garde"&gt;[new QC Date]&lt;/FONT&gt;)-1))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 17:37:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2651122#M78155</guid>
      <dc:creator>vapid128</dc:creator>
      <dc:date>2022-07-20T17:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: calculating column from other columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2653001#M78284</link>
      <description>&lt;P&gt;I tried that one,&amp;nbsp; the count didn't do down like the firts one,&amp;nbsp; &amp;nbsp;but the numbers are still slightly higher than what's in my Data.&amp;nbsp; the last date entry in the visual for example has 541,&amp;nbsp; but that number should have been 395.&amp;nbsp; maybe i'm missing some filters i need to apply.&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, 21 Jul 2022 11:36:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-column-from-other-columns/m-p/2653001#M78284</guid>
      <dc:creator>One-Dash</dc:creator>
      <dc:date>2022-07-21T11:36:54Z</dc:date>
    </item>
  </channel>
</rss>

