<?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: count data mismatching in Table Chart in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019056#M31163</link>
    <description>&lt;P&gt;pls. tell us, how to remove the highligted unmatching data's..&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 15:43:57 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2021-08-16T15:43:57Z</dc:date>
    <item>
      <title>count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2015482#M31108</link>
      <description>&lt;P&gt;I am getting some wrong count in the chart table. Example, i have given the below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample Test File and data Link :&amp;nbsp;&lt;A title="TEST FILE WITH DATA" href="https://1drv.ms/u/s!AiSRcgO5FUmN8USBS75RKolqBQDT?e=HBxCu6" target="_blank" rel="noopener"&gt;https://1drv.ms/u/s!AiSRcgO5FUmN8USBS75RKolqBQDT?e=HBxCu6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saivina2920_0-1628863386473.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/572731i25AC9B8ABCA39A63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saivina2920_0-1628863386473.png" alt="saivina2920_0-1628863386473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What is the problem.?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 14:08:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2015482#M31108</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-13T14:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2015557#M31110</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;This looks like a measure totals problem. Very common. See my post about it here: &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 14:38:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2015557#M31110</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-13T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2015658#M31114</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you are look at my Test pbix file, it's showing more emp_no record. also, the future date count should not come.&lt;/P&gt;&lt;P&gt;can you pls. check the file and give us th correct count please..?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 16:29:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2015658#M31114</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-13T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2018302#M31155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I updated your sample pbix file(see &lt;STRONG&gt;attachment&lt;/STRONG&gt;), please check whether that is what you want.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _selemp =
    SELECTEDVALUE ( 'EMP_TABLE'[EMP_NO] )
VAR _count =
    CALCULATE (
        DISTINCTCOUNT ( 'EMP_TABLE'[EMP_STATUS] ),
        FILTER ( ALLSELECTED ( 'EMP_TABLE' ), 'EMP_TABLE'[EMP_NO] = _selemp )
    )
VAR _selreldate =
    SELECTEDVALUE ( EMP_TABLE[EMP_RELIEVE_DATE] )
