<?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 Using two different columns from different tables in a DAX measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2813787#M89145</link>
    <description>&lt;P&gt;Good timezone, everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help with a DAX measure that I'm struggling a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my actual measure that I'm using:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;it works wonders, but I need to do some improvement on it.&lt;/P&gt;&lt;P&gt;I have this two tables, with a common ID for realtionship beetween the tables.&lt;/P&gt;&lt;P&gt;Every "entas_cod" is a different entity with unique values, like below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can I have something that work like a filter to use like "entas_cod = 1" then it will use the selected value in the columns for that measure?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2022 11:42:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-03T11:42:47Z</dc:date>
    <item>
      <title>Using two different columns from different tables in a DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2813787#M89145</link>
      <description>&lt;P&gt;Good timezone, everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help with a DAX measure that I'm struggling a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my actual measure that I'm using:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;it works wonders, but I need to do some improvement on it.&lt;/P&gt;&lt;P&gt;I have this two tables, with a common ID for realtionship beetween the tables.&lt;/P&gt;&lt;P&gt;Every "entas_cod" is a different entity with unique values, like below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can I have something that work like a filter to use like "entas_cod = 1" then it will use the selected value in the columns for that measure?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 11:42:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2813787#M89145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-03T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using two different columns from different tables in a DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2815965#M89296</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can directly put slicer to choose the value you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is equivalent to you just put the columns you need to select values into each of the three slicer, and you are done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Community Support Team&amp;nbsp;&lt;STRONG&gt;Selina&amp;nbsp;zhu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 07:12:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2815965#M89296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using two different columns from different tables in a DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2822521#M89622</link>
      <description>&lt;P&gt;Thanks for the awnser!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Helped me a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 11:06:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-two-different-columns-from-different-tables-in-a-DAX/m-p/2822521#M89622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T11:06:41Z</dc:date>
    </item>
  </channel>
</rss>

