<?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: Compute Using Table down in table edit calculation in power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520216#M135218</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="489776" data-lia-user-login="asdf1608" class="lia-mention lia-mention-user"&gt;asdf1608&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same as you want&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is column not a mesure&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = DIVIDE(Sheet1[Sales],SUMX(ALL(Sheet1),Sheet1[Sales]))&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output in measure&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = DIVIDE(
      SUM(Sheet1[Sales]),
      CALCULATE(
         SUM(Sheet1[Sales]),
         REMOVEFILTERS(Sheet1[Document Number])
      )
   )&lt;/LI-CODE&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;</description>
    <pubDate>Tue, 07 Nov 2023 15:10:57 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2023-11-07T15:10:57Z</dc:date>
    <item>
      <title>Compute Using Table down in table edit calculation in power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3519944#M135205</link>
      <description>&lt;P&gt;I am trying to do a DAX Calculation in Power BI - but it doesn't work like it does in Tableau and I can't figure out what I am doing wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Calculations I am using in Tableau Listed Below&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Table Down&amp;nbsp; =&amp;nbsp;Sum(Sales)/Total(Sum(Sales))&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;The result for the above calculation is obviously 1&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;img /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;I got the same in Power BI.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;But there is an option in Tableau called Table(down)&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;img /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;After selecting as Table(Down), the values of Tableau gets changed.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;U&gt;&lt;U&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/U&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I achieve this table down in power BI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use Calculate but still I didn't get what I need in Power BI&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgZYB19WdT31jN-EtSw?e=73pNHh" target="_blank" rel="noopener"&gt;samplea.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgZYB19WdT31jN-EtSw?e=73pNHh" target="_blank" rel="noopener"&gt;&lt;FONT color="#000000"&gt;I'm attaching the sample file here both tableau and Power BI for reference&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgZYB19WdT31jN-EtSw?e=73pNHh" target="_blank" rel="noopener"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgZYB19WdT31jN-EtSw?e=73pNHh" target="_blank" rel="noopener"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;In Tableau the table(down) Computes down the length of the table and restarts after every partition.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgZYB19WdT31jN-EtSw?e=73pNHh" target="_blank" rel="noopener"&gt;&lt;FONT color="#000000"&gt;For example, in the following table, the calculation is computed down rows (MONTH(Order Date)) for every column (YEAR(Order Date)).&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;A href="https://1drv.ms/u/s!Akz4acqb40UcgZYB19WdT31jN-EtSw?e=73pNHh" target="_blank" rel="noopener"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/A&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;&lt;FONT color="#000000"&gt;Help in this is needed.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;Thanks in advance&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Nov 2023 13:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3519944#M135205</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-11-07T13:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compute Using Table down in table edit calculation in power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520044#M135209</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="489776" data-lia-user-login="asdf1608" class="lia-mention lia-mention-user"&gt;asdf1608&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = DIVIDE(Sheet1[Sales],SUMX(ALL(Sheet1),Sheet1[Sales]))&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 13:45:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520044#M135209</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-11-07T13:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compute Using Table down in table edit calculation in power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520151#M135216</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;Yes I have tried that. it just gives me answer as "1"&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 was to calculate table down for that column which provides this answer&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is the expected result I need in power BI&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 14:35:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520151#M135216</guid>
      <dc:creator>asdf1608</dc:creator>
      <dc:date>2023-11-07T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compute Using Table down in table edit calculation in power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520216#M135218</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="489776" data-lia-user-login="asdf1608" class="lia-mention lia-mention-user"&gt;asdf1608&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same as you want&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is column not a mesure&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column = DIVIDE(Sheet1[Sales],SUMX(ALL(Sheet1),Sheet1[Sales]))&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output in measure&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = DIVIDE(
      SUM(Sheet1[Sales]),
      CALCULATE(
         SUM(Sheet1[Sales]),
         REMOVEFILTERS(Sheet1[Document Number])
      )
   )&lt;/LI-CODE&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;</description>
      <pubDate>Tue, 07 Nov 2023 15:10:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Compute-Using-Table-down-in-table-edit-calculation-in-power-BI/m-p/3520216#M135218</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-11-07T15:10:57Z</dc:date>
    </item>
  </channel>
</rss>

