<?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 Invertir numero con DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3668602#M142252</link>
    <description>&lt;P&gt;Hola a todos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;me pueden ayudar a invertir un numero con dax?&lt;/P&gt;&lt;P&gt;Ejemplo:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15254956&amp;nbsp; ----&amp;gt;&amp;nbsp; 65945251&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desde ya muchas gracias por la ayuda!!!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2024 16:24:05 GMT</pubDate>
    <dc:creator>fav_ccc2021</dc:creator>
    <dc:date>2024-01-30T16:24:05Z</dc:date>
    <item>
      <title>Invertir numero con DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3668602#M142252</link>
      <description>&lt;P&gt;Hola a todos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;me pueden ayudar a invertir un numero con dax?&lt;/P&gt;&lt;P&gt;Ejemplo:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15254956&amp;nbsp; ----&amp;gt;&amp;nbsp; 65945251&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desde ya muchas gracias por la ayuda!!!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 16:24:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3668602#M142252</guid>
      <dc:creator>fav_ccc2021</dc:creator>
      <dc:date>2024-01-30T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Invertir numero con DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3669043#M142284</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column2 = 
var a = Format([Column1],"#")
var b = SELECTCOLUMNS(GENERATESERIES(1,len(a)),"Index",[Value])
var c = GENERATE(b,{mid(a,[Index],1)})
return CONCATENATEX(c,[Value],"",[Index],DESC)&lt;/LI-CODE&gt;
&lt;P&gt;NOTE: This will fail (sort of)&amp;nbsp; if the last digit of the number is 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 21:50:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3669043#M142284</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-01-30T21:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Invertir numero con DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3683229#M143056</link>
      <description>&lt;P&gt;for the record here is a more concise version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;= CONCATENATEX(ADDCOLUMNS(GENERATESERIES(1, LEN([Number])), "Rev", MID([Number],[Value],1)), [Rev], "",[Value],DESC)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 06 Feb 2024 14:15:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Invertir-numero-con-DAX/m-p/3683229#M143056</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-06T14:15:25Z</dc:date>
    </item>
  </channel>
</rss>

