<?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: Fuel gauge percent to total by status in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/904051#M8391</link>
    <description>&lt;P&gt;Thank you. I don't understand the Status Lines formula but it works. Much appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jan 2020 17:36:42 GMT</pubDate>
    <dc:creator>Dave-ExpSC</dc:creator>
    <dc:date>2020-01-18T17:36:42Z</dc:date>
    <item>
      <title>Fuel gauge percent to total by status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/903618#M8360</link>
      <description>&lt;P&gt;I am relatively new to Power BI so assistance is greatly appreciated.&lt;BR /&gt;I am analyzing project management data. There are no data fields. It’s all text.&lt;BR /&gt;Analysis primarily consists of tracking progress of project activities “status”.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have the following relevant fields.&lt;BR /&gt;[Region], [Brand], [Activity], [Status] – they all sit in the ('Brand data') table&lt;BR /&gt;I have multiple Regions – with multiple Brands – many Activities – tracked by Status (Not Started, In Progress, Complete)&lt;BR /&gt;I want to create a Fuel Gauge visual that dynamically displays the “% Status” when I use the slicers of Region or Brand or Status.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I believe I need to create the following measures:&lt;BR /&gt;STATUS COUNT = “dynamically count the rows of status by slicer selection”&lt;BR /&gt;TOTAL BRAND ROWS = “count the total number of rows for the Brand based on slicer selection”&lt;BR /&gt;PERCENT STATUS = “STATUS COUNT / TOTAL BRAND ROWS”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that should provide enough information to solve the DAX formula. I’ve tried a lot of different ideas but find myself going in circles. Thanks for the help in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 16:35:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/903618#M8360</guid>
      <dc:creator>Dave-ExpSC</dc:creator>
      <dc:date>2020-01-17T16:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fuel gauge percent to total by status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/903743#M8368</link>
      <description>&lt;P&gt;Hi Dave,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is not 100% clear (at least not for me).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;so this is my current intepretation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;STATUS LINES :=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Var _Status = VALUES('Table'[Status])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS('Table'), _Status)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BRAND LINES :=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS('Table'), ALLEXCEPT('Table','Table'[Brand]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PERCENTAGE = DIVIDE([STATUS LINES] , [BRAND LINES])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;If this is&amp;nbsp; not a solution... A small set of sample data and expected outcome makes it easier to help you in solving you issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 19:30:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/903743#M8368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T19:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fuel gauge percent to total by status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/904051#M8391</link>
      <description>&lt;P&gt;Thank you. I don't understand the Status Lines formula but it works. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 17:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fuel-gauge-percent-to-total-by-status/m-p/904051#M8391</guid>
      <dc:creator>Dave-ExpSC</dc:creator>
      <dc:date>2020-01-18T17:36:42Z</dc:date>
    </item>
  </channel>
</rss>

