<?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: Measure is returning 0 or blank when being used in another measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3402880#M128521</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;, i'll work on getting a sample data set into a PBIX to uplaod&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 19:25:04 GMT</pubDate>
    <dc:creator>watson456</dc:creator>
    <dc:date>2023-08-28T19:25:04Z</dc:date>
    <item>
      <title>Measure is returning 0 or blank when being used in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3393923#M127993</link>
      <description>&lt;P&gt;Hey all, trying to get a measure to work where i'm comparing the age of an item in a developement phase (days), to the overall value for a higher level (so this is item in a team compared to the overall value from a higher level of release train.)&lt;BR /&gt;&lt;BR /&gt;The following is the calculation i'm trying&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FeatureAgeInProgressColor =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sumx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[FeatureAgeinDiscovery]&lt;/SPAN&gt;&lt;SPAN&gt;)) /&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ROUND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;PERCENTILE.INC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;[FeatureAgeinDiscovery]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;.5&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;TOPN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;[FeatureDevelopingDateAdjusted]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;All&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;RALLY_PROJECT&lt;/SPAN&gt;&lt;SPAN&gt;[4. Team]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;All&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;[FeaturePhaseCurrent]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;[FeaturePhaseCurrent]&lt;/SPAN&gt; &lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;"Feature Delivery"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Done"&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Rally_Combined_WorkItems&lt;/SPAN&gt;&lt;SPAN&gt;[FeatureAgeinDiscovery]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;The 2nd part of the calculation where i calculate the 50th percentile of the last 30 items works on it's own and i am able to display it (see the table by the red line)&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;P&gt;However when i place it in the calculation or run the 2nd part on its own and try to display it on the table, it shows as blank and in in the caculation divide by sero comes up understandably as infinity.&lt;BR /&gt;&lt;BR /&gt;The table is filtered by the slicers on the page&lt;BR /&gt;Release Train&lt;BR /&gt;Team&lt;/P&gt;&lt;P&gt;Feature Phase&lt;BR /&gt;&lt;BR /&gt;Not sure what other information would be useful here, but any help would be awesome&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2023 04:54:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3393923#M127993</guid>
      <dc:creator>watson456</dc:creator>
      <dc:date>2023-08-23T04:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning 0 or blank when being used in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3398093#M128229</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606866" data-lia-user-login="watson456" class="lia-mention lia-mention-user"&gt;watson456&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 01:13:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3398093#M128229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-25T01:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning 0 or blank when being used in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3402880#M128521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;, i'll work on getting a sample data set into a PBIX to uplaod&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 19:25:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3402880#M128521</guid>
      <dc:creator>watson456</dc:creator>
      <dc:date>2023-08-28T19:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning 0 or blank when being used in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3403819#M128604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606866" data-lia-user-login="watson456" class="lia-mention lia-mention-user"&gt;watson456&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you not have permission to upload the file to the forum, you can try to upload to network driver and share link here.&amp;nbsp; Notice: please not attach sensitive data in it.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 08:21:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3403819#M128604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-29T08:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning 0 or blank when being used in another measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3444755#M131017</link>
      <description>&lt;P&gt;I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.&lt;/P&gt;
&lt;P&gt;Your insights and updates will greatly assist others who might be encountering the same challenge.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 14:44:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-0-or-blank-when-being-used-in-another/m-p/3444755#M131017</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-09-24T14:44:10Z</dc:date>
    </item>
  </channel>
</rss>

