<?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: expanded table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4399129#M174673</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Based on the information, the countrows(Regions) function counts the number of rows in the Regions table. Because CALCULATE adjusts the filter context using the Sales table, only those Regions that are linked to the current set of rows in Sales are considered.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Using the DAX formula.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can view the following documents to learn more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/calculate-function-dax" target="_blank" rel="noopener"&gt;CALCULATE function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/countrows-function-dax" target="_blank" rel="noopener"&gt;COUNTROWS function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 09:15:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-14T09:15:51Z</dc:date>
    <item>
      <title>expanded table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4397480#M174596</link>
      <description>&lt;P&gt;Calculate ( countrows( Regions), Sales)) . Here Regions is part of the expanded table of Sales. Can someone explain how the table "Sales" as calculate argument is used to evaluate the expression. The Regions[Regions] column part of the expanded "sales" table.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 04:51:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4397480#M174596</guid>
      <dc:creator>Cyriackpazhe</dc:creator>
      <dc:date>2025-02-06T04:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: expanded table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4397563#M174598</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="916274" data-lia-user-login="Cyriackpazhe" class="lia-mention lia-mention-user"&gt;Cyriackpazhe&lt;/a&gt;&amp;nbsp;in Power BI &lt;STRONG&gt;with Star schema model&lt;/STRONG&gt;, Sales table is fact table and &lt;EM&gt;via relationships&lt;/EM&gt; other tables are expaned table of Sales, some of details on &lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/star-schema" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 06:18:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4397563#M174598</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2025-02-06T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: expanded table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4399129#M174673</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Based on the information, the countrows(Regions) function counts the number of rows in the Regions table. Because CALCULATE adjusts the filter context using the Sales table, only those Regions that are linked to the current set of rows in Sales are considered.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Using the DAX formula.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can view the following documents to learn more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/calculate-function-dax" target="_blank" rel="noopener"&gt;CALCULATE function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/countrows-function-dax" target="_blank" rel="noopener"&gt;COUNTROWS function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 09:15:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/expanded-table/m-p/4399129#M174673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-14T09:15:51Z</dc:date>
    </item>
  </channel>
</rss>

