<?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 force or make a measure to use the relationship in DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1762348#M36897</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&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;for the DAX command and it works fine.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Apr 2021 13:18:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-04-03T13:18:42Z</dc:date>
    <item>
      <title>How to force or make a measure to use the relationship in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750194#M36458</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two &lt;STRONG&gt;"Many to One"&lt;/STRONG&gt; relationships in the Tabular Model to Dates table where Table1 is a Fact table and Dates is a dimensin table as mentioned below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;'Table1'[Date Key] --&amp;gt; 'Dates'[Date Key]&lt;/P&gt;&lt;P&gt;'Table1'[ReceiptDateKey] --&amp;gt; 'Dates'[Date Key]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure X which is&amp;nbsp;&lt;STRONG&gt;SUM ( 'Table1'[Sale] )&lt;/STRONG&gt;, I wanted to&amp;nbsp;force or make this measure X to use the relationship 'Table1'[ReceiptDateKey] --&amp;gt; 'Dates'[Date Key] in the DAX calculations.&lt;BR /&gt;&lt;BR /&gt;How I can achieve this, please can you help with DAX Command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ranjan.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 17:51:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750194#M36458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-28T17:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to force or make a measure to use the relationship in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750205#M36459</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct me if I wrongly understood your question.&lt;/P&gt;&lt;P&gt;I assume you have active relationship:&amp;nbsp;&lt;SPAN&gt;'Table1'[Date Key] --&amp;gt; 'Dates'[Date Key]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; inactive relationship:&amp;nbsp;&lt;SPAN&gt;'Table1'[ReceiptDateKey] --&amp;gt; 'Dates'[Date Key]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;Measure X&lt;/STRONG&gt; = calculate (&amp;nbsp;SUM ( 'Table1'[Sale] ), userelationship (&amp;nbsp;'Table1'[ReceiptDateKey] , 'Dates'[Date Key] ))&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”times" color="”#000000”"&gt;&lt;EM&gt;&lt;STRONG&gt;Hi, My name is Jihwan Kim. &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”times" color="”#000000”"&gt;&lt;EM&gt;&lt;STRONG&gt;If this post helps, then please consider accept it as the solution to help other members find it faster.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 18:12:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750205#M36459</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-03-28T18:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to force or make a measure to use the relationship in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750213#M36460</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&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;&lt;BR /&gt;&lt;BR /&gt;To be honest, I will be creating the second relationship&amp;nbsp;&lt;SPAN&gt;'Table1'[ReceiptDateKey] --&amp;gt; 'Dates'[Date Key] and first relationship already exist in the model -&amp;nbsp;'Table1'[Date Key] --&amp;gt; 'Dates'[Date Key]&lt;BR /&gt;&lt;BR /&gt;I don't know how to verify active and inactive relationships in the model, is there a way to check this or we need to assign active or inactive in the relationships/measure somewhere?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ranjan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 18:36:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750213#M36460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-28T18:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to force or make a measure to use the relationship in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750569#M36478</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have only one relationship between two tables, the connected line on the Data Model Page will show a line (active).&lt;/P&gt;&lt;P&gt;If you create a second relationship between the same-two tables, that already have the first relationship, the second connection line will show a dotted line (inactive).&lt;/P&gt;&lt;P&gt;You can control which one shows the active line and which one shows the inactive line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;FONT face="”times" color="”#000000”"&gt;&lt;EM&gt;&lt;STRONG&gt;Hi, My name is Jihwan Kim. &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”times" color="”#000000”"&gt;&lt;EM&gt;&lt;STRONG&gt;If this post helps, then please consider accept it as the solution to help other members find it faster.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 02:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750569#M36478</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-03-29T02:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to force or make a measure to use the relationship in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750859#M36482</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&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;for the information. I will give it a go and update if it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ranjan.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 05:49:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1750859#M36482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-29T05:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to force or make a measure to use the relationship in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1762348#M36897</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&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;for the DAX command and it works fine.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 13:18:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-force-or-make-a-measure-to-use-the-relationship-in-DAX/m-p/1762348#M36897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-03T13:18:42Z</dc:date>
    </item>
  </channel>
</rss>

