<?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: Help with my dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094859#M108538</link>
    <description>&lt;P&gt;I do use Lookupfuntion in my calculated column but I do not want to create a calculated column, and I dont know jow to use any lookup function in a measure..&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 08:26:35 GMT</pubDate>
    <dc:creator>erenonem</dc:creator>
    <dc:date>2023-02-23T08:26:35Z</dc:date>
    <item>
      <title>Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3088490#M108087</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I m just trying to remove all my calculated columns with a measure contains a virtual table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any chance to get any help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Normally I created a USD column in my Fact_XTable and SUMX it with another table in my measure.&lt;/P&gt;&lt;P&gt;All I want is to create a measure without a calculated column...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EVALUATE&lt;BR /&gt;VAR _vfxtable=&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ADDCOLUMNS(Fact_Inspection,&lt;BR /&gt;// VALUES(Fact_XTable[XTable_sale_date]),&lt;BR /&gt;"CURR",&lt;BR /&gt;var __date=Fact_XTable[XTable_sale_date]&lt;BR /&gt;RETURN&lt;BR /&gt;MAXX(FILTER(Dim_Currency,Dim_Currency[Date]=__date&lt;BR /&gt;),&lt;BR /&gt;Dim_Currenct[Usd]&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;var _Isnotnull=FILTER(_vfxtable,Fact_XTable[XTable_sale_date]&amp;gt;DATE(2022,01,01))&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUMX (&lt;BR /&gt;'Fact_XTable',&lt;BR /&gt;'Fact_XTable'[V1_Price] * CURR&lt;BR /&gt;),&lt;BR /&gt;ISBLANK ( 'Fact_XTable'[XTable_sale_date] ) = FALSE,&lt;BR /&gt;USERELATIONSHIP ( 'Fact_XTable'[XTable_sale_date], Dim_Calendar[Date] )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 16:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3088490#M108087</guid>
      <dc:creator>erenonem</dc:creator>
      <dc:date>2023-02-20T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3089047#M108114</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="238875" data-lia-user-login="erenonem" class="lia-mention lia-mention-user"&gt;erenonem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what challenge do you face with the current code?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 23:59:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3089047#M108114</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-20T23:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094683#M108522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really sorry for late reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and you can see what I need below&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 06:41:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094683#M108522</guid>
      <dc:creator>erenonem</dc:creator>
      <dc:date>2023-02-23T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094697#M108524</link>
      <description>&lt;P&gt;If there is an Active relationship, why don't you use the&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RELATED(&amp;lt;column&amp;gt;)  &lt;/LI-CODE&gt;&lt;P&gt;function?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 06:49:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094697#M108524</guid>
      <dc:creator>BrianConnelly</dc:creator>
      <dc:date>2023-02-23T06:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094701#M108526</link>
      <description>&lt;P&gt;My bad, "There is no active relationship". so that couldnt use "related" function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a solution for fields that are both created as a calculated column in Power bi and fields from joins created for such purposes in SQL. If somehow I manage to use a "virtual" calculated column in a measure, then I may remove almost 100 calculated columns and many other SQL queries..&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 06:54:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094701#M108526</guid>
      <dc:creator>erenonem</dc:creator>
      <dc:date>2023-02-23T06:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094709#M108527</link>
      <description>&lt;P&gt;You could also use the LOOKUPVALUE fundtion?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 07:03:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094709#M108527</guid>
      <dc:creator>BrianConnelly</dc:creator>
      <dc:date>2023-02-23T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094859#M108538</link>
      <description>&lt;P&gt;I do use Lookupfuntion in my calculated column but I do not want to create a calculated column, and I dont know jow to use any lookup function in a measure..&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 08:26:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094859#M108538</guid>
      <dc:creator>erenonem</dc:creator>
      <dc:date>2023-02-23T08:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with my dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094889#M108540</link>
      <description>&lt;P&gt;My bad, "There is no active relationship". so that couldnt use "related" function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a solution for fields that are both created as a calculated column in Power bi and fields from joins created for such purposes in SQL. If somehow I manage to use a "virtual" calculated column in a measure, then I may remove almost 100 calculated columns and many other SQL queries..&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 08:40:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-my-dax/m-p/3094889#M108540</guid>
      <dc:creator>erenonem</dc:creator>
      <dc:date>2023-02-23T08:40:54Z</dc:date>
    </item>
  </channel>
</rss>

