<?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: Input, output and stock in PowerBI using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3757006#M146570</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="699334" data-lia-user-login="CrgJnr" class="lia-mention lia-mention-user"&gt;CrgJnr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; said, USERELATIONSHIP can specify relationships to be used in a particular calculation, such as the relationship that exists between columnName1 and columnName2.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Since you have a large amount of data, it is important to think about the performance of power bi when using it for operations such as aggregating and summarizing data, utilizing parameters and filters, and using a star schema. More recommendations and practices for working with big data can be found in the documentation: &lt;A href="https://www.alphabold.com/handling-big-data-performance-and-limits-of-power-bi/#:~:text=Implementing%20sound%20data%20modeling%20practices%20is%20fundamental%20to,to%20reduce%20memory%20usage%20and%20improve%20query%20performance." target="_blank"&gt;Handling Big Data: Performance and Limits of Power BI (alphabold.com)&lt;/A&gt;, &lt;A href="https://medium.com/@s.logeshkarthik/mastering-large-dataset-handling-in-power-bi-best-practices-2354bde58125" target="_blank"&gt;Mastering Large Dataset Handling in Power BI&lt;span class="lia-unicode-emoji" title=":bar_chart:"&gt;📊&lt;/span&gt; : Best Practices &lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; | by S Logeshkarthik | Medium&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your Current Period does not refer to this, please clarify in a follow-up reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2024 06:05:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-03-12T06:05:52Z</dc:date>
    <item>
      <title>Input, output and stock in PowerBI using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3756160#M146544</link>
      <description>&lt;P&gt;I have a dataset in which each row correspond to a ticket.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 columns: ID of ticket, INPUT_VOLUMES, INPUT_DATE for the ticket arrival date, OUTPUT_VOLUMES, OUTPUT_DATE for the ticket closure date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to calculate in PowerBI a trend of input volumes a trend of output volumes and a trend of stock volumes (difference between input and output volumes).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My difficulty is&amp;nbsp;in wanting to use a general calendar date and not the input and output dates, since there are 2 I wouldn't know how to relate them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, my data model contains about 30 millions of rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I proceed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank u!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 20:08:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3756160#M146544</guid>
      <dc:creator>CrgJnr</dc:creator>
      <dc:date>2024-03-11T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Input, output and stock in PowerBI using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3756389#M146559</link>
      <description>&lt;P&gt;The standard pattern is to link&amp;nbsp; the calendar table to the created data in an active relationship and to the closed date in an inactive relationship. Then use USERELATIONSHIP in your "closed this period"&amp;nbsp; measure and stock measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 22:43:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3756389#M146559</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-11T22:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input, output and stock in PowerBI using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3757006#M146570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="699334" data-lia-user-login="CrgJnr" class="lia-mention lia-mention-user"&gt;CrgJnr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; said, USERELATIONSHIP can specify relationships to be used in a particular calculation, such as the relationship that exists between columnName1 and columnName2.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Since you have a large amount of data, it is important to think about the performance of power bi when using it for operations such as aggregating and summarizing data, utilizing parameters and filters, and using a star schema. More recommendations and practices for working with big data can be found in the documentation: &lt;A href="https://www.alphabold.com/handling-big-data-performance-and-limits-of-power-bi/#:~:text=Implementing%20sound%20data%20modeling%20practices%20is%20fundamental%20to,to%20reduce%20memory%20usage%20and%20improve%20query%20performance." target="_blank"&gt;Handling Big Data: Performance and Limits of Power BI (alphabold.com)&lt;/A&gt;, &lt;A href="https://medium.com/@s.logeshkarthik/mastering-large-dataset-handling-in-power-bi-best-practices-2354bde58125" target="_blank"&gt;Mastering Large Dataset Handling in Power BI&lt;span class="lia-unicode-emoji" title=":bar_chart:"&gt;📊&lt;/span&gt; : Best Practices &lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; | by S Logeshkarthik | Medium&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your Current Period does not refer to this, please clarify in a follow-up reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 06:05:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Input-output-and-stock-in-PowerBI-using-DAX/m-p/3757006#M146570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-12T06:05:52Z</dc:date>
    </item>
  </channel>
</rss>

