<?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 How to create a measure with a filtered card value? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-measure-with-a-filtered-card-value/m-p/3883133#M151544</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've created two tables that mimic each other with data from auctions. From this, I've developed two sets of filters, such as the auction name, auction region, and the date the auction took place. Additionally, I have two field parameter single selection slicers that allow the user to select a value they want from the specified auction, such as number of items sold, run, sale price, average condition, etc.&lt;/P&gt;&lt;P&gt;The user can make selections on all of these to get two fields selected in the field parameters returned on different cards. For example, based on the first set of slicers, I can get the total sold in auction 1 from the past week (e.g., 36), and on the other card, I can get the total items run from auction 2 in the past month (e.g., 300).&lt;/P&gt;&lt;P&gt;Now, I'm looking to create a card that finds the difference between these values (-270). However, I cannot find a way to get the values from the first two cards in a measure in order to create a measure that subtracts the two of them. Is there a way to create this third card?&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2024 15:54:37 GMT</pubDate>
    <dc:creator>Hurricane52</dc:creator>
    <dc:date>2024-05-01T15:54:37Z</dc:date>
    <item>
      <title>How to create a measure with a filtered card value?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-measure-with-a-filtered-card-value/m-p/3883133#M151544</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've created two tables that mimic each other with data from auctions. From this, I've developed two sets of filters, such as the auction name, auction region, and the date the auction took place. Additionally, I have two field parameter single selection slicers that allow the user to select a value they want from the specified auction, such as number of items sold, run, sale price, average condition, etc.&lt;/P&gt;&lt;P&gt;The user can make selections on all of these to get two fields selected in the field parameters returned on different cards. For example, based on the first set of slicers, I can get the total sold in auction 1 from the past week (e.g., 36), and on the other card, I can get the total items run from auction 2 in the past month (e.g., 300).&lt;/P&gt;&lt;P&gt;Now, I'm looking to create a card that finds the difference between these values (-270). However, I cannot find a way to get the values from the first two cards in a measure in order to create a measure that subtracts the two of them. Is there a way to create this third card?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 15:54:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-measure-with-a-filtered-card-value/m-p/3883133#M151544</guid>
      <dc:creator>Hurricane52</dc:creator>
      <dc:date>2024-05-01T15:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a measure with a filtered card value?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-measure-with-a-filtered-card-value/m-p/3883736#M151553</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="735304" data-lia-user-login="Hurricane52" class="lia-mention lia-mention-user"&gt;Hurricane52&lt;/a&gt;&amp;nbsp;if you need difference for two different measures, simple create third measure like&lt;/P&gt;
&lt;P&gt;measure 3 = [measure 2]-[measure 1]&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 20:11:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-a-measure-with-a-filtered-card-value/m-p/3883736#M151553</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-05-01T20:11:37Z</dc:date>
    </item>
  </channel>
</rss>

