<?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: Disable Total for a text column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disable-Total-for-a-text-column/m-p/3338885#M125284</link>
    <description>&lt;P&gt;Closing this thread as I found a solution that works for my case. Changing HASONEVALUE to HASONEFILTER did the trick.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;measure new =&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;IF ( HASONEFILTER ( Table[Columnonrow] ), MAX ( Table[TextColumn] ) )&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://p3adaptive.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/" target="_self"&gt;https://p3adaptive.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2023 14:51:21 GMT</pubDate>
    <dc:creator>datajunkie_29</dc:creator>
    <dc:date>2023-07-19T14:51:21Z</dc:date>
    <item>
      <title>Disable Total for a text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disable-Total-for-a-text-column/m-p/3337667#M125193</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to hide the total of a text column that is u&lt;SPAN&gt;sing aggregation like first or last value&lt;/SPAN&gt;&amp;nbsp;it is showing the text in the Total row. I have disable/hide the text from the Total. Can we achive this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visualization used: Table&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I tried implementing steps from this forum but they're not satisfying my requirement.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Disable-total-of-text-column-in-Grand-Total/td-p/1182648" target="_blank"&gt;Solved: Disable total of text column in Grand Total. - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried implementing this measure, however it does the job partially. But if the text column has two values the row-level results returns a blank.&lt;/P&gt;&lt;PRE&gt;Text Measure = 
IF ( HASONEVALUE ( Table[Columnonrow] ), MAX ( Table[TextColumn] ) )&lt;/PRE&gt;&lt;P&gt;Also as the text values are too lengthy so the field formatting does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 03:35:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disable-Total-for-a-text-column/m-p/3337667#M125193</guid>
      <dc:creator>datajunkie_29</dc:creator>
      <dc:date>2023-07-19T03:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Total for a text column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disable-Total-for-a-text-column/m-p/3338885#M125284</link>
      <description>&lt;P&gt;Closing this thread as I found a solution that works for my case. Changing HASONEVALUE to HASONEFILTER did the trick.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;measure new =&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;IF ( HASONEFILTER ( Table[Columnonrow] ), MAX ( Table[TextColumn] ) )&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://p3adaptive.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/" target="_self"&gt;https://p3adaptive.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 14:51:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disable-Total-for-a-text-column/m-p/3338885#M125284</guid>
      <dc:creator>datajunkie_29</dc:creator>
      <dc:date>2023-07-19T14:51:21Z</dc:date>
    </item>
  </channel>
</rss>

