<?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: Lookupvalue from Date table and Return Holidays in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131132#M48912</link>
    <description>&lt;P&gt;try this&lt;/P&gt;
&lt;P&gt;Calculated Column=concatenatex(filter(holidays_table,holidays_table[date]=calendar[date]),holidays_table[holiday],",")&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 04:51:41 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2021-10-13T04:51:41Z</dc:date>
    <item>
      <title>Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2130829#M48893</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have date table and holidays table. I've created calculated holiday column in date table to return holiday name from holidays table but I get error "A table of mulitple values was supplied where a single value was expected"&lt;/P&gt;&lt;P&gt;The holidays table includes 3 years of holidays so how do I return correct holiday for the corresponding year?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Holiday = LOOKUPVALUE('Holidays 2021-2023'[Holiday ],'Holidays 2021-2023'[Date],'Calendar'[Date])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 23:53:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2130829#M48893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-12T23:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2130879#M48894</link>
      <description>&lt;P&gt;it seems there are duplicate dates in the table of holidays.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 01:14:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2130879#M48894</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2021-10-13T01:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2130965#M48898</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;yes there are because I have future holidays included in the table. How do I factor this into the measure to return holiday column based on the corresponding year date?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 02:24:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2130965#M48898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T02:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131053#M48905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In a calculated column in the date table, for instance, on 29th/Nov/2021, what holiday name do you want to show?&lt;/P&gt;
&lt;P&gt;I can see that your holiday table has two different holiday names on 29th/Nov/2021, and also, some of the dates have two different holiday names on the same date.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 03:06:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131053#M48905</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-10-13T03:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131092#M48908</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;&amp;nbsp; those holidays are for different regions of the country i.e. where holiday name has "Anniversary" in the suffix. Do I need to separate these "anniversary" holidays into a separate table?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 03:42:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131092#M48908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131132#M48912</link>
      <description>&lt;P&gt;try this&lt;/P&gt;
&lt;P&gt;Calculated Column=concatenatex(filter(holidays_table,holidays_table[date]=calendar[date]),holidays_table[holiday],",")&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 04:51:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131132#M48912</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2021-10-13T04:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lookupvalue from Date table and Return Holidays</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131301#M48917</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;&amp;nbsp; perfect that worked, thank you. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 06:17:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lookupvalue-from-Date-table-and-Return-Holidays/m-p/2131301#M48917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T06:17:28Z</dc:date>
    </item>
  </channel>
</rss>

