<?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: Ayuda u orientación in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3182551#M115090</link>
    <description>&lt;P&gt;Thank you very much, it worked correctly&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 19:14:52 GMT</pubDate>
    <dc:creator>Steve_Montoya_G</dc:creator>
    <dc:date>2023-04-11T19:14:52Z</dc:date>
    <item>
      <title>Ayuda u orientación</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3180723#M114984</link>
      <description>&lt;P&gt;Hola a todos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;por for su ayuda con lo siguiente:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tengo una tabla con transacciones de ingresos y salidas y pretendo identificar de todos los registros que se realizan quienes aún no han salido, investigando vi que la función SUMMARIZE, me era útil para agrupar los registros por ID con el máximo de fecha por cada ID para el registro más reciente.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tabla creada.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLA1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= SUMMARIZE('Consolidado', 'Consolidado'[ID], "Fecha",MAX('Consolidado'[Date]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A esta tabla le estoy tratando de hacer un “Lookupvalue”, que me permita traer la última transacción (Ingreso o Salida) pasándole un para metro adicional a la formula (Tabla1.Fecha y Tabla2.Fecha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;LOOKUPVALUE&lt;/STRONG&gt;(Tabla1[Transaccion],&lt;/P&gt;&lt;P&gt;&amp;nbsp;Tabla1[ID],Tabla2[ID],&lt;/P&gt;&lt;P&gt;Tabla1[Date],Tabla2[Fecha])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pero recibo el siguiente mensaje de error "Se proporcionó una tabla de varios valores donde se esperaba un solo valor".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Por favor su orientación en cómo puedo solucionar este error o de que forma puedo lograr lo que deseo realizar, muchas gracias&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 01:43:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3180723#M114984</guid>
      <dc:creator>Steve_Montoya_G</dc:creator>
      <dc:date>2023-04-11T01:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ayuda u orientación</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3181060#M115001</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="542167" data-lia-user-login="Steve_Montoya_G" class="lia-mention lia-mention-user"&gt;Steve_Montoya_G&lt;/a&gt; , try like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #000000; font-family: SegoeUI, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;FONT style="box-sizing: border-box; vertical-align: inherit;"&gt;&lt;SPAN&gt;&amp;nbsp;Max&lt;/SPAN&gt;(filter(Table1, &lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #000000; font-family: SegoeUI, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;FONT style="box-sizing: border-box; vertical-align: inherit;"&gt;&amp;nbsp;Table1[ID] = Table2[ID] &amp;amp;&amp;amp; &lt;/FONT&gt;&lt;FONT style="box-sizing: border-box; vertical-align: inherit;"&gt;Table1[Date] = Table2[Date]),Table1[Transaction]) &lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #000000; font-family: SegoeUI, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="box-sizing: border-box; margin: 0px; color: #000000; font-family: SegoeUI, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;FONT style="box-sizing: border-box; vertical-align: inherit;"&gt;refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=Wu1mWxR23jU" target="_blank"&gt;https://www.youtube.com/watch?v=Wu1mWxR23jU&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=czNHt7UXIe8" target="_blank"&gt;https://www.youtube.com/watch?v=czNHt7UXIe8&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 05:58:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3181060#M115001</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-04-11T05:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ayuda u orientación</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3182551#M115090</link>
      <description>&lt;P&gt;Thank you very much, it worked correctly&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 19:14:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ayuda-u-orientaci%C3%B3n/m-p/3182551#M115090</guid>
      <dc:creator>Steve_Montoya_G</dc:creator>
      <dc:date>2023-04-11T19:14:52Z</dc:date>
    </item>
  </channel>
</rss>

