<?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: Extra column in my matrix , why ???? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4267962#M169218</link>
    <description>&lt;P&gt;When there are no column fields in a matrix, adding measure to the value fields will add a new column, which is normal. If you are trying to filter the date range of the row, then you can put the measure in the visual object filter pane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you~&lt;/P&gt;</description>
    <pubDate>Sun, 03 Nov 2024 09:37:39 GMT</pubDate>
    <dc:creator>xifeng_L</dc:creator>
    <dc:date>2024-11-03T09:37:39Z</dc:date>
    <item>
      <title>Extra column in my matrix , why ????</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4267942#M169217</link>
      <description>&lt;P&gt;When i put a measure, to calculate last 60 days revenue, there is a new column appears in my matrix table&lt;BR /&gt;&lt;BR /&gt;Why this appears there ??&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 08:38:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4267942#M169217</guid>
      <dc:creator>GouravSingh</dc:creator>
      <dc:date>2024-11-03T08:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extra column in my matrix , why ????</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4267962#M169218</link>
      <description>&lt;P&gt;When there are no column fields in a matrix, adding measure to the value fields will add a new column, which is normal. If you are trying to filter the date range of the row, then you can put the measure in the visual object filter pane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you~&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 09:37:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4267962#M169218</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-11-03T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extra column in my matrix , why ????</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4270127#M169331</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="835367" data-lia-user-login="GouravSingh" class="lia-mention lia-mention-user"&gt;GouravSingh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think your issue is that when you add the measure [60-Days Revenue] into matrix value field, the row field will expand a blank row but shows results in [60-Days Revenue] measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, this is due to the calculate logic of your measure.&lt;/P&gt;
&lt;P&gt;I think you might use function like ALL()/REMOVEFILTERS()/ALLSELETED()/ALLEXCEPTED(). &lt;BR /&gt;This will remove the filter on date in your calculation and cause that measure return result in the row which should be blank by filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check whether the result is correct. If it is, you can remove blank in visual level filter by filter the [End of month] column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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, 05 Nov 2024 06:40:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4270127#M169331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-05T06:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extra column in my matrix , why ????</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4270969#M169381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;First of all, thanks to reply on my query.&lt;BR /&gt;&lt;BR /&gt;I didn't used any of the mentioned function,&lt;BR /&gt;&lt;BR /&gt;The original function that have been posted here&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;60-Day Revenue = 
CALCULATE(
    [Total Revenue],
    DATESINPERIOD('Calendar'[date],MAX('Calendar'[date]),-60,DAY)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know, if you required any other details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 15:54:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4270969#M169381</guid>
      <dc:creator>GouravSingh</dc:creator>
      <dc:date>2024-11-05T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extra column in my matrix , why ????</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4270979#M169384</link>
      <description>&lt;P&gt;Thanks for your explanation.&lt;BR /&gt;&lt;BR /&gt;Can you please explain again , i didn't understand??&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 16:01:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4270979#M169384</guid>
      <dc:creator>GouravSingh</dc:creator>
      <dc:date>2024-11-05T16:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extra column in my matrix , why ????</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4272205#M169450</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="835367" data-lia-user-login="GouravSingh" class="lia-mention lia-mention-user"&gt;GouravSingh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your issue is caused by your data model. If the result is correct, I think you can remove the empty row by filter.&lt;/P&gt;
&lt;P&gt;If this reply still couldn't solve your issue, you can share a easy sample file with us and show us with result you want. This will make it easier for us to find the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Wed, 06 Nov 2024 08:39:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Extra-column-in-my-matrix-why/m-p/4272205#M169450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-06T08:39:49Z</dc:date>
    </item>
  </channel>
</rss>

