<?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 compare columns in two different tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-columns-in-two-different-tables/m-p/2915274#M95445</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to implement SQL queries in Power BI as our's is a migration project. There are so many join conditions in the SQL. What I am doing is, pulling all the required columns from all the tables involved in to table visual and then applying these joining conditions as filters.&lt;/P&gt;&lt;P&gt;1. Is my approach correct or any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. Need to compare price in one table with price in another table and filter rows only having no same price. Which DAX formula can I use to acheive this.&lt;/P&gt;&lt;P&gt;3. Need to check pricing date in table A is between start date and end date in table B and filter only those rows. How can I achieve this.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 14:52:01 GMT</pubDate>
    <dc:creator>power_user_123</dc:creator>
    <dc:date>2022-11-18T14:52:01Z</dc:date>
    <item>
      <title>compare columns in two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-columns-in-two-different-tables/m-p/2915274#M95445</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to implement SQL queries in Power BI as our's is a migration project. There are so many join conditions in the SQL. What I am doing is, pulling all the required columns from all the tables involved in to table visual and then applying these joining conditions as filters.&lt;/P&gt;&lt;P&gt;1. Is my approach correct or any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. Need to compare price in one table with price in another table and filter rows only having no same price. Which DAX formula can I use to acheive this.&lt;/P&gt;&lt;P&gt;3. Need to check pricing date in table A is between start date and end date in table B and filter only those rows. How can I achieve this.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 14:52:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-columns-in-two-different-tables/m-p/2915274#M95445</guid>
      <dc:creator>power_user_123</dc:creator>
      <dc:date>2022-11-18T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: compare columns in two different tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-columns-in-two-different-tables/m-p/2915591#M95474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="410565" data-lia-user-login="power_user_123" class="lia-mention lia-mention-user"&gt;power_user_123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Power BI there's a mashup engine. It's called Power Query. This lets you pull data, however messy, from any source and massage it into a form that Power BI wants to work with (think: &lt;STRONG&gt;star schema&lt;/STRONG&gt;). So, it's not DAX's job to massage data but Power Query. Please therefore use the right tool for the job. DAX is an analytical engine, not mashup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, SQL is for querying data in (mostly) normalized form. Star schema is what semantic models like: denormalized form. So, please pull data from your SQL source and make it into a denormalized form, dimensions and fact tables.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 17:39:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/compare-columns-in-two-different-tables/m-p/2915591#M95474</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-18T17:39:15Z</dc:date>
    </item>
  </channel>
</rss>

