<?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: Distinct Count of Total Averages in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805602#M148800</link>
    <description>&lt;P&gt;I probably can't describe it better than on the "PowerPivot" sheet in my xlsx file.&lt;BR /&gt;There is a functional calculation using the pivot table and standard Excel functions.&lt;/P&gt;&lt;P&gt;&lt;A title="Distinct Temp_R1" href="https://drive.google.com/drive/folders/1JZS3CjR_2qqWsltJlGVDdD2znYFdO1Vv?usp=sharing" target="_blank" rel="noopener"&gt;Distinct Temp_R1.xlsx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 17:54:59 GMT</pubDate>
    <dc:creator>Jozef13</dc:creator>
    <dc:date>2024-04-02T17:54:59Z</dc:date>
    <item>
      <title>Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3794602#M148286</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;I have a spreadsheet with temperature records from several loggers.&lt;BR /&gt;I need to find out how many loggers have an average temperature above a certain value (temperature rounded down without decimals).&lt;BR /&gt;I can calculate this using a combination of a pivot table and Excel formulas, but I can't create a calculated field or measure in the pivot table (PowerPivot) that would do this automatically and of course dynamically based on the filters and slicers used, as you can see in the attached file.&lt;/P&gt;&lt;P&gt;&lt;A title="Distinct Temp" href="https://docs.google.com/spreadsheets/d/1B2KWNiq7WSx0L3N3WFka-VJI_QZa3yeQ/edit?usp=sharing&amp;amp;ouid=101470245613781434466&amp;amp;rtpof=true&amp;amp;sd=true" target="_self"&gt;Distinct Temp.xlsx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 15:27:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3794602#M148286</guid>
      <dc:creator>Jozef13</dc:creator>
      <dc:date>2024-03-27T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3795305#M148329</link>
      <description>&lt;P&gt;What is your "certain value" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 00:06:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3795305#M148329</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-28T00:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3796130#M148371</link>
      <description>&lt;P&gt;The certain value or values is a list with the average temperatures of all loggers rounded down without decimals (integers) in my file labeled as "BaseTemp".&lt;BR /&gt;I need to find out how many loggers have an average temperature above 20°C (20&amp;lt;=AVGTemp&amp;lt;21), than 21°C (21&amp;lt;=AVGTemp&amp;lt;22), etc.&lt;BR /&gt;Currently I have a pivot table of average temperatures + a helper column of rounded down values, and a table that counts the occurrences of each temperature in the helpere column.&lt;BR /&gt;And I want to automate all this and have it in one resulting pivot table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 09:18:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3796130#M148371</guid>
      <dc:creator>Jozef13</dc:creator>
      <dc:date>2024-03-28T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3796865#M148387</link>
      <description>&lt;P&gt;Please provide sample data &lt;STRONG&gt;that fully covers your issue&lt;/STRONG&gt;.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 12:37:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3796865#M148387</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-28T12:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3797066#M148395</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I apologise for my description. I probably expressed myself inaccurately.&lt;/P&gt;&lt;P&gt;Sample data is in linked file "Distinct Temp.xlsx" Sheet name: Data&lt;/P&gt;&lt;P&gt;The expected result is on the "PowerPivot" sheet, where is my actual procedure with the helper column and the resulting FinalTable.&lt;BR /&gt;My goal is to create a Pivot table with the same results as in the FinalTable, which will be dynamically recalculated according to the applied filters (slicers).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Distinct Temp" href="https://drive.google.com/drive/folders/1JZS3CjR_2qqWsltJlGVDdD2znYFdO1Vv?usp=sharing" target="_blank" rel="noopener"&gt;Distinct Temp.xlsx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: a comma is used as the decimal separator in the spreadsheet.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 13:32:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3797066#M148395</guid>
      <dc:creator>Jozef13</dc:creator>
      <dc:date>2024-03-28T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3797264#M148405</link>
      <description>&lt;P&gt;Power BI does not have a concept of dynamic buckets.&amp;nbsp; You need to bring your own.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3797264#M148405</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-28T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3804852#M148773</link>
      <description>&lt;P&gt;Your table shows the number of records in the [Sensor No] column that match the list of unique temperatures from the [Temperature (int)] column.&lt;BR /&gt;If I change Number of Sensors to Number of Sensors (Distinct), I get the number of sensors with the corresponding temperature, but from the [Temperature (int)] column, where the values are already rounded down.&lt;BR /&gt;What I need are the total average temperatures of the individual sensors from the [Temperature (°C)] column, which are then rounded down without decimals, and only from these values I determine the number of sensors (distinct count) whose value is above the relevant temperature (list of unique temperatures in the [Temperature (int)] column&lt;/P&gt;&lt;P&gt;Is it possible to do this using DAX?&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 11:45:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3804852#M148773</guid>
      <dc:creator>Jozef13</dc:creator>
      <dc:date>2024-04-02T11:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805429#M148792</link>
      <description>&lt;P&gt;if a sensor is above 17 then it is also above 13, no?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:07:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805429#M148792</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-02T16:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805529#M148796</link>
      <description>&lt;P&gt;Yes, you're right.&lt;BR /&gt;But I expect a number of temperature values between integers (i, i+1).&lt;BR /&gt;I.e. average temperature above 20°C but less than 21°C (20&amp;lt;=AVGTemp&amp;lt;21),&lt;/P&gt;&lt;P&gt;above 21°C but less than 22°C (21&amp;lt;=AVGTemp&amp;lt;22), etc.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 17:03:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805529#M148796</guid>
      <dc:creator>Jozef13</dc:creator>
      <dc:date>2024-04-02T17:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805574#M148798</link>
      <description>&lt;P&gt;That's then back to your buckets. Not really sure what you are asking for.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 17:33:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805574#M148798</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-02T17:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count of Total Averages</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805602#M148800</link>
      <description>&lt;P&gt;I probably can't describe it better than on the "PowerPivot" sheet in my xlsx file.&lt;BR /&gt;There is a functional calculation using the pivot table and standard Excel functions.&lt;/P&gt;&lt;P&gt;&lt;A title="Distinct Temp_R1" href="https://drive.google.com/drive/folders/1JZS3CjR_2qqWsltJlGVDdD2znYFdO1Vv?usp=sharing" target="_blank" rel="noopener"&gt;Distinct Temp_R1.xlsx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 17:54:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Distinct-Count-of-Total-Averages/m-p/3805602#M148800</guid>
      <dc:creator>Jozef13</dc:creator>
      <dc:date>2024-04-02T17:54:59Z</dc:date>
    </item>
  </channel>
</rss>

