<?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: table visual rows increasing drastically after adding a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4036514#M159979</link>
    <description>&lt;P&gt;Hi,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724507" data-lia-user-login="aatish178" class="lia-mention lia-mention-user"&gt;aatish178&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Regarding the issue you raised, my solution is as follows:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;1. Below are the measure I've created for your needs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var MaxDate=MAX(Table1[Date])
Var LatestValidFrom=FILTER(ALL('Table2'),Table2[EmpNo]=MAX(Table2[EmpNo]) &amp;amp;&amp;amp; Table2[CompCode]=MAX(Table2[CompCode])
&amp;amp;&amp;amp; Table2[CompNo]=MAX(Table2[CompNo]) &amp;amp;&amp;amp; Table2[Valid From]&amp;lt;=MaxDate)
Return
CALCULATE(MAX(Table2[Valid To]),LatestValidFrom)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;2.You can perform performance checks in the following places in your desktop.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 9.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 9.0pt; color: black;" lang="zh-CN"&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 style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Here are the results of the code you provided:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Here are the measured results from the code I provided:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Here's the result of the optimization of the second metric you provided:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 2 = 
VAR To1=[Latest Valid To atest Valid To]
RETURN if(MAX(Table2[Valid To])=To1, 1 ,BLANK())&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Of course, you can also use the SUMMARIZE() function to aggregate what you need in advance, thus reducing duplicate budgets.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;3.Here is the relevant documentation:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/summarize-function-dax" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;SUMMARIZE function (DAX) - DAX | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Optimization guide for Power BI - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Please find the attached pbix relevant to the case.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 07:44:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-11T07:44:42Z</dc:date>
    <item>
      <title>table visual rows increasing drastically after adding a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4035061#M159890</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi All, I have 2 tables as shown below:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Table1:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Date&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;2024-07-07&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;2022-05-26&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;2022-05-25&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;2021-12-13&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;2021-12-12&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Table2:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;EmpNo&amp;nbsp; CompCode CompNo&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Valid From&amp;nbsp; &amp;nbsp; &amp;nbsp;Valid To&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Salary&lt;BR /&gt;257298&amp;nbsp; &amp;nbsp; &amp;nbsp; BE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10035&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2020-06-05&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2021-11-29&amp;nbsp; &amp;nbsp; &amp;nbsp; 2369&lt;BR /&gt;257298&amp;nbsp; &amp;nbsp; &amp;nbsp; BE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10035&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2021-11-30&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2021-12-12&amp;nbsp; &amp;nbsp; &amp;nbsp; 2370&lt;BR /&gt;257298&amp;nbsp; &amp;nbsp; &amp;nbsp; BE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10035&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2021-12-13&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2022-05-25&amp;nbsp; &amp;nbsp; &amp;nbsp; 2433&lt;BR /&gt;257298&amp;nbsp; &amp;nbsp; &amp;nbsp; BE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10035&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2022-05-26&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9999-12-31&amp;nbsp; &amp;nbsp; &amp;nbsp;2311&lt;BR /&gt;There is&lt;STRONG&gt; no direct&lt;/STRONG&gt; relationship between these 2 tables., and Table 2 should show only those records where &lt;STRONG&gt;Valid From &amp;lt;= Selected Date of Table 1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;On the top of that result , I wanted to calculate a latest version of data based on &lt;STRONG&gt;Max of Valid To date&lt;/STRONG&gt; for each Emp No, Comp Code and Comp No &lt;STRONG&gt;unique combination&lt;/STRONG&gt;. I have achieved this through below measures: measure1:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Latest Valid To = var MaxDate=MAX(Table1[Date])&lt;BR /&gt;Var LatestValidFrom=FILTER(ALLSELECTED('Table2'),Table2[EmpNo]=SELECTEDVALUE(Table2[EmpNo]) &amp;amp;&amp;amp; Table2[CompCode]=SELECTEDVALUE(Table2[CompCode])&lt;BR /&gt;&amp;amp;&amp;amp; Table2[CompNo]=SELECTEDVALUE(Table2[CompNo]) &amp;amp;&amp;amp; Table2[Valid From]&amp;lt;=MaxDate)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Return&lt;BR /&gt;CALCULATE(MAX(Table2[Valid To]),LatestValidFrom)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Measure2:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;&lt;STRONG&gt;Is_Latest_Version = &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;if([&lt;FONT size="2"&gt;Latest Valid To&lt;/FONT&gt;]=MAX(&lt;FONT size="2"&gt;Table2[Valid To]&lt;/FONT&gt;) ,&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;1 ,BLANK())&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;And Measure 2 I have used in filter of table visual and set it as &lt;STRONG&gt;is not blank&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;Using above logic I had &lt;STRONG&gt;got expected result&lt;/STRONG&gt;, but the moment i started adding other columns of Table 2 in table visual , it was taking &lt;STRONG&gt;lots of time&lt;/STRONG&gt; to produce result and at the end it was giving error with &lt;STRONG&gt;"Value has exceeded the available resource".&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;In order to find out the root cause of it I have added Measure 2 in table visual and there the&lt;STRONG&gt; table rows has increased drastically&lt;/STRONG&gt;, and Measure 2 was showing result as 1 for all the data, so measure2 was taking &lt;STRONG&gt;all the rows&lt;/STRONG&gt; into consideration while doing computation.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;I want Measure 2 to&lt;STRONG&gt; only consider the available(filtered) data&lt;/STRONG&gt; of table visual in the calculation instead of consdering all the data for computation.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;Can someone plz help with this&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/148838" target="_blank"&gt;@amitchandak&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/667910" target="_blank"&gt;@v-huijiey-msft&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/426215" target="_blank"&gt;@gmsamborn&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/669614" target="_blank"&gt;@v-kaiyue-msft&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/650040" target="_blank"&gt;@v-jialongy-msft&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/19851" target="_blank" rel="noopener"&gt;@Ashish_Mathur&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/219243" target="_blank" rel="noopener"&gt;@quantumudit&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/523696" target="_blank" rel="noopener"&gt;@quantumudit1&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 15:29:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4035061#M159890</guid>
      <dc:creator>aatish178</dc:creator>
      <dc:date>2024-07-10T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: table visual rows increasing drastically after adding a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4036496#M159978</link>
      <description>&lt;P&gt;I had observed , when I am adding a field from different tables having relationship as one to many with my fact table then the number of rows are increasing. How can I make a change in DAX so that it should consider only relevant value from another table instead of considering all the values&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 18:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4036496#M159978</guid>
      <dc:creator>aatish178</dc:creator>
      <dc:date>2024-07-11T18:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: table visual rows increasing drastically after adding a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4036514#M159979</link>
      <description>&lt;P&gt;Hi,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724507" data-lia-user-login="aatish178" class="lia-mention lia-mention-user"&gt;aatish178&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Regarding the issue you raised, my solution is as follows:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;1. Below are the measure I've created for your needs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var MaxDate=MAX(Table1[Date])
