<?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 BLANK in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760219#M182275</link>
    <description>&lt;P&gt;Incidentally, I&amp;nbsp; have tried placing default return values of 0 for when divide by zero might be encountered. I also filtered out any zero values from the stored procedure that gathers the records for my BI report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - Doug (es335 cherry)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jul 2025 14:41:02 GMT</pubDate>
    <dc:creator>ES335Cherry</dc:creator>
    <dc:date>2025-07-11T14:41:02Z</dc:date>
    <item>
      <title>Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760214#M182274</link>
      <description>&lt;P&gt;Ultimately, I am wanting AVERAGE sum of win per month divided by average number of open tables per month&lt;/P&gt;&lt;P&gt;I have a T-SQL routine that works swimmingly where I figure the average win MTD by summing for the month, then dividing by the number of days in the month. I then divide by the average number of open tables during the month and then my visualizer slices by game type (Blackjack, Craps etc.)&lt;/P&gt;&lt;P&gt;I need to implement the previously describe login in a measure, or measures, but I am receiving a BLANK using the following manor.&lt;/P&gt;&lt;P&gt;I am wanting avage win, month-to-date, per table game.&lt;/P&gt;&lt;P&gt;I have the following …&lt;/P&gt;&lt;P&gt;MEASER: win_MTD =&lt;/P&gt;&lt;P&gt;&amp;nbsp;CALCULATE(Sum(TG_DataFrom_FLASH[win]), DATESMTD(GamingDatesList[GamingDatesList]))&lt;/P&gt;&lt;P&gt;MEASER: avgWinMTD =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; CALCULATE(DIVIDE([win_MTD], Sum(GamingDatesList[DayNum])))&lt;/P&gt;&lt;P&gt;MEASURE: WinPerUnitDay =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; CALCULATE(DIVIDE(SUM(TG_DataFrom_FLASH[win]), sum(TG_DataFrom_FLASH[TableCount])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***********************************************************************************************&lt;/P&gt;&lt;P&gt;Main MEASURE: WPUMTD =&lt;/P&gt;&lt;P&gt;VAR WinUnit_MTD = CALCULATE(Sum([WinPerUnitDay]), &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DATESMTD(TGDataFromFlashRecap[GamingDate].[Date]))&lt;/P&gt;&lt;P&gt;VAR AvgWinUnit = CALCULATE(DIVIDE(WinUnit_MTD, DATESMTD(TGDataFromFlashRecap[GamingDate].[Date])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR TableCountMTD = CALCULATE(SUM(TG_DataFrom_FLASH[TableCount]), DATESMTD(GamingDatesList[GamingDatesList]))&lt;/P&gt;&lt;P&gt;VAR avgTableCountMTD = CALCULATE(DIVIDE(TableCountMTD, sum(GamingDatesList[DayNum]),0))&lt;/P&gt;&lt;P&gt;VAR finaloutput = CALCULATE( &amp;nbsp;DIVIDE(AvgWinUnit, avgTableCountMTD))&lt;/P&gt;&lt;P&gt;RETURN finaloutput&lt;/P&gt;&lt;P&gt;******************************************************************************************************&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 14:33:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760214#M182274</guid>
      <dc:creator>ES335Cherry</dc:creator>
      <dc:date>2025-07-11T14:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760219#M182275</link>
      <description>&lt;P&gt;Incidentally, I&amp;nbsp; have tried placing default return values of 0 for when divide by zero might be encountered. I also filtered out any zero values from the stored procedure that gathers the records for my BI report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - Doug (es335 cherry)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 14:41:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760219#M182275</guid>
      <dc:creator>ES335Cherry</dc:creator>
      <dc:date>2025-07-11T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760246#M182277</link>
      <description>&lt;P&gt;Please include, in a usable format, not an image, a small set of rows for each of the tables involved in your request and show the data model in a picture, so that we can import the tables in Power BI and reproduce the data model. The subset of rows you provide, even is just a subset of the original tables, must cover your issue or question completely. Do not include sensitive information and do not include anything that is unrelated to the issue or question. Please show the expected outcome based on the sample data you provided and make sure, in case you show a Power BI visual, to clarify the columns used in the grouping sections of the visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help uploading data? &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;click here &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;click here &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 15:14:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760246#M182277</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-11T15:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760288#M182279</link>
      <description>&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1287762" target="_self"&gt;&lt;SPAN class=""&gt;FBergamaschi&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I understand the need for the requested data but the gaming commission would never sing off on posting or even providing that information privately. Obfuscating the actual numbers may scew the evalution and would not be helpful. Thanx anyway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; - 335&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 16:17:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760288#M182279</guid>
      <dc:creator>ES335Cherry</dc:creator>
      <dc:date>2025-07-11T16:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760331#M182282</link>
      <description>&lt;P&gt;No problem, point is that the DAX you wrote is not trivial and, without a model view, it is impossible to help you, we need to see the visual settings, the columns grouped and the model&lt;/P&gt;&lt;P&gt;I remain at disposal&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 18:08:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4760331#M182282</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-11T18:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4761600#M182341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277400" data-lia-user-login="ES335Cherry" class="lia-mention lia-mention-user"&gt;ES335Cherry&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for the prompt response&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1287762" data-lia-user-login="FBergamaschi" class="lia-mention lia-mention-user"&gt;FBergamaschi&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;We totally understand and appreciate the data sensitivity. If possible, even a mocked-up version with fake numbers (but same structure) would help us understand the layout and relationships.&amp;nbsp;&lt;BR /&gt;Please provide sample data that covers your issue or question &amp;nbsp;in a usable format (not as a screenshot).&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;BR /&gt;&lt;A title="https://community.fabric.microsoft.com/t5/power-bi-community-blog/how-to-provide-sample-data-in-the-power-bi-forum/ba-p/963216" href="https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noreferrer noopener"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;pallavi.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 07:19:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4761600#M182341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-07-14T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4766350#M182584</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1277400" data-lia-user-login="ES335Cherry" class="lia-mention lia-mention-user"&gt;ES335Cherry&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Could you please share the sample data for the accurate answer.P&lt;SPAN&gt;rovide sample data that covers your issue or question &amp;nbsp;in a usable format .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 06:19:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4766350#M182584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-07-17T06:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measure is returning BLANK</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4767148#M182606</link>
      <description>&lt;P&gt;FBergamaschi,&lt;/P&gt;&lt;P&gt;I am giving you credit for the resolution as it steered me in the direction of finding the problem. There were gaps in records due to data entry which caused blanks at many dates. I should have included code in my DAX to prevent missing data from causing that level of issue(s).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - Doug&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 14:35:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-is-returning-BLANK/m-p/4767148#M182606</guid>
      <dc:creator>ES335Cherry</dc:creator>
      <dc:date>2025-07-17T14:35:21Z</dc:date>
    </item>
  </channel>
</rss>

