<?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: Cannot create a Time Intelligence Measure in the Warehouse in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3441523#M602</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am able to use DAX DATEADD() in my Fabric Warehouse without any error. &lt;BR /&gt;Can you please cross verify your syntax and also try to share few screenshots in order to identify exact issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Working with DAX DATEADD():&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 12:37:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-21T12:37:02Z</dc:date>
    <item>
      <title>Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3426322#M597</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day! I've run into a weird scenario. In Power BI Desktop, I was able to create quick measures, especially the time intelligence ones. But the moment I throw the DAX into the Warehouse, it didn't work. The ".[Date]" part of the code is not working. I've got this column that's tagged as 'date' in my dataset, but it's like the Warehouse is playing blind. Anyone else tried making time intelligence measures in the Warehouse? A little guidance would be gold right now. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is an example of the DAY I copied and paste from Power BI Desktop to MS Fabric Warehouse:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count of event_type MoM% =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ISFILTERED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;[column]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;__PREV_MONTH&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;COUNTA&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;[column2]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DATEADD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;[column]&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;.[Date]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNTA&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;[event_type]&lt;/SPAN&gt;&lt;SPAN&gt;) - &lt;/SPAN&gt;&lt;SPAN&gt;__PREV_MONTH&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;__PREV_MONTH&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Luci&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Sep 2023 12:16:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3426322#M597</guid>
      <dc:creator>Luci7</dc:creator>
      <dc:date>2023-09-12T12:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3432676#M598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp; -&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;Welcome to Fabric Community platform and thanks for posting your question here.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;As I understand you are trying to execute a query with DATEADD() function in DAX . It seems like there is some syntactical error in the query.&amp;nbsp; Please check the below points regarding DATEADD function in DAX:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. The first column of the DATEADD function should have the type date and return a single-column data table.&lt;/P&gt;
&lt;P&gt;2. When you add or subtract any interval from the date, you will get only those dates available in your date table.&lt;/P&gt;
&lt;P&gt;3. After shifting the date interval forward or backward, the DATEADD function will only contain those shifted dates that are available in the data table; otherwise, it will return blanks&lt;BR /&gt;&lt;BR /&gt;Sample Query: DATEADD(DimDate[Date],-1,MONTH)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details , kindly check this document: &lt;A href="https://www.learndax.com/dateadd-dax-function-and-related-issues/" target="_blank" rel="noopener"&gt;https://www.learndax.com/dateadd-dax-function-and-related-issues/&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Since your query is more inclined towards PowerBI directly, I would recommend you to post your issue directly on PowerBI official community forum: &lt;A href="https://community.fabric.microsoft.com/t5/Microsoft-Power-BI-Community/ct-p/powerbi" target="_self"&gt;Microsoft Power BI Community - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 09:52:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3432676#M598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-15T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3437934#M599</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Following up to see if the below comment was helpful.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;And, if you have any further query do let us know.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 10:49:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3437934#M599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-20T10:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3439805#M600</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Following up to see if the comment was helpful.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;And, if you have any further query do let us know.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 10:49:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3439805#M600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-20T10:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3440115#M601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the welcome and for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought would be useful to put my question here because the error I am only getting an error using this formula in Fabric, not Power BI Desktop. In Power BI Desktop I am using this formula successfully and it can be found in the "quick measure" part.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There, in Power BI Desktop I don't get any error, but in Fabric, using the same formula, I got an error and Fabric doesn't recognize my date column as a date type, because it gives me an error when I try to use formulas related to date, like for example,&amp;nbsp;&lt;SPAN&gt;DATEADD.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please inform if you use, in Fabric, any function related to time in a date colum type? It worked?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 14:18:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3440115#M601</guid>
      <dc:creator>Luci7</dc:creator>
      <dc:date>2023-09-20T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3441523#M602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am able to use DAX DATEADD() in my Fabric Warehouse without any error. &lt;BR /&gt;Can you please cross verify your syntax and also try to share few screenshots in order to identify exact issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Working with DAX DATEADD():&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 12:37:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3441523#M602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-21T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3457585#M603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I doubled checked and you're right, if we use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATEADD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;[column]&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;It works in Fabric, but if you go to Power BI Deskto the correct syntax is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;DATEADD('table'[column]&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;.[Date]&lt;/STRONG&gt;&lt;/FONT&gt;, -1,&amp;nbsp;MONTH)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know if Microsoft is changing the Time Intelligence DAX syntax in Fabric?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 11:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3457585#M603</guid>
      <dc:creator>Luci7</dc:creator>
      <dc:date>2023-10-03T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3459394#M604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community and reporting this .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have reached for the internal team for help on this. I will update you once I hear from them.&lt;/P&gt;
&lt;P&gt;Appreciate your patience.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 12:02:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3459394#M604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-04T12:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3469608#M605</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We have an update from internal team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the two datasets have a different structure, its okay for the syntax to be different.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-auto-date-time#work-with-auto-datetime" target="_self"&gt;https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-auto-date-time#work-with-auto-datetime&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;In Power BI Desktop, a valid measure expression could read:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;DAXCopy&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date Count = COUNT(Sales[OrderDate].[Date])&lt;/LI-CODE&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;While this measure expression is &lt;STRONG&gt;valid in Power BI Desktop&lt;/STRONG&gt;, it's not correct DAX syntax. Internally, Power BI Desktop transposes your expression to reference the true (hidden) auto date/time table column.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this is helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 19:06:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3469608#M605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-10T19:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3470604#M606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see!! This is why! In Power BI Desktop we have the "&lt;SPAN&gt;auto date/time table&lt;/SPAN&gt;" but not in Fabric, hence, the date column is not automatically converted to show date hierarchy.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for the clarification!! That helps a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 07:56:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3470604#M606</guid>
      <dc:creator>Luci7</dc:creator>
      <dc:date>2023-10-11T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a Time Intelligence Measure in the Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3470607#M607</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="519015" data-lia-user-login="Luci7" class="lia-mention lia-mention-user"&gt;Luci7&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know your issue got resolved.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Please continue using Fabric Community for help regarding your issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 07:58:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Cannot-create-a-Time-Intelligence-Measure-in-the-Warehouse/m-p/3470607#M607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-11T07:58:42Z</dc:date>
    </item>
  </channel>
</rss>

