<?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: Show Percentage of Total area by function and project in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4031014#M159416</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="89602" data-lia-user-login="foodd" class="lia-mention lia-mention-user"&gt;foodd&lt;/a&gt;&amp;nbsp;&amp;nbsp;Here is a link to the files.&amp;nbsp;&amp;nbsp;&lt;A href="https://gbbn-my.sharepoint.com/:f:/p/mrensing/EvhGvKs2xQNPqh5PSX-ucGABChWPU_o4SxsbypQ7NjhbYw?e=3Gl67x" target="_blank"&gt;Data Files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The outcome that I am looking for is filtering to show only 'Staff Support'. The building 'Centerville' should show a value of 6.80%, 'Finneytown' should show a value of 4.55%, and 'Winslow' should show a value of 2.22%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 19:31:40 GMT</pubDate>
    <dc:creator>MichaelRensing</dc:creator>
    <dc:date>2024-07-08T19:31:40Z</dc:date>
    <item>
      <title>Show Percentage of Total area by function and project</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4031002#M159414</link>
      <description>&lt;P&gt;I am working with areas of buildings.&amp;nbsp; I currently have visual that is displaying the Percentage of a Buildings Area by Room Function. My data is a list of Room Areas, the Building the room is in and the rooms function. Current visual looks like the below image.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the below formula to calculate the area's pencentage of the whole.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Area % = Divide(CALCULATE(SUM('All Projects - Room Schedule'[Room SF])),CALCULATE(SUM('All Projects - Room Schedule'[Room SF]),ALLSELECTED('All Projects - Room Schedule'[Room Function])))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I am showing all the room functions. I would like the visual to show only 1 function.&amp;nbsp; However when I set the filter to only show one function, the Area Percentage changes too.&amp;nbsp; Showing just one function also shows the percentage to be 100%&amp;nbsp; I understand that after filtering out the other functions, the one function will always be 100% of what is shown.&amp;nbsp; I would like the calculation to still consider the other functions as the the total area, but jsut show how one function compares across buildings.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:16:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4031002#M159414</guid>
      <dc:creator>MichaelRensing</dc:creator>
      <dc:date>2024-07-08T19:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show Percentage of Total area by function and project</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4031014#M159416</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="89602" data-lia-user-login="foodd" class="lia-mention lia-mention-user"&gt;foodd&lt;/a&gt;&amp;nbsp;&amp;nbsp;Here is a link to the files.&amp;nbsp;&amp;nbsp;&lt;A href="https://gbbn-my.sharepoint.com/:f:/p/mrensing/EvhGvKs2xQNPqh5PSX-ucGABChWPU_o4SxsbypQ7NjhbYw?e=3Gl67x" target="_blank"&gt;Data Files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The outcome that I am looking for is filtering to show only 'Staff Support'. The building 'Centerville' should show a value of 6.80%, 'Finneytown' should show a value of 4.55%, and 'Winslow' should show a value of 2.22%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:31:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4031014#M159416</guid>
      <dc:creator>MichaelRensing</dc:creator>
      <dc:date>2024-07-08T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show Percentage of Total area by function and project</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4038564#M160105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471733" data-lia-user-login="MichaelRensing" class="lia-mention lia-mention-user"&gt;MichaelRensing&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can update the formula of measure [Area %] as below to get it, please find the details in the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Area % =
VAR _part =
    CALCULATE (
        SUM ( 'All Projects - Room Schedule'[Room SF] ),
        FILTER (
            'All Projects - Room Schedule',
            'All Projects - Room Schedule'[Room Function] = "STAFF SUPPORT"
        )
    )
VAR _all =
    CALCULATE (
        SUM ( 'All Projects - Room Schedule'[Room SF] ),
        ALLSELECTED ( 'All Projects - Room Schedule'[Room Function] )
    )
RETURN
    DIVIDE ( _part, _all )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 05:28:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Percentage-of-Total-area-by-function-and-project/m-p/4038564#M160105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-12T05:28:54Z</dc:date>
    </item>
  </channel>
</rss>

