<?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: No Time Intelligence Functionality in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2326659#M58291</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the insights I've actually dove into many of your blogs since you shared this with me, specifically the *bleep* series for PARALLELPERIOD and DATEADD. However, all I am doing is simply replacing your 'Calendar' entry with my 'Date' entry and it says "the expression refers to multiple columns. Multiple columns cannot be converted to a scalar value." I can attach a screenshot after this response. Any idea what might be happening?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 23:32:09 GMT</pubDate>
    <dc:creator>learning_dax</dc:creator>
    <dc:date>2022-02-08T23:32:09Z</dc:date>
    <item>
      <title>No Time Intelligence Functionality</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2325148#M58179</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a complicated/open-ended issue I can't seem to solve or debug. Mostly revolving around time intelligence functions being displayed as cards. &amp;nbsp;As background information, I do have a separate date table connected to my dataset with both formats aligning, so I don't think its a formatting issues.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've attached screenshots below. Every variation of these calculations I've tried as cards but I only get BLANK as a response. However, when i put them in tabular format they seem to work. Some of the functions in the left table include: TOTALYTD, ParallelPeriod, Dateadd (-1), &amp;amp; others. I only want them as cards because I'm trying to display YTD &amp;amp; MTD counts for my dataset as of a specific day of the month (for example if I refresh the dashboard on February 15, I want the counts as of that day when I refresh not just all of February because sometimes we have future data). The only way I have been able to do so (not with TOTALYTD/TOTALMTD because they give me blanks) is this formula which I scoured off of the web:&lt;BR /&gt;&lt;BR /&gt;Calculate([StartCount],FILTER('Dimdate','Dimdate'[Date] &amp;gt;= DATE(YEAR(TODAY()),MONTH(TODAY()),01)),FILTER('DimDate','DimDate'[Date] &amp;lt; TODAY()))&lt;BR /&gt;&lt;BR /&gt;And the above was only for MTD Counts I cannot seem to figure out YTD. I am relatively new to DAX and struggling to debuff this issue as time intelligence &amp;amp; card values are easiest for me to display. Any suggestions/help?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 09:37:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2325148#M58179</guid>
      <dc:creator>learning_dax</dc:creator>
      <dc:date>2022-02-08T09:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: No Time Intelligence Functionality</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2325207#M58185</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="351437" data-lia-user-login="learning_dax" class="lia-mention lia-mention-user"&gt;learning_dax&lt;/a&gt;&amp;nbsp;You may find this helpful - &lt;A href="https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise,&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 09:59:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2325207#M58185</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-02-08T09:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: No Time Intelligence Functionality</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2325487#M58204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="351437" data-lia-user-login="learning_dax" class="lia-mention lia-mention-user"&gt;learning_dax&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;What is the code for&amp;nbsp;&lt;SPAN&gt;[StartCount]? Can you share a sample file?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 11:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2325487#M58204</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-08T11:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: No Time Intelligence Functionality</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2326659#M58291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the insights I've actually dove into many of your blogs since you shared this with me, specifically the *bleep* series for PARALLELPERIOD and DATEADD. However, all I am doing is simply replacing your 'Calendar' entry with my 'Date' entry and it says "the expression refers to multiple columns. Multiple columns cannot be converted to a scalar value." I can attach a screenshot after this response. Any idea what might be happening?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 23:32:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2326659#M58291</guid>
      <dc:creator>learning_dax</dc:creator>
      <dc:date>2022-02-08T23:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: No Time Intelligence Functionality</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2328230#M58386</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="351437" data-lia-user-login="learning_dax" class="lia-mention lia-mention-user"&gt;learning_dax&lt;/a&gt;&amp;nbsp;If you can post sample data that would help tremendously in figuring out what is going on.&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 12:42:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/No-Time-Intelligence-Functionality/m-p/2328230#M58386</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-02-09T12:42:59Z</dc:date>
    </item>
  </channel>
</rss>

