<?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: Need a Dax command that will show how many devices were over/under 90% in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4793390#M183460</link>
    <description>&lt;P&gt;Thanks, but that's not exactly what I'm looking for.&amp;nbsp; &amp;nbsp;You created as simple table, then applied a DAX command (which doesn't seem to work in my table).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to show the number of devices over/under 90%, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Q2 2025&lt;/P&gt;&lt;P&gt;Boise 36th Dental&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Above 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Below 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;Caldwell Dental&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Above 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Below 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the reference data:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 14:21:17 GMT</pubDate>
    <dc:creator>roehler</dc:creator>
    <dc:date>2025-08-12T14:21:17Z</dc:date>
    <item>
      <title>Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790385#M183360</link>
      <description>&lt;P&gt;This data shows how many sterilzation devices we have, and tracks how many times the daily log was filled out.&amp;nbsp; Ideally, all devices should be over 90%, but I also want to show how many are below 90%, and I'm struggling with the DAX command to do this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the one I'm working on.&amp;nbsp; It shows something, but it's not the right number:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above90 = COUNTROWS(FILTER('Den Daily Maintenance', 'Den Daily Maintenance'[Percentage] &amp;gt;= FORMAT(.90, "0.00")))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a link to my pbix in case it's helpful to understand the context:&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/19L35iBsaLayDxqk9cMQEPw-zAzbt4H9g/view?usp=drive_link" target="_blank"&gt;https://drive.google.com/file/d/19L35iBsaLayDxqk9cMQEPw-zAzbt4H9g/view?usp=drive_link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 15:01:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790385#M183360</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-07T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790399#M183361</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277335" data-lia-user-login="roehler" class="lia-mention lia-mention-user"&gt;roehler&lt;/a&gt;&amp;nbsp;The Percentage column should NOT be text, make sure that it is a decimal number and then just compare to .9, no FORMAT. FORMAT switch it to text and you almost certainly don't want that.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 15:13:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790399#M183361</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2025-08-07T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790410#M183362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277335" data-lia-user-login="roehler" class="lia-mention lia-mention-user"&gt;roehler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Above90 = COUNTROWS(FILTER('Den Daily Maintenance', 'Den Daily Maintenance'[Percentage] &amp;gt;= 0.9))

Below90 = COUNTROWS(FILTER('Den Daily Maintenance', 'Den Daily Maintenance'[Percentage] &amp;lt; 0.9))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Aug 2025 15:17:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790410#M183362</guid>
      <dc:creator>MohamedFowzan1</dc:creator>
      <dc:date>2025-08-07T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790878#M183384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277335" data-lia-user-login="roehler" class="lia-mention lia-mention-user"&gt;roehler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have attached the pbix file for your review. The percentage values are displayed accurately for each location for Q2 2025 and Q3 2025. Devices meeting the 90% compliance threshold are clearly indicated, as are those that fall below it.&lt;/P&gt;
&lt;P&gt;Based on the matrix, my DAX measures (Devices_Above_90 and Devices_Below_90)&lt;/P&gt;
&lt;P&gt;should show: 5 devices at or above 90% and 5 devices below 90%.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FYI:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears your logic is working as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yugandhar.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 05:50:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4790878#M183384</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-08-08T05:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4793390#M183460</link>
      <description>&lt;P&gt;Thanks, but that's not exactly what I'm looking for.&amp;nbsp; &amp;nbsp;You created as simple table, then applied a DAX command (which doesn't seem to work in my table).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to show the number of devices over/under 90%, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Q2 2025&lt;/P&gt;&lt;P&gt;Boise 36th Dental&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Above 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Below 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;Caldwell Dental&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Above 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Below 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the reference data:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 14:21:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4793390#M183460</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-12T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4793391#M183461</link>
      <description>&lt;P&gt;I tried them, get an error when loading.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 14:52:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4793391#M183461</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-11T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4794573#M183496</link>
      <description>&lt;P&gt;At least answers part of my question, Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 13:46:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4794573#M183496</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-12T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4795359#M183528</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277335" data-lia-user-login="roehler" class="lia-mention lia-mention-user"&gt;roehler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;hope below result meets your expectation&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;attaching the PBIX with two calculated column that I Modified.&lt;/P&gt;
&lt;P&gt;Let me know if this solves your ask or not. If yes, accept as solution...&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 08:01:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4795359#M183528</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2025-08-13T08:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4795445#M183532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277335" data-lia-user-login="roehler" class="lia-mention lia-mention-user"&gt;roehler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I’ve set up the calculation (using sample data) so the matrix now shows the number of devices above and below 90% compliance for each location and quarter.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, in Q2 2025&lt;BR /&gt;&lt;STRONG&gt;Caldwell Dental&lt;/STRONG&gt; → Above 90% = 1, Below 90% = 3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This matches the breakdown you shared earlier. I’ve attached the PBIX file for reference feel free to review it when you have a moment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yugandhar&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 08:49:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4795445#M183532</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-08-13T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4796049#M183542</link>
      <description>&lt;P&gt;Amazing!&amp;nbsp; Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 15:27:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4796049#M183542</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-13T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4796280#M183545</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="583487" data-lia-user-login="Rupak_bi" class="lia-mention lia-mention-user"&gt;Rupak_bi&lt;/a&gt;&amp;nbsp;Would it be possible to see all devices so you saw All devices over 90% and under 90%?&amp;nbsp; I tried removing the devices field, but it doesn't seem to be correct.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 19:28:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4796280#M183545</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-13T19:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4796640#M183552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277335" data-lia-user-login="roehler" class="lia-mention lia-mention-user"&gt;roehler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am unable to understant the ask. however, if you are trying to see the name of the devices, you can drag te device name in the row. See below. If you are asking something else, plz explain. a pic of desired output will be helpfull.&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, 14 Aug 2025 06:16:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4796640#M183552</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2025-08-14T06:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4797171#M183569</link>
      <description>&lt;P&gt;I like just&amp;nbsp; summary with only the Above/Below 90% count for each quarter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Q2 2025&lt;/P&gt;&lt;P&gt;Above 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15&lt;/P&gt;&lt;P&gt;Below 90%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 13:48:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4797171#M183569</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-14T13:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4798511#M183606</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Attaching modified PBIX&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 06:50:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4798511#M183606</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2025-08-16T06:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need a Dax command that will show how many devices were over/under 90%</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4799984#M183644</link>
      <description>&lt;P&gt;You're amazing.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 15:09:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-a-Dax-command-that-will-show-how-many-devices-were-over/m-p/4799984#M183644</guid>
      <dc:creator>roehler</dc:creator>
      <dc:date>2025-08-18T15:09:50Z</dc:date>
    </item>
  </channel>
</rss>

