<?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 need help to set below formulla in power bi in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-to-set-below-formulla-in-power-bi/m-p/4032508#M159559</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issues while putting below measure in power BI, it gives me error statting that all types of columns must be from the same table..... however, i have 3 tables which need to be used and have to have 1 measure to be worked using these.... Can someone please help how this will work and not give any error........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Percent of flowCube =&lt;BR /&gt;DIVIDE(&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(&lt;/P&gt;&lt;P&gt;'Table1'[ColumnA]),&lt;BR /&gt;ALLEXCEPT(&lt;/P&gt;&lt;P&gt;'Table1',&lt;/P&gt;&lt;P&gt;'Table1'[ColumnB],&lt;/P&gt;&lt;P&gt;'Table1'[ColumnC]),&lt;/P&gt;&lt;P&gt;'Table2[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnB]&lt;BR /&gt;),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(&lt;/P&gt;&lt;P&gt;'Table1'[ColumnA]),&lt;BR /&gt;ALLEXCEPT(&lt;/P&gt;&lt;P&gt;'Table1',&lt;/P&gt;&lt;P&gt;'Table1'[ColumnC]),&lt;/P&gt;&lt;P&gt;'Table2[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnB]&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 12:16:45 GMT</pubDate>
    <dc:creator>kasai16</dc:creator>
    <dc:date>2024-07-09T12:16:45Z</dc:date>
    <item>
      <title>need help to set below formulla in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-to-set-below-formulla-in-power-bi/m-p/4032508#M159559</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issues while putting below measure in power BI, it gives me error statting that all types of columns must be from the same table..... however, i have 3 tables which need to be used and have to have 1 measure to be worked using these.... Can someone please help how this will work and not give any error........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Percent of flowCube =&lt;BR /&gt;DIVIDE(&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(&lt;/P&gt;&lt;P&gt;'Table1'[ColumnA]),&lt;BR /&gt;ALLEXCEPT(&lt;/P&gt;&lt;P&gt;'Table1',&lt;/P&gt;&lt;P&gt;'Table1'[ColumnB],&lt;/P&gt;&lt;P&gt;'Table1'[ColumnC]),&lt;/P&gt;&lt;P&gt;'Table2[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnB]&lt;BR /&gt;),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(&lt;/P&gt;&lt;P&gt;'Table1'[ColumnA]),&lt;BR /&gt;ALLEXCEPT(&lt;/P&gt;&lt;P&gt;'Table1',&lt;/P&gt;&lt;P&gt;'Table1'[ColumnC]),&lt;/P&gt;&lt;P&gt;'Table2[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnA],&lt;/P&gt;&lt;P&gt;'Table3'[ColumnB]&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 12:16:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-to-set-below-formulla-in-power-bi/m-p/4032508#M159559</guid>
      <dc:creator>kasai16</dc:creator>
      <dc:date>2024-07-09T12:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: need help to set below formulla in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-to-set-below-formulla-in-power-bi/m-p/4032531#M159563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="768915" data-lia-user-login="kasai16" class="lia-mention lia-mention-user"&gt;kasai16&lt;/a&gt;&amp;nbsp;- Can you try below measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Percent of flowCube =&lt;BR /&gt;DIVIDE(&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM('Table1'[ColumnA]),&lt;BR /&gt;ALLEXCEPT('Table1', 'Table1'[ColumnB], 'Table1'[ColumnC]),&lt;BR /&gt;ALL('Table2'[ColumnA]),&lt;BR /&gt;ALL('Table3'[ColumnA], 'Table3'[ColumnB])&lt;BR /&gt;),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM('Table1'[ColumnA]),&lt;BR /&gt;ALLEXCEPT('Table1', 'Table1'[ColumnC]),&lt;BR /&gt;ALL('Table2'[ColumnA]),&lt;BR /&gt;ALL('Table3'[ColumnA], 'Table3'[ColumnB])&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 12:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-to-set-below-formulla-in-power-bi/m-p/4032531#M159563</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2024-07-09T12:29:29Z</dc:date>
    </item>
  </channel>
</rss>

