<?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 Anonymous Too in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Anonymous-Too/m-p/1106722#M533</link>
    <description>&lt;P&gt;This is a better? implementation of my &lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Anonymous/m-p/552785" target="_self"&gt;Anonymous&lt;/A&gt; quick measure. Well, it is at least more of what I originally envisioned when creating Anonymous. However it has an odd quirk that it is not 100% reversible like the original Anonymous quick measure. So, not sure if it is better because it is more obscure or worse becasue it is not reversible. Anyway, you can decide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And, in case you are interested, here is the reason it is not reversible and it is &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/I-think-I-broke-DAX-again-bug-in-CONCATENATEX/td-p/1099936" target="_self"&gt;a "quirk" that I am not in any way happy about but apparently there is nothing to be done about it&lt;/A&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Anonymous Too = 
    VAR __Value = MAX([Name])
    VAR __Table = 
        ADDCOLUMNS(
            ADDCOLUMNS(
                GENERATESERIES(1,LEN(__Value),1),
                "Char",MID(__Value,[Value],1)
            ),
            "Unicode",UNICODE([Char])
        )
RETURN
    CONCATENATEX(__Table,[Unicode])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiODE3NjA2YjUtMmRmMC00Y2Q1LWE5ZDItMjQ0ZTkxNmJhMWUxIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 May 2020 17:55:05 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-05-22T17:55:05Z</dc:date>
    <item>
      <title>Anonymous Too</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Anonymous-Too/m-p/1106722#M533</link>
      <description>&lt;P&gt;This is a better? implementation of my &lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Anonymous/m-p/552785" target="_self"&gt;Anonymous&lt;/A&gt; quick measure. Well, it is at least more of what I originally envisioned when creating Anonymous. However it has an odd quirk that it is not 100% reversible like the original Anonymous quick measure. So, not sure if it is better because it is more obscure or worse becasue it is not reversible. Anyway, you can decide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And, in case you are interested, here is the reason it is not reversible and it is &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/I-think-I-broke-DAX-again-bug-in-CONCATENATEX/td-p/1099936" target="_self"&gt;a "quirk" that I am not in any way happy about but apparently there is nothing to be done about it&lt;/A&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Anonymous Too = 
    VAR __Value = MAX([Name])
    VAR __Table = 
        ADDCOLUMNS(
            ADDCOLUMNS(
                GENERATESERIES(1,LEN(__Value),1),
                "Char",MID(__Value,[Value],1)
            ),
            "Unicode",UNICODE([Char])
        )
RETURN
    CONCATENATEX(__Table,[Unicode])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiODE3NjA2YjUtMmRmMC00Y2Q1LWE5ZDItMjQ0ZTkxNmJhMWUxIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 17:55:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Anonymous-Too/m-p/1106722#M533</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-05-22T17:55:05Z</dc:date>
    </item>
  </channel>
</rss>

