<?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 change the base function in Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737597#M145714</link>
    <description>&lt;P&gt;I replied in your other post. DAX only has measures. Power Query has functions.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Mar 2024 12:29:18 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-02T12:29:18Z</dc:date>
    <item>
      <title>How to change the base function in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737197#M145682</link>
      <description>&lt;P&gt;my calculations are as below.&amp;nbsp;&lt;BR /&gt;Base = Sum( mydf[amount])&lt;BR /&gt;Function1 = Calculate([Base],....)&lt;BR /&gt;Function2 = Calculate([Base],....)&lt;BR /&gt;Function3 = Calculate([Base],....)&lt;BR /&gt;Total =&amp;nbsp;Function1 +&amp;nbsp;Function2 +&amp;nbsp;Function3&lt;BR /&gt;###################&lt;BR /&gt;I would like change my Base functions as follows&lt;BR /&gt;Base_1 = SUMX(&amp;nbsp; mydf, mydf[amount]*1 )&lt;BR /&gt;Base_2 = SUMX(&amp;nbsp; mydf, mydf[amount]*2 )&amp;nbsp;&lt;BR /&gt;and save them as&amp;nbsp;Total_1 and&amp;nbsp;Total_2&lt;BR /&gt;###################&lt;BR /&gt;If I wanna change the base function only once, I would just change it and the Total would be Total_1.&lt;BR /&gt;But how can i store it, if i wanna change twice efficiently ?&lt;BR /&gt;&lt;BR /&gt;many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 08:16:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737197#M145682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-02T08:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the base function in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737212#M145756</link>
      <description>&lt;P class="lia-align-left"&gt;I have a final dax function as Total. I would like to copy and save all the codes are needed to calculate to Total function.&lt;SPAN&gt;&lt;BR /&gt;Base = Sum( mydf[amount])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Function1 = Calculate([Base],....)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Function2 = Calculate([Base],....)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Function3 = Calculate([Base],....)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Total =&amp;nbsp;Function1 +&amp;nbsp;Function2 +&amp;nbsp;Function3&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;How can i do that in power bi ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 22:39:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737212#M145756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T22:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the base function in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737272#M145757</link>
      <description>&lt;P&gt;Please describe what you mean by "copy and save".&amp;nbsp; Power BI has no memory. There is nothing in DAX that would allow you to call external functions.&amp;nbsp; The DAX paradigm for that is measures.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 00:59:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737272#M145757</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-02T00:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the base function in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737281#M145685</link>
      <description>&lt;P&gt;Staging is done in Power Query or further upstream, very rarely in DAX.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 01:05:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737281#M145685</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-02T01:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the base function in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737491#M145702</link>
      <description>&lt;P&gt;it is not what i am asking&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 08:16:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737491#M145702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-02T08:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the base function in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737597#M145714</link>
      <description>&lt;P&gt;I replied in your other post. DAX only has measures. Power Query has functions.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 12:29:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-change-the-base-function-in-Dax/m-p/3737597#M145714</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-02T12:29:18Z</dc:date>
    </item>
  </channel>
</rss>

