<?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 need dax to bring back filled % of total requests in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-dax-to-bring-back-filled-of-total-requests/m-p/3551990#M136667</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;how do i get the filled percentage&amp;nbsp; of substantive againts total requests&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Substantive Filled = CALCULATE(COUNTROWS('Export'), 'Export'[Status] = "Substantive Filled")&lt;/P&gt;&lt;P&gt;Total Face to Face Requests = COUNTROWS('Export')&lt;/P&gt;</description>
    <pubDate>Sat, 25 Nov 2023 13:01:00 GMT</pubDate>
    <dc:creator>Dougers1</dc:creator>
    <dc:date>2023-11-25T13:01:00Z</dc:date>
    <item>
      <title>need dax to bring back filled % of total requests</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-dax-to-bring-back-filled-of-total-requests/m-p/3551990#M136667</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;how do i get the filled percentage&amp;nbsp; of substantive againts total requests&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Substantive Filled = CALCULATE(COUNTROWS('Export'), 'Export'[Status] = "Substantive Filled")&lt;/P&gt;&lt;P&gt;Total Face to Face Requests = COUNTROWS('Export')&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 13:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-dax-to-bring-back-filled-of-total-requests/m-p/3551990#M136667</guid>
      <dc:creator>Dougers1</dc:creator>
      <dc:date>2023-11-25T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: need dax to bring back filled % of total requests</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-dax-to-bring-back-filled-of-total-requests/m-p/3552016#M136668</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="635954" data-lia-user-login="Dougers1" class="lia-mention lia-mention-user"&gt;Dougers1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage of Total = 
DIVIDE ( 
 [Substantive Filled],
 [Total Face to Face Requests]
)
 &lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 25 Nov 2023 14:28:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-dax-to-bring-back-filled-of-total-requests/m-p/3552016#M136668</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-11-25T14:28:34Z</dc:date>
    </item>
  </channel>
</rss>

