<?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: How to show that &amp;quot;day name&amp;quot; is true or false in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3195603#M116001</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="548308" data-lia-user-login="koyDominic" class="lia-mention lia-mention-user"&gt;koyDominic&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In power BI, there is a function WEEKDAY(Date) which gives integer value starting Sunday as 1 so if you want to get DAX to check if Day of Date is Wednesday then follow below steps:&lt;/P&gt;&lt;P&gt;Create a new column with below DAX expression:&lt;/P&gt;&lt;P&gt;IsWednesday = IF(WEEKDAY('Date Table'[Column1].[Date]) =4, TRUE(), FALSE())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the below screenshot,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Inogic Professional Service Division&lt;/P&gt;&lt;P&gt;An expert technical extension for your techno-functional business needs&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM&lt;/P&gt;&lt;P&gt;Drop an email at &lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Service:&amp;nbsp; &lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 10:56:32 GMT</pubDate>
    <dc:creator>SamInogic</dc:creator>
    <dc:date>2023-04-19T10:56:32Z</dc:date>
    <item>
      <title>How to show that "day name" is true or false</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3195426#M115992</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new column to show whether the result is true or false. What will be my DAX to have the result whether the day name (ex. Wednesday and Friday) is true?&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 09:27:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3195426#M115992</guid>
      <dc:creator>koyDominic</dc:creator>
      <dc:date>2023-04-19T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to show that "day name" is true or false</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3195603#M116001</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="548308" data-lia-user-login="koyDominic" class="lia-mention lia-mention-user"&gt;koyDominic&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In power BI, there is a function WEEKDAY(Date) which gives integer value starting Sunday as 1 so if you want to get DAX to check if Day of Date is Wednesday then follow below steps:&lt;/P&gt;&lt;P&gt;Create a new column with below DAX expression:&lt;/P&gt;&lt;P&gt;IsWednesday = IF(WEEKDAY('Date Table'[Column1].[Date]) =4, TRUE(), FALSE())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the below screenshot,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Inogic Professional Service Division&lt;/P&gt;&lt;P&gt;An expert technical extension for your techno-functional business needs&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM&lt;/P&gt;&lt;P&gt;Drop an email at &lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Service:&amp;nbsp; &lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:56:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3195603#M116001</guid>
      <dc:creator>SamInogic</dc:creator>
      <dc:date>2023-04-19T10:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show that "day name" is true or false</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3196120#M116042</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="480849" data-lia-user-login="SamInogic" class="lia-mention lia-mention-user"&gt;SamInogic&lt;/a&gt;&amp;nbsp;,these works perfectly. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How about If I have multiple days to identify, like Monday, Tuesday and Wednesday to be "true".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:04:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3196120#M116042</guid>
      <dc:creator>koyDominic</dc:creator>
      <dc:date>2023-04-19T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to show that "day name" is true or false</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3197112#M116109</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="548308" data-lia-user-login="koyDominic" class="lia-mention lia-mention-user"&gt;koyDominic&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You have to change the DAX expression as below in order to get True for Day either Monday, Tuesday or Wednesday.&lt;/P&gt;&lt;P&gt;CheckDay = IF(WEEKDAY('Date Table'[Column1].[Date]) =4 || WEEKDAY('Date Table'[Column1].[Date]) = 2 || WEEKDAY('Date Table'[Column1].[Date]) = 3 , TRUE(), FALSE())&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please refer to the below screenshot for the same,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Inogic Professional Service Division&lt;/P&gt;&lt;P&gt;An expert technical extension for your techno-functional business needs&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM&lt;/P&gt;&lt;P&gt;Drop an email at &lt;A href="mailto:crm@inogic.com" target="_blank"&gt;crm@inogic.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Service:&amp;nbsp; &lt;A href="http://www.inogic.com/services/" target="_blank"&gt;http://www.inogic.com/services/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Platform/Dynamics 365 CRM Tips and Tricks:&amp;nbsp; &lt;A href="http://www.inogic.com/blog/" target="_blank"&gt;http://www.inogic.com/blog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 04:17:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3197112#M116109</guid>
      <dc:creator>SamInogic</dc:creator>
      <dc:date>2023-04-20T04:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show that "day name" is true or false</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3199329#M116232</link>
      <description>&lt;P&gt;Works perfectly!! Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="480849" data-lia-user-login="SamInogic" class="lia-mention lia-mention-user"&gt;SamInogic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 05:13:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-that-quot-day-name-quot-is-true-or-false/m-p/3199329#M116232</guid>
      <dc:creator>koyDominic</dc:creator>
      <dc:date>2023-04-21T05:13:32Z</dc:date>
    </item>
  </channel>
</rss>

