<?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: time intelligence quick measure problem in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2170261#M50380</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I’m concerned, I think you can first try to create a calendar table to connect it to the main table, you can follow this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also refer to this solution provided from the Power Bi support in a solved case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Time-intelligence-does-not-work/td-p/279520" target="_blank"&gt;https://community.powerbi.com/t5/Service/Time-intelligence-does-not-work/td-p/279520&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Robert Qin&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 09:32:23 GMT</pubDate>
    <dc:creator>v-robertq-msft</dc:creator>
    <dc:date>2021-11-03T09:32:23Z</dc:date>
    <item>
      <title>time intelligence quick measure problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165116#M50144</link>
      <description>&lt;DIV&gt;I have been having a significant issue with time intelligence quick measure function which I can't seem to find a way to fix .&lt;/DIV&gt;&lt;DIV&gt;I have been continuously getting that error saying " time intelligence quick measure can only be grouped or filtered by the power bi provided date hierarchy or primary date column"&amp;nbsp; despite my date&amp;nbsp; on date dimension is set up in a hierarchy .&lt;/DIV&gt;&lt;DIV&gt;autodate function in the power bi main option was already on.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have tried a few things after googling&lt;/DIV&gt;&lt;DIV&gt;1. tried to set the date dimension table&amp;nbsp; as " mark as date table" and nominated the " date" column&amp;nbsp;to be the date. however this screwed up all my visualisations and I had to start from the beginning basically.&lt;/DIV&gt;&lt;DIV&gt;2. I tried to make a new table with a date, year,month and day all in separate column with hiearachy and created a relationship with the sale&amp;nbsp; fact table to see if that worked&amp;nbsp; and the visualisation just looked weird . It didn't seem to make sense. I am not sure what I am doing wrong &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Would really appreciate if someone could help!&lt;/DIV&gt;</description>
      <pubDate>Sun, 31 Oct 2021 22:55:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165116#M50144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-31T22:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: time intelligence quick measure problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165130#M50146</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to your DAX code &lt;A href="https://docs.microsoft.com/en-us/dax/isfiltered-function-dax" target="_self"&gt;ISFILTERED&lt;/A&gt;([Date]), Did you set any filter on your Date column?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 23:35:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165130#M50146</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-10-31T23:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: time intelligence quick measure problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165140#M50147</link>
      <description>&lt;P&gt;No, no filters applied&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 00:15:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165140#M50147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-01T00:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: time intelligence quick measure problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165204#M50149</link>
      <description>&lt;P&gt;Can you swap the True and False codes in the IF formula and check that again?&lt;/P&gt;&lt;P&gt;Is it possible to share the PBIX file [after removing the sensetive data]?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 01:53:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165204#M50149</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-11-01T01:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: time intelligence quick measure problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165524#M50159</link>
      <description>&lt;P&gt;I have tried removing IF filtered sentence and tried running it but the visual look quite iffy.&lt;/P&gt;&lt;P&gt;I couldn't attach the file here so&amp;nbsp;&lt;A href="https://drive.google.com/file/d/11UCq-ZxQiOzeMqCBoIs8aroLqBJ7IApv/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/11UCq-ZxQiOzeMqCBoIs8aroLqBJ7IApv/view?usp=sharing&lt;/A&gt;&amp;nbsp;attached a link here but unsure if that can be accessed?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 06:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2165524#M50159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-01T06:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: time intelligence quick measure problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2170261#M50380</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I’m concerned, I think you can first try to create a calendar table to connect it to the main table, you can follow this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also refer to this solution provided from the Power Bi support in a solved case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Time-intelligence-does-not-work/td-p/279520" target="_blank"&gt;https://community.powerbi.com/t5/Service/Time-intelligence-does-not-work/td-p/279520&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Robert Qin&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 09:32:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/time-intelligence-quick-measure-problem/m-p/2170261#M50380</guid>
      <dc:creator>v-robertq-msft</dc:creator>
      <dc:date>2021-11-03T09:32:23Z</dc:date>
    </item>
  </channel>
</rss>