Var LatestValidFrom=FILTER(ALL('Table2'),Table2[EmpNo]=MAX(Table2[EmpNo]) &amp;amp;&amp;amp; Table2[CompCode]=MAX(Table2[CompCode])
&amp;amp;&amp;amp; Table2[CompNo]=MAX(Table2[CompNo]) &amp;amp;&amp;amp; Table2[Valid From]&amp;lt;=MaxDate)
Return
CALCULATE(MAX(Table2[Valid To]),LatestValidFrom)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;2.You can perform performance checks in the following places in your desktop.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 9.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 9.0pt; color: black;" lang="zh-CN"&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 style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Here are the results of the code you provided:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Here are the measured results from the code I provided:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Here's the result of the optimization of the second metric you provided:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 2 = 
VAR To1=[Latest Valid To atest Valid To]
RETURN if(MAX(Table2[Valid To])=To1, 1 ,BLANK())&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;Of course, you can also use the SUMMARIZE() function to aggregate what you need in advance, thus reducing duplicate budgets.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;3.Here is the relevant documentation:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/summarize-function-dax" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;SUMMARIZE function (DAX) - DAX | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Optimization guide for Power BI - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Please find the attached pbix relevant to the case.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="zh-CN"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 07:44:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4036514#M159979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-11T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: table visual rows increasing drastically after adding a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4037057#M160024</link>
      <description>&lt;P&gt;Hi Leory,&lt;/P&gt;&lt;P&gt;Thanks for your help, however using All function will not help, because if user selects some old dates from Valid From Slicers then Latest version will not get calculate on that selection and table will show blank result, to fix this I have used AllSelected&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 11:56:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4037057#M160024</guid>
      <dc:creator>aatish178</dc:creator>
      <dc:date>2024-07-11T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: table visual rows increasing drastically after adding a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4037798#M160064</link>
      <description>&lt;OL&gt;&lt;LI&gt;Also just to troubleshoot I have added measure2 "Is_LatestVersion" in table visual and it was showing value 1 for many records of fields from different tables. My expectation was the field should only show a result where Measure2 is 1, but the dax was first checking the whole data of a field and then it was providing a result, that's why the performance is decreased.&lt;/LI&gt;&lt;LI&gt;When I am taking about a field, it is coming from different table having one to many relationship with my fact table&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 11 Jul 2024 18:15:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/table-visual-rows-increasing-drastically-after-adding-a-measure/m-p/4037798#M160064</guid>
      <dc:creator>aatish178</dc:creator>
      <dc:date>2024-07-11T18:15:14Z</dc:date>
    </item>
  </channel>
</rss>

