<?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: equal measure, different counts in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913321#M41381</link>
    <description>&lt;P&gt;You are going to have to provide more info. If that is the&amp;nbsp;&lt;EM&gt;same&amp;nbsp;&lt;/EM&gt;measure then it could be you have interactions between visuals turned off, or you have a filter set on one visual and not the other.&lt;BR /&gt;&lt;BR /&gt;But you cannot just paste the formula to a measure, circle 2 things, and expect us to adequately troubleshoot.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How to get good help fast. Help us help you.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://www.sqlbi.com/blog/alberto/2021/01/22/on-how-to-ask-a-technical-question-if-you-really-want-an-answer/" rel="noopener" target="_blank"&gt;How To Ask A Technical Question If you Really Want An Answer&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" rel="noopener" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt; - Give us a good and concise explanation&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" rel="noopener" target="_blank"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt; - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 23:30:08 GMT</pubDate>
    <dc:creator>edhans</dc:creator>
    <dc:date>2021-06-21T23:30:08Z</dc:date>
    <item>
      <title>equal measure, different counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913166#M41377</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR vMin = MIN( fServicerating[DATAPREVISAO]) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR vMax = MAX( fServicerating[DATAPREVISAO]) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS( fServicerating ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fServicerating,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fServicerating[DATAPREVISAO] &amp;gt;= vMin &amp;amp;&amp;amp; fServicerating[DATAPREVISAO]&amp;lt;= vMax&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 20:36:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913166#M41377</guid>
      <dc:creator>SLima</dc:creator>
      <dc:date>2021-06-21T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: equal measure, different counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913321#M41381</link>
      <description>&lt;P&gt;You are going to have to provide more info. If that is the&amp;nbsp;&lt;EM&gt;same&amp;nbsp;&lt;/EM&gt;measure then it could be you have interactions between visuals turned off, or you have a filter set on one visual and not the other.&lt;BR /&gt;&lt;BR /&gt;But you cannot just paste the formula to a measure, circle 2 things, and expect us to adequately troubleshoot.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How to get good help fast. Help us help you.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://www.sqlbi.com/blog/alberto/2021/01/22/on-how-to-ask-a-technical-question-if-you-really-want-an-answer/" rel="noopener" target="_blank"&gt;How To Ask A Technical Question If you Really Want An Answer&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" rel="noopener" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt; - Give us a good and concise explanation&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" rel="noopener" target="_blank"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt; - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 23:30:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913321#M41381</guid>
      <dc:creator>edhans</dc:creator>
      <dc:date>2021-06-21T23:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: equal measure, different counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913336#M41382</link>
      <description>&lt;P&gt;Sorry!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 23:57:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/equal-measure-different-counts/m-p/1913336#M41382</guid>
      <dc:creator>SLima</dc:creator>
      <dc:date>2021-06-21T23:57:39Z</dc:date>
    </item>
  </channel>
</rss>

