<?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: Infinity values in calculated column without any division with zero - How to correct? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2460978#M66614</link>
    <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That’s weird. Even with the sample data from you, I can’t repro this issue as well.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Portfolio value Table&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Stocks Table&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;No relationship between these two tables&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Calculations&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;1 Portfolio value (Measure)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Portfolio value = CALCULATE(SUM('Portfolio value'[Value]),FILTER('Portfolio value', 'Portfolio value'[Holding type] &amp;lt;&amp;gt; "Liabilities"))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2 Stock Yield (Calculated column)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Stock Yield = DIVIDE(Stocks[Market Value],[Portfolio value])*Stocks[Gross indicative div yield]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drag Stock Yield to clustered column chart, it looks like this.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please drag and drop "Portfolio value" Measure to a table visual to check whether it has correctly calculated the result? In addition, please check if this issue is caused by improper data type or filters in the report. Thanks in advance!&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&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 me know. Thanks a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Caiyun&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2022 06:59:53 GMT</pubDate>
    <dc:creator>v-cazheng-msft</dc:creator>
    <dc:date>2022-04-18T06:59:53Z</dc:date>
    <item>
      <title>Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448295#M65805</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Hi! I am trying to create a calculated column by dividing 2 values as below:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Market value of stock/portfolio value (a calculated field)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting infinity values for above even though portfolio value is a single decimal number. If I replace portfolio value with a fixed number (e.g. 1400000), the calculation works and there are no infinity values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me in getting rid of the infinity without hard coding the portfolio value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Apr 2022 04:44:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448295#M65805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T04:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448396#M65814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;you can use the DIVIDE function to remove the infinity values. You can put a default value in case of infinity such as "-" or "NA"&lt;BR /&gt;syntax would be&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Result = Divide(&lt;SPAN&gt;Market value of stock,portfolio value,"NA"&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 05:42:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448396#M65814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T05:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448398#M65815</link>
      <description>&lt;P&gt;It would be helpful if you can tell how you calculated the portfolio value. It can be the case where the measure is non-zero without any filter context but within the row context of the table, the value of the calculated measure is becoming zero.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 05:46:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448398#M65815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T05:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448402#M65816</link>
      <description>&lt;P&gt;Thank you for your response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I have already tried using Divide and it just makes all values "-" or "NA" in case I put these as alternative output.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 05:45:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448402#M65816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T05:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448406#M65817</link>
      <description>&lt;P&gt;the problem seems to be with the portfolio value calculated field because if I replace portfolio value with some other calculated field, it works. However, I have thoroughly check portfolio value for any errors or 0s and there's none.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 05:47:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448406#M65817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T05:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448410#M65818</link>
      <description>&lt;P&gt;Is the Portfolio value a calculated measure or a calculated column?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 05:52:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448410#M65818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T05:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448433#M65820</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 06:01:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448433#M65820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448439#M65821</link>
      <description>&lt;P&gt;it is a measure&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 06:03:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448439#M65821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T06:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448442#M65822</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Portfolio Value = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Asset Allocation (Static)'[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Asset Allocation (Static)'[Holding Type]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;"Liabilities"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;here, Asset Allocation (Static) is the table name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Apr 2022 06:05:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448442#M65822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T06:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448504#M65825</link>
      <description>&lt;P&gt;Try creating a calculated column with just this measure.&amp;nbsp;&lt;BR /&gt;Like &lt;BR /&gt;Test Portfolio Value = [Portfolio Value]&lt;BR /&gt;and see what results you are getting at each row&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 06:29:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448504#M65825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T06:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448526#M65830</link>
      <description>&lt;P&gt;tried this as well. It treats the portfolio value column the same way as the measure. Basically, no difference in output&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 06:39:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2448526#M65830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T06:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2456473#M66302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I know whether your issue has been resolved? If you still have problem on it, could you please provide some sample data from your tables and tell me the relationships between them so I can help you find the solution?&lt;/P&gt;
