<?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: Power Bi Measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3303596#M123317</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello, many thanks for the answer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;As an example, I have the scrap quantities 68 kg, 202 kg, 40 kg and 22 kg for May 1st, 2023.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;These result from different production lines.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;This includes a total production volume of 4,000 kg, for example.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I would now like to display the added sum of one day's rejects of the total production volume (since the data was recorded).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Once again many thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 04:59:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-27T04:59:43Z</dc:date>
    <item>
      <title>Power Bi Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3302351#M123236</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello, my name is Bennet and I could really use some help from the community.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have production data in kilograms, as well as associated scrap data also in kilograms.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I can easily display this in a bar chart and then select the individual day with a different visual.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Now to the problem:&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I would now like to display the percentage of rejects in my total production quantity (since the start of recording) per day.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;As a previous solution, I have the following measure: AverageRejectTotal = CALCULATE(AVERAGE(Production[Rejects]), ALL(Production));&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;My table is called "Production" here.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;However, it now calculates an average value for the individual values for rejects per day.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;However, I would like to have the share of the sum of rejects in the total production volume.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Does anyone have a solution here?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I thank you once again for any help.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Kind regards Bennet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 12:31:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3302351#M123236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-26T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3302405#M123241</link>
      <description>&lt;P&gt;Hi Bennet - much easier if you attach some sample data redacted in what ever way you choose and maybe a snapshot of the visual you have.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 13:00:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3302405#M123241</guid>
      <dc:creator>Casperserven1</dc:creator>
      <dc:date>2023-06-26T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3303596#M123317</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello, many thanks for the answer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;As an example, I have the scrap quantities 68 kg, 202 kg, 40 kg and 22 kg for May 1st, 2023.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;These result from different production lines.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;This includes a total production volume of 4,000 kg, for example.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I would now like to display the added sum of one day's rejects of the total production volume (since the data was recorded).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Once again many thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 04:59:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Power-Bi-Measures/m-p/3303596#M123317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-27T04:59:43Z</dc:date>
    </item>
  </channel>
</rss>

