<?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 matrix visual - do not show total for one column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1095480#M15965</link>
    <description>&lt;P&gt;I have a table visual with numerical columns and a date column and a total line.&lt;/P&gt;&lt;P&gt;The total for the date column shows the latest date which is not helpful.&lt;/P&gt;&lt;P&gt;The matrix is filtered, but does not have a slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have changed the color of the total so it's mostly invisible, but would like to not show it at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ana Maria Bisbe York presented a solution in her DAX webinar but I didn't understand it fully and it seemed too complex for my problem. (&lt;A href="https://www.youtube.com/watch?v=2Des1Id-22A" target="_blank"&gt;https://www.youtube.com/watch?v=2Des1Id-22A&lt;/A&gt;&amp;nbsp;from 19:45 min)&lt;/P&gt;&lt;P&gt;Any ideas would be welcome. I'm new to power BI and don't really have a local community to consult with.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 05:40:44 GMT</pubDate>
    <dc:creator>avitalo1</dc:creator>
    <dc:date>2020-05-19T05:40:44Z</dc:date>
    <item>
      <title>matrix visual - do not show total for one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1095480#M15965</link>
      <description>&lt;P&gt;I have a table visual with numerical columns and a date column and a total line.&lt;/P&gt;&lt;P&gt;The total for the date column shows the latest date which is not helpful.&lt;/P&gt;&lt;P&gt;The matrix is filtered, but does not have a slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have changed the color of the total so it's mostly invisible, but would like to not show it at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ana Maria Bisbe York presented a solution in her DAX webinar but I didn't understand it fully and it seemed too complex for my problem. (&lt;A href="https://www.youtube.com/watch?v=2Des1Id-22A" target="_blank"&gt;https://www.youtube.com/watch?v=2Des1Id-22A&lt;/A&gt;&amp;nbsp;from 19:45 min)&lt;/P&gt;&lt;P&gt;Any ideas would be welcome. I'm new to power BI and don't really have a local community to consult with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 05:40:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1095480#M15965</guid>
      <dc:creator>avitalo1</dc:creator>
      <dc:date>2020-05-19T05:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: matrix visual - do not show total for one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1095582#M15966</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="203813" data-lia-user-login="avitalo1" class="lia-mention lia-mention-user"&gt;avitalo1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the image below. The metric "Measure" was not calculated for Total line. How do I identify the total line? You need to understand how filter context works. On a high level each cell is calculated independently in a matrix. In the example,&lt;/P&gt;
&lt;P&gt;for the first line, the table "Table" is filtered for date 01/01/2020 and sums the sales column for the returned rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the second line, the table "Table" is filtered for date 01/05/2020 and sums the sales column for the returned rows and so on. So each row has a date filter which filters&amp;nbsp; the table "Table" based on defined relationship. But the total line does not have any date filter. When the condition fails in HASONEFILTER, it just blanks out based on the measure formula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;Read this article to better understand the concept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/row-context-and-filter-context-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/row-context-and-filter-context-in-dax/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it helps, mark it as a solution&lt;/P&gt;
&lt;P&gt;Kudos are nice too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 06:41:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1095582#M15966</guid>
      <dc:creator>VasTg</dc:creator>
      <dc:date>2020-05-19T06:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: matrix visual - do not show total for one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1096150#M15980</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182681" data-lia-user-login="VasTg" class="lia-mention lia-mention-user"&gt;VasTg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the through explination and the example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand correctly I need to replace my current Date of registrtion request column with the measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2nd Date of registration request = IF(HASONEFILTER('Rama + Adi merged'[ shem_fakulta_1-EN]]),[missing second argument] , BLANK())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;All the other columns in this matrix are based on measures and I they don't appear on the drop down for the SUM function, what DAX function can I use instead of SUM which requires columns? Or is there a way to sum all except the one date column?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Attaching a screenshot of my matrix columns - the one I don't want to total is the only date.&amp;nbsp;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 May 2020 11:13:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/matrix-visual-do-not-show-total-for-one-column/m-p/1096150#M15980</guid>
      <dc:creator>avitalo1</dc:creator>
      <dc:date>2020-05-19T11:13:49Z</dc:date>
    </item>
  </channel>
</rss>

