<?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: Circular! Circular! Dependency! in measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247718#M119715</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 13:37:00 GMT</pubDate>
    <dc:creator>eddEdwards</dc:creator>
    <dc:date>2023-05-22T13:37:00Z</dc:date>
    <item>
      <title>Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3227565#M118258</link>
      <description>&lt;P&gt;Hallo Community,My Brain is almost full trying to fugure out this dax puzzle...&lt;/P&gt;&lt;P&gt;BalEOQ = contribution+Interest Earned -FixedExp-Withdrawals -Variable Expenses&lt;BR /&gt;Interest Earned (EOQ)=((BalanceBOQ+contribution)-[FixedExpBOQ))*Rate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How posible way can I write this dax formular in order to avoid the circular dependencey?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 16:56:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3227565#M118258</guid>
      <dc:creator>eddEdwards</dc:creator>
      <dc:date>2023-05-09T16:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3229591#M118466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="550231" data-lia-user-login="eddEdwards" class="lia-mention lia-mention-user"&gt;eddEdwards&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;A circular dependency is detected whenever two objects reference each other, in such a way that Power BI cannot process the objects.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please check the two blogs below for the causes and solutions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/understanding-circular-dependencies/" target="_blank"&gt;Understanding circular dependencies in DAX - SQLBI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/avoiding-circular-dependency-errors-in-dax/" target="_blank"&gt;Avoiding circular dependency errors in DAX - SQLBI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other PREVIOUSQUARTER() returns a single column table, and generally we use IN to determine if a value is in the table, or something like this.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CALCULATE((&amp;lt;Expression&amp;gt;,ALLSELECTED('project'),PREVIOUSQUARTER('project'[Date]))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 02:03:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3229591#M118466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-11T02:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3229704#M118472</link>
      <description>&lt;P&gt;Show the code for all four measures that are used in the InterestEOQ measure.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 03:02:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3229704#M118472</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-05-11T03:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247504#M119701</link>
      <description>&lt;P&gt;Let me show you&amp;nbsp; in Excel the intire workfow so that you can understand where I am bumping to the circular Dependency&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 12:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247504#M119701</guid>
      <dc:creator>eddEdwards</dc:creator>
      <dc:date>2023-05-22T12:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247718#M119715</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 13:37:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247718#M119715</guid>
      <dc:creator>eddEdwards</dc:creator>
      <dc:date>2023-05-22T13:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247746#M119717</link>
      <description>&lt;P&gt;These are measures I have used&lt;/P&gt;&lt;P&gt;.........................&lt;/P&gt;&lt;P&gt;BalanceEOQ = [Contributions]+[Withdrawals]+[Interest]-[FixedExp]-[VariableExp]&lt;/P&gt;&lt;P&gt;Contributions = SUM('Project'[Contribution])&lt;/P&gt;&lt;P&gt;Withdrawals = SUM(Project[Withdrawal])&lt;/P&gt;&lt;P&gt;FixedExp = 10&lt;/P&gt;&lt;P&gt;VariableExp = MAX(0.02*[Contributions],0)&lt;/P&gt;&lt;P&gt;BalBOQ = MAX(&lt;BR /&gt;Var BalanceBOQ=PREVIOUSQUARTER&lt;BR /&gt;(Project[Date] )&lt;BR /&gt;RETURN&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[BalanceEOQ],&lt;BR /&gt;FILTER(ALLSELECTED(Project), 'Project'[date]= BalanceBOQ)&lt;BR /&gt;),&lt;BR /&gt;0)&lt;/P&gt;&lt;P&gt;Rate = 4*((1+0.02)^(0.25)-1)&lt;/P&gt;&lt;P&gt;For me to get interest Earned..........&lt;BR /&gt;Balance BOQ= contribution+Interest Earned(EOQ)-[FixedExpBOQ-Withdrawals(EOQ)-Variable Expenses(EOQ)&lt;BR /&gt;Interest Earned(EOQ)=((BalanceBOQ+contribution)-[FixedExpBOQ))*Rate&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;How do I Get the Interest earned to add to balance or How can I get the Excel Example to work in Power Bi?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 13:47:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3247746#M119717</guid>
      <dc:creator>eddEdwards</dc:creator>
      <dc:date>2023-05-22T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Circular! Circular! Dependency! in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3248687#M119795</link>
      <description>&lt;P&gt;you may want to reduce the problem to the minimum compound process to see if that works. Then you can add your complications back in one by one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this may be good for guidance:&amp;nbsp;&lt;A href="https://exceleratorbi.com.au/compound-growth-using-dax/" target="_blank"&gt;Compound Growth using DAX - Excelerator BI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 01:13:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Circular-Dependency-in-measure/m-p/3248687#M119795</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-05-23T01:13:17Z</dc:date>
    </item>
  </channel>
</rss>

