<?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 Measure multiplying the data from the two tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227789#M19983</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm begining with DAX and I try to create new measure with calculete price in euro; price in local currency from first table [sales] and currency form second [Currency].&lt;/P&gt;&lt;P&gt;Of course, the tables are connected in the model by the currency symbol column.&lt;/P&gt;&lt;P&gt;I can make join and add column with currrency in Sales table, but the better way is try to use measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In excel loos like: Price in Euro = [sales]'Price in local currency' * xlookup([sales]"currency local" ; [Currency]"currency"; [Currency]"Ratio_EUR")&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2020 10:23:33 GMT</pubDate>
    <dc:creator>Leski</dc:creator>
    <dc:date>2020-07-16T10:23:33Z</dc:date>
    <item>
      <title>Measure multiplying the data from the two tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227789#M19983</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm begining with DAX and I try to create new measure with calculete price in euro; price in local currency from first table [sales] and currency form second [Currency].&lt;/P&gt;&lt;P&gt;Of course, the tables are connected in the model by the currency symbol column.&lt;/P&gt;&lt;P&gt;I can make join and add column with currrency in Sales table, but the better way is try to use measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In excel loos like: Price in Euro = [sales]'Price in local currency' * xlookup([sales]"currency local" ; [Currency]"currency"; [Currency]"Ratio_EUR")&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 10:23:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227789#M19983</guid>
      <dc:creator>Leski</dc:creator>
      <dc:date>2020-07-16T10:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Measure multiplying the data from the two tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227840#M19984</link>
      <description>&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;= SUMX ( Sales, Sales[PriceInLocalCurrency Column] * RELATED ( Currency[Currency Column] ) )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 10:48:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227840#M19984</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-07-16T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Measure multiplying the data from the two tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227969#M19986</link>
      <description>&lt;P&gt;Thank you, works great.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 11:35:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-multiplying-the-data-from-the-two-tables/m-p/1227969#M19986</guid>
      <dc:creator>Leski</dc:creator>
      <dc:date>2020-07-16T11:35:20Z</dc:date>
    </item>
  </channel>
</rss>