RETURN
    IF (
        _selreldate &amp;gt; [vToday]
            || _count &amp;gt; 1,
        BLANK (),
        DATEDIFF ( SELECTEDVALUE ( EMP_TABLE[EMP_RESIGN_DATE] ), TODAY (), DAY )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1629109480339.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/573697i9AB57B0CFAC40FAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1629109480339.png" alt="yingyinr_0-1629109480339.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 10:25:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2018302#M31155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-16T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2018531#M31157</link>
      <description>&lt;P&gt;Thanks for your quick reply. I modified as per my requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Output coming perfect except few points which is highlighted below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pls. find the latest test file with data in the following link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Test File with data" href="https://1drv.ms/u/s!AiSRcgO5FUmN8UiVPTOFR_R4KHIl?e=az7Elh" target="_blank" rel="noopener"&gt;https://1drv.ms/u/s!AiSRcgO5FUmN8UiVPTOFR_R4KHIl?e=az7Elh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output coming perfect except few points which is highlighted below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saivina2920_1-1629116956932.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/573749i2828B32BF618B698/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saivina2920_1-1629116956932.png" alt="saivina2920_1-1629116956932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly let me know if you need any more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 15:39:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2018531#M31157</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-16T15:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019056#M31163</link>
      <description>&lt;P&gt;pls. tell us, how to remove the highligted unmatching data's..&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 15:43:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019056#M31163</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-16T15:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019952#M31164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you pls. give us the idea to remove the unneccessary records from the list. (pls. refer the screenshot in the highlighted cell).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your spending golden time.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:19:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019952#M31164</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-17T02:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019961#M31165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have updated your sample pbix file(&lt;STRONG&gt;see attachment&lt;/STRONG&gt;), please check whether it can get the correct result.&lt;/P&gt;
&lt;P&gt;Update the formula of calculated column &lt;STRONG&gt;[DurDays]&lt;/STRONG&gt; as below&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DurDays = 
IF (
    EMP_TABLE[EMP_RESIGN_DATE] &amp;gt; [vToday]
        || CALCULATE (
            [BalCount],
            ALLEXCEPT ( 'EMP_TABLE', 'EMP_TABLE'[EMP_NO], 'EMP_TABLE'[EMP_RESIGN_DATE] )
        ) = 0,
    BLANK (),
    DATEDIFF ( EMP_TABLE[EMP_RESIGN_DATE], TODAY (), DAY )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt; you can create the below 2 &lt;STRONG&gt;measures&lt;/STRONG&gt; to get it:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _selreldate =
    SELECTEDVALUE ( EMP_TABLE[EMP_RESIGN_DATE] )
RETURN
    IF (
        _selreldate &amp;gt; [vToday]
            || [BalCount] =0,
        BLANK (),
        DATEDIFF ( _selreldate, TODAY (), DAY )
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Duration days = SUMX(GROUPBY('EMP_TABLE','EMP_TABLE'[EMP_NO],'EMP_TABLE'[EMP_RESIGN_DATE]),[Measure])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1629167057891.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/574165iD464995892F9A55C/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1629167057891.png" alt="yingyinr_0-1629167057891.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:25:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019961#M31165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-17T02:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019998#M31166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still the count is not accurate. pls. refer the below screenshot for clear reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saivina2920_0-1629168777195.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/574176iA6E9E9B191BC8B3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saivina2920_0-1629168777195.png" alt="saivina2920_0-1629168777195.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2019998#M31166</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-17T02:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020040#M31167</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Please create another measure as below to get Balcount to exclude the future dates:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TempBalCount = 
VAR _selreldate =
    SELECTEDVALUE ( EMP_TABLE[EMP_RESIGN_DATE] )
RETURN
    IF ( _selreldate &amp;gt; [vToday], 0, [XTOY] - [YTOX] )&lt;/LI-CODE&gt;
&lt;P&gt;Then update the formula of measure &lt;STRONG&gt;[BalCount]&lt;/STRONG&gt; as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;BalCount = SUMX(GROUPBY('EMP_TABLE','EMP_TABLE'[EMP_NO],'EMP_TABLE'[EMP_RESIGN_DATE]),[TempBalCount])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1629170348386.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/574194i9765021E0F1A75FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1629170348386.png" alt="yingyinr_0-1629170348386.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 03:19:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020040#M31167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-17T03:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020109#M31168</link>
      <description>&lt;P&gt;Thanks for your quick reply. Everyting is perfect except one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to display only two records and remaining want to exclude.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because, A-8 = C (c count rows only two records. that's why)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pls. refer the below screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saivina2920_0-1629173751801.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/574218i37F92A8EECCCD900/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saivina2920_0-1629173751801.png" alt="saivina2920_0-1629173751801.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 04:16:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020109#M31168</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-17T04:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020172#M31169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please update the formula of measure&lt;STRONG&gt; [&lt;FONT size="2"&gt;TempBalCount&lt;/FONT&gt;]&lt;/STRONG&gt; as below:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;TempBalCount = &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;VAR _selreldate =&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; SELECTEDVALUE ( EMP_TABLE[EMP_RESIGN_DATE] )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;RETURN&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; IF (&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; [XTOY] - [YTOX] = 0,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; BLANK (),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; IF ( _selreldate &amp;gt; [vToday], 0, [XTOY] - [YTOX] )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_2-1629177477813.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/574240iDE928ACD5080C050/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_2-1629177477813.png" alt="yingyinr_2-1629177477813.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 05:18:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020172#M31169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-17T05:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020898#M31172</link>
      <description>&lt;P&gt;awesome results.&lt;/P&gt;&lt;P&gt;In the below screenshot, when user selects "EMP_STATE" then only it should show the records in the table. otherwise no need to display records in the table.&lt;/P&gt;&lt;P&gt;How to apply this logic..?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saivina2920_0-1629193678860.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/574543iC31CF5D590C2ECDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saivina2920_0-1629193678860.png" alt="saivina2920_0-1629193678860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works, then mine is over.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 09:48:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2020898#M31172</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-17T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2022697#M31191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Please &lt;STRONG&gt;update&lt;/STRONG&gt; the formula of measure &lt;STRONG&gt;[TempBalCount]&lt;/STRONG&gt; as below and check whether it can get your expected result.... You can find &lt;STRONG&gt;the attachment&lt;/STRONG&gt; for the details.&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;TempBalCount = &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;VAR _selreldate =&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; SELECTEDVALUE ( EMP_TABLE[EMP_RESIGN_DATE] )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;RETURN&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; IF (&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; ISFILTERED ( 'EMP_TABLE'[EMP_STATE] ),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; IF (&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; [XTOY] = [YTOX],&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; BLANK (),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; IF ( _selreldate &amp;gt; [vToday], 0, [XTOY] - [YTOX] )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt; )&lt;FONT color="#FF0000"&gt;,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; BLANK ()&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt; )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1629266282395.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/575085i715D36BA0F997667/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1629266282395.png" alt="yingyinr_0-1629266282395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, it is worth noting that if you want to implement this&amp;nbsp;"dynamic" feature it is not appropriate to get the duration days by creating a calculated column &lt;EM&gt;&lt;STRONG&gt;[DurDays]&lt;/STRONG&gt;&lt;/EM&gt;. So you have to use the measure &lt;STRONG&gt;[Duration days]&lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; instead of&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;the calculated column &lt;STRONG&gt;[DurDays]&lt;/STRONG&gt;. For more information about the difference between calculated columns and measure, you can read the following blogs.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/" target="_self"&gt;&lt;EM&gt;&lt;STRONG&gt;Calculated Columns and Measures in DAX&lt;/STRONG&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://insightsoftware.com/blog/calculated-columns-vs-measures/" target="_self"&gt;&lt;STRONG&gt;Calculated Columns vs Measures&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 06:13:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2022697#M31191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-18T06:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: count data mismatching in Table Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2023938#M31209</link>
      <description>&lt;P&gt;It's Awesome and it's fantastic logic with favourable reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 15:22:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/count-data-mismatching-in-Table-Chart/m-p/2023938#M31209</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-08-18T15:22:12Z</dc:date>
    </item>
  </channel>
</rss>

