<?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: Create label time intelligence in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-label-time-intelligence/m-p/1671067#M34170</link>
    <description>&lt;P&gt;hi, calculated column.&lt;/P&gt;&lt;P&gt;didnt do exactly as you specified but you will get the concept.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=var _Today  = TODAY()
return 
      SWITCH(TRUE(),
                Table1[date]=_Today,"Today",
                DATEDIFF(Table1[date],_Today,DAY)&amp;lt;=30,"Last 30",
                 "Other")&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 17 Feb 2021 08:40:22 GMT</pubDate>
    <dc:creator>rfigtree</dc:creator>
    <dc:date>2021-02-17T08:40:22Z</dc:date>
    <item>
      <title>Create label time intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-label-time-intelligence/m-p/1670875#M34166</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi is it possible to do like table above ?&lt;/P&gt;&lt;P&gt;I need to create a slicer for last day, last 30 days and last month for very month in all values in one table not&amp;nbsp; only one measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 06:55:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-label-time-intelligence/m-p/1670875#M34166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-17T06:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create label time intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-label-time-intelligence/m-p/1671067#M34170</link>
      <description>&lt;P&gt;hi, calculated column.&lt;/P&gt;&lt;P&gt;didnt do exactly as you specified but you will get the concept.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=var _Today  = TODAY()
return 
      SWITCH(TRUE(),
                Table1[date]=_Today,"Today",
                DATEDIFF(Table1[date],_Today,DAY)&amp;lt;=30,"Last 30",
                 "Other")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 17 Feb 2021 08:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-label-time-intelligence/m-p/1671067#M34170</guid>
      <dc:creator>rfigtree</dc:creator>
      <dc:date>2021-02-17T08:40:22Z</dc:date>
    </item>
  </channel>
</rss>