&lt;P&gt;Based on the info from you, I create some sample data to do the same calculation as you. But I don’t get the problem. So I guess it maybe something related to the data in the fields or the relationships.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;/P&gt;
&lt;P&gt;Community Support Team _ Caiyun&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 06:00:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2456473#M66302</guid>
      <dc:creator>v-cazheng-msft</dc:creator>
      <dc:date>2022-04-14T06:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2460822#M66603</link>
      <description>&lt;P&gt;Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Portfolio value table&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Holding type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cash&lt;/TD&gt;&lt;TD&gt;37234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cash&lt;/TD&gt;&lt;TD&gt;8249&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Cash&lt;/TD&gt;&lt;TD&gt;98436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fixed income&lt;/TD&gt;&lt;TD&gt;109175&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fixed income&lt;/TD&gt;&lt;TD&gt;139776&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fixed income&lt;/TD&gt;&lt;TD&gt;170377&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fixed income&lt;/TD&gt;&lt;TD&gt;200978&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Alternatives&lt;/TD&gt;&lt;TD&gt;9482&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Alternatives&lt;/TD&gt;&lt;TD&gt;262180&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Alternatives&lt;/TD&gt;&lt;TD&gt;292781&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Equity&lt;/TD&gt;&lt;TD&gt;323382&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Equity&lt;/TD&gt;&lt;TD&gt;353983&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Equity&lt;/TD&gt;&lt;TD&gt;49244&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Liabilities&lt;/TD&gt;&lt;TD&gt;58275&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Liabilities&lt;/TD&gt;&lt;TD&gt;94750&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Liabilities&lt;/TD&gt;&lt;TD&gt;131225&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Liabilities&lt;/TD&gt;&lt;TD&gt;167700&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Portfolio value (calculated field) = sum of all values, condition (holding type &amp;lt;&amp;gt; Liabilities)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Stocks Table&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Stock&amp;nbsp;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Market Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Gross indicative div yield&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISRG&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;2.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PANW&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;3.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SHOP&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;12.7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UPST&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PYPL&lt;/TD&gt;&lt;TD&gt;70&lt;/TD&gt;&lt;TD&gt;14.97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AAPL&lt;/TD&gt;&lt;TD&gt;140&lt;/TD&gt;&lt;TD&gt;18.02&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stock Yield (Calculated column) = Market value / Portfolio value * Gross indicative dividend yield&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem: Stock yield has infinity values even though there is no division by 0 (Portfolio value is a decimal number). If I manually input a fixed number, the caculation works&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 05:25:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2460822#M66603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-18T05:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2460978#M66614</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That’s weird. Even with the sample data from you, I can’t repro this issue as well.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Portfolio value Table&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Stocks Table&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;No relationship between these two tables&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Calculations&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;1 Portfolio value (Measure)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Portfolio value = CALCULATE(SUM('Portfolio value'[Value]),FILTER('Portfolio value', 'Portfolio value'[Holding type] &amp;lt;&amp;gt; "Liabilities"))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2 Stock Yield (Calculated column)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Stock Yield = DIVIDE(Stocks[Market Value],[Portfolio value])*Stocks[Gross indicative div yield]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drag Stock Yield to clustered column chart, it looks like this.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please drag and drop "Portfolio value" Measure to a table visual to check whether it has correctly calculated the result? In addition, please check if this issue is caused by improper data type or filters in the report. Thanks in advance!&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&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 me know. Thanks a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Caiyun&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 06:59:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2460978#M66614</guid>
      <dc:creator>v-cazheng-msft</dc:creator>
      <dc:date>2022-04-18T06:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Infinity values in calculated column without any division with zero - How to correct?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2476281#M67626</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I know whether your issue has been resolved? If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post helps, then please consider&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly. Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Caiyun&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 02:09:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Infinity-values-in-calculated-column-without-any-division-with/m-p/2476281#M67626</guid>
      <dc:creator>v-cazheng-msft</dc:creator>
      <dc:date>2022-04-26T02:09:19Z</dc:date>
    </item>
  </channel>
</rss>

