<?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 Need dynamic title to not show filter selection when ALL is selected in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-dynamic-title-to-not-show-filter-selection-when-ALL-is/m-p/1148726#M17421</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dynamic dilter DAX formula that is giving me almost everything I need, however, at the moment it's showing "All" with the slicer name when all is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want, is when all is selected, not only does it not display "All" but it doesn't show the slicer name that I have put in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Selected Top 20 Products = "Top 20 Products - Category : "&amp;amp;SELECTEDVALUE(ProductCategoryCode[ProductCategory], "All")&amp;amp;" - SubCategory : "&amp;amp;SELECTEDVALUE(ProductCategoryCode[ProductSubCategory], "All")&amp;amp;" - Product : "&amp;amp;SELECTEDVALUE('Product'[ProductDescription], "All")&amp;amp;" - Week End Date : "&amp;amp;MIN(vw_DateDim[Week End Date])&amp;amp;" - "&amp;amp;MAX(vw_DateDim[Week End Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 09 Jun 2020 11:00:31 GMT</pubDate>
    <dc:creator>magnifybi</dc:creator>
    <dc:date>2020-06-09T11:00:31Z</dc:date>
    <item>
      <title>Need dynamic title to not show filter selection when ALL is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-dynamic-title-to-not-show-filter-selection-when-ALL-is/m-p/1148726#M17421</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dynamic dilter DAX formula that is giving me almost everything I need, however, at the moment it's showing "All" with the slicer name when all is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want, is when all is selected, not only does it not display "All" but it doesn't show the slicer name that I have put in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Selected Top 20 Products = "Top 20 Products - Category : "&amp;amp;SELECTEDVALUE(ProductCategoryCode[ProductCategory], "All")&amp;amp;" - SubCategory : "&amp;amp;SELECTEDVALUE(ProductCategoryCode[ProductSubCategory], "All")&amp;amp;" - Product : "&amp;amp;SELECTEDVALUE('Product'[ProductDescription], "All")&amp;amp;" - Week End Date : "&amp;amp;MIN(vw_DateDim[Week End Date])&amp;amp;" - "&amp;amp;MAX(vw_DateDim[Week End Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jun 2020 11:00:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-dynamic-title-to-not-show-filter-selection-when-ALL-is/m-p/1148726#M17421</guid>
      <dc:creator>magnifybi</dc:creator>
      <dc:date>2020-06-09T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need dynamic title to not show filter selection when ALL is selected</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-dynamic-title-to-not-show-filter-selection-when-ALL-is/m-p/1148932#M17435</link>
      <description>&lt;P&gt;Solve it myself;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Selected Top 20 Products = "Top 20 Products "&amp;amp;IF(HASONEVALUE('ProductCategoryCode'[ProductCategory])," - Category : "&amp;amp;SELECTEDVALUE(ProductCategoryCode[ProductCategory], "All"),"")&amp;amp;IF(HASONEVALUE(ProductCategoryCode[ProductSubCategory])," - SubCategory : "&amp;amp;SELECTEDVALUE(ProductCategoryCode[ProductSubCategory], "All"),"")&amp;amp;IF(HASONEVALUE('Product'[ProductDescription])," - Product : "&amp;amp;SELECTEDVALUE('Product'[ProductDescription], "All"),"")&amp;amp;" - Week End Date : "&amp;amp;FORMAT(MIN(vw_DateDim[Week End Date]),"DD-MM-YYYY")&amp;amp;" - "&amp;amp;FORMAT(MAX(vw_DateDim[Week End Date]),"DD-MM-YYYY")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jun 2020 13:48:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-dynamic-title-to-not-show-filter-selection-when-ALL-is/m-p/1148932#M17435</guid>
      <dc:creator>magnifybi</dc:creator>
      <dc:date>2020-06-09T13:48:31Z</dc:date>
    </item>
  </channel>
</rss>

