<?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: Need to create a yearly usage trend in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223889#M52889</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="39298" data-lia-user-login="AlexisOlson" class="lia-mention lia-mention-user"&gt;AlexisOlson&lt;/a&gt;&amp;nbsp;. Very helpful&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 22:05:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-12-06T22:05:57Z</dc:date>
    <item>
      <title>Need to create a yearly usage trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223088#M52831</link>
      <description>&lt;P&gt;Hi Dax experts,&lt;/P&gt;&lt;P&gt;I have working on analytics and I need to present Yearly trends of viewers' ship of website pages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data has&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Page viewed and Date with time ( I have modified the time to dd/mm/yyyy)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need a trend analysis of Yearly (since the date given) 2021, 2020, 2019 etc which page was mostly viewed&lt;/STRONG&gt; and once I get this, I will use the same to extend to get how long they viewed.&lt;/P&gt;&lt;P&gt;I tried to use this function (Apologies, learning and not sure if this is what I should do)&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I tried this from Dax guide, Refer:&amp;nbsp;&lt;A href="https://dax.guide/time/" target="_blank" rel="noopener"&gt;dax.guide/time/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;--  When the arguments overflow their range, DATE and TIME
--  behave in different ways:
--
--  DATE adds the excess values to the date, moving time forward
--  TIME adds the excess values, but it does never exceed the day
EVALUATE
    {
        DATE ( 2020, 10, 32 ),
        DATE ( 2020, 20, 1 ),
        TIME ( 10, 90, 0 ),
        TIME ( 50, 0, 0 )
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then this confused me more as power BI says Evaluate is not keyword.&amp;nbsp; Now as I seek help for my need, I am now confused. Is this&amp;nbsp;&lt;A href="https://dax.guide/time/" target="_blank" rel="noopener"&gt;dax.guide/time/&lt;/A&gt;&amp;nbsp;not relevant to Power BI ? how do I practice?&amp;nbsp; Help is appreciated.&lt;/P&gt;&lt;DIV class="line number1 index0 alt2"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Dec 2021 14:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223088#M52831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-06T14:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a yearly usage trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223826#M52880</link>
      <description>&lt;P&gt;EVALUATE is used for DAX queries but not for calculated tables in Power BI Desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Power BI Desktop, you can define a new table like this:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 21:07:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223826#M52880</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-12-06T21:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a yearly usage trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223889#M52889</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="39298" data-lia-user-login="AlexisOlson" class="lia-mention lia-mention-user"&gt;AlexisOlson&lt;/a&gt;&amp;nbsp;. Very helpful&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 22:05:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-create-a-yearly-usage-trend/m-p/2223889#M52889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-06T22:05:57Z</dc:date>
    </item>
  </channel>
</rss>

