<?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: Crear una Tabla que contiene una columna de Fecha in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3863873#M150947</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="730021" data-lia-user-login="CesarUG" class="lia-mention lia-mention-user"&gt;CesarUG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no error in your dax formula, this is due to the nature of the calculation table, he can't get the date values that change based on the slicer values, he is rendered statically in the table view. But you can create dummy table in measure and this dummy table date is displayed normally.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var _table=ADDCOLUMNS(GENERATESERIES(0,23,1),"Hora",[Value],"cantidad",1,"date",[prueba fecha])
RETURN MAXX(_table,[date])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Or you can display the table and date measure directly in the visual object.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to create a table display, then you need to implement it in the power query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 01:52:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-24T01:52:28Z</dc:date>
    <item>
      <title>Crear una Tabla que contiene una columna de Fecha</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3860932#M150828</link>
      <description>&lt;P&gt;Hola, tengo problemas para crear una tabla que contiene una fecha y unos datos, la fecha es una medida que me da la fecha del dia siguiente despues de seleccionar una fecha en el selector, es para calcular una proyeccion:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;La tabla que quiero calcular tiene esta formula&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;al querer crear una columna con la fecha que calcule, me sale esto, la fecha 31/12/1899,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quiza estoy usando mal el contexto y si alguien me puede ayudar con esto u otra forma, es para colocarlo en una visualizacion de linea para ver la proyeccion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 03:12:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3860932#M150828</guid>
      <dc:creator>CesarUG</dc:creator>
      <dc:date>2024-04-23T03:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Crear una Tabla que contiene una columna de Fecha</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3863873#M150947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="730021" data-lia-user-login="CesarUG" class="lia-mention lia-mention-user"&gt;CesarUG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no error in your dax formula, this is due to the nature of the calculation table, he can't get the date values that change based on the slicer values, he is rendered statically in the table view. But you can create dummy table in measure and this dummy table date is displayed normally.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var _table=ADDCOLUMNS(GENERATESERIES(0,23,1),"Hora",[Value],"cantidad",1,"date",[prueba fecha])
RETURN MAXX(_table,[date])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Or you can display the table and date measure directly in the visual object.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to create a table display, then you need to implement it in the power query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 01:52:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3863873#M150947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T01:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Crear una Tabla que contiene una columna de Fecha</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3895890#M151827</link>
      <description>&lt;P&gt;Thanks, me ayudo la solucion&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 15:21:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Crear-una-Tabla-que-contiene-una-columna-de-Fecha/m-p/3895890#M151827</guid>
      <dc:creator>CesarUG</dc:creator>
      <dc:date>2024-05-06T15:21:34Z</dc:date>
    </item>
  </channel>
</rss>

