<?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: Dax Target Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4107904#M163019</link>
    <description>&lt;P&gt;Hi&amp;nbsp;lbendlin&amp;nbsp;,thanks for the quick reply, I'll add more.&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="745634" data-lia-user-login="Kauto2007" class="lia-mention lia-mention-user"&gt;Kauto2007&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If I understand you wrong, please correct me and show the expected result in pictures.&lt;/P&gt;
&lt;P&gt;The Table data is shown below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Use the following DAX expression to create a measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = SUM('Table'[Total]) * 0.032&lt;/LI-CODE&gt;
&lt;P&gt;Final output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Wenbin Zhou&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 01:48:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-20T01:48:37Z</dc:date>
    <item>
      <title>Dax Target Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4099797#M162696</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got 3 years worth of data visaulised in a line chart for expenditure. Im wanting to create a measure for a target that shows what 3.2% of the total amount would be per month. It's based on payroll so there's multiple different categories of payroll but just want 3.2% of the total to show each month, this would then be dynamic with whatever department the the user chooses in the slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exmaple of 1 month data is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Team&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;250000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;125000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;325000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;175000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;225000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;110000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;115000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;225000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;310000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 14 Aug 2024 09:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4099797#M162696</guid>
      <dc:creator>Kauto2007</dc:creator>
      <dc:date>2024-08-14T09:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Target Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4101096#M162743</link>
      <description>&lt;P&gt;Please provide sample data &lt;STRONG&gt;that fully covers your issue, including year and month.&lt;/STRONG&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 22:37:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4101096#M162743</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-14T22:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Target Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4107904#M163019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;lbendlin&amp;nbsp;,thanks for the quick reply, I'll add more.&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="745634" data-lia-user-login="Kauto2007" class="lia-mention lia-mention-user"&gt;Kauto2007&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If I understand you wrong, please correct me and show the expected result in pictures.&lt;/P&gt;
&lt;P&gt;The Table data is shown below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Use the following DAX expression to create a measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = SUM('Table'[Total]) * 0.032&lt;/LI-CODE&gt;
&lt;P&gt;Final output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Wenbin Zhou&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 01:48:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4107904#M163019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-20T01:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Target Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4111285#M163160</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="745634" data-lia-user-login="Kauto2007" class="lia-mention lia-mention-user"&gt;Kauto2007&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;1. Import the data into PowerBi Desktop&lt;BR /&gt;2. Create Measure for Total&lt;BR /&gt;# Total = SUM('Table'[Total])&lt;BR /&gt;3. Calculate the 3.2% of the Total&lt;BR /&gt;3.2 % Of Total = [# Total]* 0.032&lt;BR /&gt;4. Add the level Slicer based on the Requirement&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your requirement is solved, please make THIS ANSWER a SOLUTION &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; and help other users find the solution quickly. Please hit the LIKE &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; button if this comment helps you.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 13:02:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Target-Measure/m-p/4111285#M163160</guid>
      <dc:creator>Ray_Minds</dc:creator>
      <dc:date>2024-08-21T13:02:06Z</dc:date>
    </item>
  </channel>
</rss>

