<?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: Dynamic Tiles based on selection slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2149548#M49503</link>
    <description>&lt;P&gt;I am new to BI and i do not understand how the formula works on the question i post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 05:18:25 GMT</pubDate>
    <dc:creator>CoronaAustralis</dc:creator>
    <dc:date>2021-10-22T05:18:25Z</dc:date>
    <item>
      <title>Dynamic Tiles based on selection slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2145399#M49365</link>
      <description>&lt;P&gt;Hi all experts,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would need to create a dynamic title.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The slicer selection has A, B, C, D.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If all selected, the title is all.&lt;/P&gt;&lt;P&gt;If A,B,D, selected, the title is Group 1&lt;/P&gt;&lt;P&gt;Otherwise, the title based on selection. If A, is selected, the title is A. If B is selected, the title is B. If A &amp;amp; C, selected, the title is A&amp;amp;C and etc...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to write this condition in the dax format?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 10:39:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2145399#M49365</guid>
      <dc:creator>CoronaAustralis</dc:creator>
      <dc:date>2021-10-20T10:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tiles based on selection slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2145534#M49370</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333612" data-lia-user-login="CoronaAustralis" class="lia-mention lia-mention-user"&gt;CoronaAustralis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="php"&gt;Measure = 
VAR _A =
    ADDCOLUMNS ( 'Table', "UNI", 10 ^ ( UNICODE ( MAX ( 'Table'[Item] ) ) - 64 ) )
VAR _B =
    SUMX ( _A, [UNI] )
RETURN
    IF ( _B = 30000, "Group 1", IF ( _B = 40000, "All", MAX ( 'Table'[Item] ) ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 11:56:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2145534#M49370</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-10-20T11:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tiles based on selection slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2149548#M49503</link>
      <description>&lt;P&gt;I am new to BI and i do not understand how the formula works on the question i post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 05:18:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Tiles-based-on-selection-slicer/m-p/2149548#M49503</guid>
      <dc:creator>CoronaAustralis</dc:creator>
      <dc:date>2021-10-22T05:18:25Z</dc:date>
    </item>
  </channel>
</rss>

