<?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 Use results from a card in a custom calculation for another card in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1004566#M12766</link>
    <description>&lt;P&gt;I'm a new user of Power BI and this is my first post so hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work for a property company and am creating a dashboard to show property values, capex and Return-on-Equity at each half year period. The user can select specific properties or the whole portfolio through various slicers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I can't share the data as it is commercially sensitive however it is broadly set out as follows:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Property&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Period (in date form in my data)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H2 2019&lt;/TD&gt;&lt;TD&gt;Valuation&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H2 2019&lt;/TD&gt;&lt;TD&gt;CapEx spent&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H1 2019&lt;/TD&gt;&lt;TD&gt;Valuation&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H1 2019&lt;/TD&gt;&lt;TD&gt;CapEx spent&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have three cards set up as follows which depend on the selection within the slicer:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Value at start - This shows the sum of all valuations on the earliest date.&lt;/LI&gt;&lt;LI&gt;CapEx spent to date - This sums all capex spent in all periods.&lt;/LI&gt;&lt;LI&gt;Current value - This shows the sum of all valuations in the most recent date.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I want to create a fourth card which will display the profit to date:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Result = Current Value - (Value at Start + CapEx spent to date)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I need it to be dynamic and adjust depending on the selection of the slicers hence why I would like to take the card results rather than calculate a new table of results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 11:06:16 GMT</pubDate>
    <dc:creator>FrankProperty</dc:creator>
    <dc:date>2020-04-02T11:06:16Z</dc:date>
    <item>
      <title>Use results from a card in a custom calculation for another card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1004566#M12766</link>
      <description>&lt;P&gt;I'm a new user of Power BI and this is my first post so hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work for a property company and am creating a dashboard to show property values, capex and Return-on-Equity at each half year period. The user can select specific properties or the whole portfolio through various slicers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I can't share the data as it is commercially sensitive however it is broadly set out as follows:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Property&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Period (in date form in my data)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H2 2019&lt;/TD&gt;&lt;TD&gt;Valuation&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H2 2019&lt;/TD&gt;&lt;TD&gt;CapEx spent&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H1 2019&lt;/TD&gt;&lt;TD&gt;Valuation&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Buckingham Palace&lt;/TD&gt;&lt;TD&gt;H1 2019&lt;/TD&gt;&lt;TD&gt;CapEx spent&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have three cards set up as follows which depend on the selection within the slicer:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Value at start - This shows the sum of all valuations on the earliest date.&lt;/LI&gt;&lt;LI&gt;CapEx spent to date - This sums all capex spent in all periods.&lt;/LI&gt;&lt;LI&gt;Current value - This shows the sum of all valuations in the most recent date.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I want to create a fourth card which will display the profit to date:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Result = Current Value - (Value at Start + CapEx spent to date)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I need it to be dynamic and adjust depending on the selection of the slicers hence why I would like to take the card results rather than calculate a new table of results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 11:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1004566#M12766</guid>
      <dc:creator>FrankProperty</dc:creator>
      <dc:date>2020-04-02T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use results from a card in a custom calculation for another card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1004776#M12777</link>
      <description>Are those three calculations measures or columns? If they are measures you can just create the formula as you have shown enclosing those items in square brackets [ ].</description>
      <pubDate>Thu, 02 Apr 2020 12:46:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1004776#M12777</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-02T12:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use results from a card in a custom calculation for another card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1005075#M12787</link>
      <description>&lt;P&gt;Thanks Greg - Being new to this I hadn't appreciated the difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I previously used columns but I've now created three measures in the cards. These are then used these to calculate the final card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:48:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1005075#M12787</guid>
      <dc:creator>FrankProperty</dc:creator>
      <dc:date>2020-04-02T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use results from a card in a custom calculation for another card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1005107#M12789</link>
      <description>Great!</description>
      <pubDate>Thu, 02 Apr 2020 14:58:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-results-from-a-card-in-a-custom-calculation-for-another-card/m-p/1005107#M12789</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-02T14:58:39Z</dc:date>
    </item>
  </channel>
</rss>

