<?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: Slicer : Date Issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482363#M133179</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dowanload file it automatically open in power bi desktop&lt;/P&gt;&lt;P&gt;i indicate green circle in image&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 05:10:14 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2023-10-18T05:10:14Z</dc:date>
    <item>
      <title>Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480810#M133057</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having 2 tables(Calendar &amp;amp; Sheet1). When I use date from calendar I am getting all the dates which is not available in Sheet1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get dates only available in Sheet1 and I need to use date from Calendar table only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1I6Kc3GqD9jN8gG8bWUj158071WVngIPn/view?usp=drive_link" target="_self"&gt;Sample Data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 09:49:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480810#M133057</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-17T09:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480887#M133061</link>
      <description>&lt;P&gt;Hi, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Calculate (max('calender'[datecolumn]),keepfilters ('sheet'[datecolumn]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adjust your table name and column name&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 10:47:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480887#M133061</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-17T10:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480954#M133064</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I do this changes in Calendata table. rite?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:19:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480954#M133064</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-17T11:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480973#M133066</link>
      <description>&lt;P&gt;Make a new measure in calendar table and use that measure.&lt;/P&gt;&lt;P&gt;You get your answer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:34:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480973#M133066</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-17T11:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480990#M133067</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried but cannot able to drag measure into slicer. Can you show it in sample file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Link:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://drive.google.com/file/d/1I6Kc3GqD9jN8gG8bWUj158071WVngIPn/view?usp=drive_link" target="_self" rel="nofollow noopener noreferrer"&gt;Sample Data&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:49:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3480990#M133067</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-17T11:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3481001#M133069</link>
      <description>&lt;P&gt;No if you want to use in slicer than it not work.&lt;/P&gt;&lt;P&gt;You can make separate table and connect it with calendar table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:53:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3481001#M133069</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-17T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3481006#M133071</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done it but still am getting all the dates which is not there in Sheet1 Table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 11:56:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3481006#M133071</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-17T11:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3481701#M133133</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;check below .pbix file . it might help&lt;/P&gt;&lt;P&gt;Refer&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1GgHaJWuNbUPTQBg2eNY1ULRqh6TMbx-H/view?usp=sharing" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 17:49:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3481701#M133133</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-17T17:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482341#M133175</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could not able to find PBIX file in the link provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 04:54:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482341#M133175</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-18T04:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482353#M133176</link>
      <description>&lt;P&gt;it not open or something else?&lt;/P&gt;&lt;P&gt;click&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1GgHaJWuNbUPTQBg2eNY1ULRqh6TMbx-H/view?usp=sharing" target="_self"&gt;Here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 05:06:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482353#M133176</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T05:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482357#M133177</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be file missing in the folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 05:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482357#M133177</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-18T05:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482363#M133179</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dowanload file it automatically open in power bi desktop&lt;/P&gt;&lt;P&gt;i indicate green circle in image&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 05:10:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482363#M133179</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T05:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482378#M133183</link>
      <description>&lt;P&gt;Thanks. It works is there any other way to get other than lookup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 05:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482378#M133183</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-18T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482403#M133186</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349843" data-lia-user-login="Chandrashekar" class="lia-mention lia-mention-user"&gt;Chandrashekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's possible but i did not get answer at this time.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;it's possible in measure but you want in column and at this time i not get solution beacuse i try serval&amp;nbsp; time without lookup but i get erroe then i use lookup function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here using measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 05:36:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482403#M133186</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-18T05:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer : Date Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482487#M133190</link>
      <description>&lt;P&gt;Ok. Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 06:40:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Date-Issue/m-p/3482487#M133190</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-10-18T06:40:31Z</dc:date>
    </item>
  </channel>
</rss>

