<?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: Select Max value from slicer even with blank values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985804#M154518</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm guessing you need it as a 0 to continue with the next measure? If not you could change the 0 for any value you want to use when is blank.&lt;BR /&gt;&lt;BR /&gt;Measure= IF(ISBLANK(MAX(value)) = TRUE;&amp;nbsp; 0 ; MAX(value))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 10:26:57 GMT</pubDate>
    <dc:creator>AntonioHR_</dc:creator>
    <dc:date>2024-06-11T10:26:57Z</dc:date>
    <item>
      <title>Select Max value from slicer even with blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985488#M154514</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;following problem:&lt;BR /&gt;I have to create a dax formula, that retrieves me the max value when using a slicer.&lt;BR /&gt;The tricky part is, that when certain filters are applied to the data, the max value can be blank.&lt;BR /&gt;However, I need this value (even if it's blank) in order to continue with another calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this even possible to compute?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 09:03:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985488#M154514</guid>
      <dc:creator>technicneo</dc:creator>
      <dc:date>2024-06-11T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select Max value from slicer even with blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985804#M154518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm guessing you need it as a 0 to continue with the next measure? If not you could change the 0 for any value you want to use when is blank.&lt;BR /&gt;&lt;BR /&gt;Measure= IF(ISBLANK(MAX(value)) = TRUE;&amp;nbsp; 0 ; MAX(value))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 10:26:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985804#M154518</guid>
      <dc:creator>AntonioHR_</dc:creator>
      <dc:date>2024-06-11T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select Max value from slicer even with blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985876#M154519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365091" data-lia-user-login="AntonioHR_" class="lia-mention lia-mention-user"&gt;AntonioHR_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sadly it's a bit more complicated.&lt;/P&gt;&lt;P&gt;The return value should be the variable sliced value (however it does not contain any values), so I'm assuming, that an IF Statement isn't the propper operator in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 11:02:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-Max-value-from-slicer-even-with-blank-values/m-p/3985876#M154519</guid>
      <dc:creator>technicneo</dc:creator>
      <dc:date>2024-06-11T11:02:43Z</dc:date>
    </item>
  </channel>
</rss>

