<?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 Weekday as DAX measure and not as calculated column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1110797#M16248</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a fact table and a calendar table with date. I need to show weekday name (for e.g. 1st Jan is Monday) as DAX measure in pivot table and not a calculated column in calendar table.&lt;/P&gt;&lt;P&gt;I have tried using FORMAT function, its working fine when i use it in calendar table but i need weekday as measure because i have already put "Date" in rows in pivot table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish Rathore&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2020 06:48:40 GMT</pubDate>
    <dc:creator>HarishRathore25</dc:creator>
    <dc:date>2020-05-23T06:48:40Z</dc:date>
    <item>
      <title>Weekday as DAX measure and not as calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1110797#M16248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a fact table and a calendar table with date. I need to show weekday name (for e.g. 1st Jan is Monday) as DAX measure in pivot table and not a calculated column in calendar table.&lt;/P&gt;&lt;P&gt;I have tried using FORMAT function, its working fine when i use it in calendar table but i need weekday as measure because i have already put "Date" in rows in pivot table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish Rathore&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 06:48:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1110797#M16248</guid>
      <dc:creator>HarishRathore25</dc:creator>
      <dc:date>2020-05-23T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday as DAX measure and not as calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1111659#M16249</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="200917" data-lia-user-login="HarishRathore25" class="lia-mention lia-mention-user"&gt;HarishRathore25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you already have DateTable[Date] in your "pivot table" you can just use:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DayNameMeasure= SELECTEDVALUE( DateTable[DayName] )&lt;/LI-CODE&gt;
&lt;P&gt;where DayName is the name of the column in your DateTable that has the name of the day. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 08:12:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1111659#M16249</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-05-23T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday as DAX measure and not as calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1111879#M16250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92178" data-lia-user-login="AlB" class="lia-mention lia-mention-user"&gt;AlB&lt;/a&gt;&amp;nbsp;, thanks for your quick response. But i would like to inform you that i do not get any function called "SELECTEDVALUE" in my office 365 version. I am working on powerpivot model in excel. Any other method which can resolve my issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 08:28:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1111879#M16250</guid>
      <dc:creator>HarishRathore25</dc:creator>
      <dc:date>2020-05-23T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday as DAX measure and not as calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1111893#M16253</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DayNameMeasure = IF ( HASONEVALUE ( DateTable[DayName] ), VALUES ( DateTable[DayName] ) )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 09:20:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1111893#M16253</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-05-23T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday as DAX measure and not as calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1113217#M16255</link>
      <description>&lt;P&gt;Thanks a ton&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92178" data-lia-user-login="AlB" class="lia-mention lia-mention-user"&gt;AlB&lt;/a&gt;&amp;nbsp;..... that worked like a charm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish Rathore&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 12:19:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Weekday-as-DAX-measure-and-not-as-calculated-column/m-p/1113217#M16255</guid>
      <dc:creator>HarishRathore25</dc:creator>
      <dc:date>2020-05-23T12:19:45Z</dc:date>
    </item>
  </channel>
</rss>

