<?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 Create a measure in card that sum three different filtered values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3814606#M149196</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to create a measure to display on a card that adds the value of three tables connected to a filter. Consider that each table is linked to its own filter and the filters are not synchronized with each other.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 22:36:14 GMT</pubDate>
    <dc:creator>Step927</dc:creator>
    <dc:date>2024-04-05T22:36:14Z</dc:date>
    <item>
      <title>Create a measure in card that sum three different filtered values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3814606#M149196</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to create a measure to display on a card that adds the value of three tables connected to a filter. Consider that each table is linked to its own filter and the filters are not synchronized with each other.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 22:36:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3814606#M149196</guid>
      <dc:creator>Step927</dc:creator>
      <dc:date>2024-04-05T22:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a measure in card that sum three different filtered values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3815837#M149229</link>
      <description>&lt;P&gt;Hi! How are you?&lt;BR /&gt;&lt;BR /&gt;I think something like that could be solved with the &lt;A href="https://learn.microsoft.com/en-us/dax/hasonevalue-function-dax" target="_blank"&gt;HASONEVALUE()&lt;/A&gt;&amp;nbsp;and &lt;A href="https://learn.microsoft.com/en-us/dax/hasonefilter-function-dax" target="_blank"&gt;HASONEFILTER()&lt;/A&gt;&amp;nbsp;functions. I can't tell you more than that because I don't know the names of the columns and what the data model looks like. Maybe with more information I can help you a little more.&amp;nbsp;By creating a measure with these functions, you may be able to achieve something good.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 18:05:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3815837#M149229</guid>
      <dc:creator>BrunoTalini</dc:creator>
      <dc:date>2024-04-06T18:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a measure in card that sum three different filtered values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3816133#M149241</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;In that case I need&amp;nbsp; a card with a measure that calculate the total = 91.&lt;/P&gt;&lt;P&gt;In my case I use only the table below. The measure Gol Fatti=&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Stagione 2023-2024'&lt;/SPAN&gt;&lt;SPAN&gt;[Gf]&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So the 3 tables visual use the same column from the same table but using different selection with filters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Column "squadra" used in the filter is in the same table '&lt;SPAN&gt;Stagione 2023-2024.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 22:08:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3816133#M149241</guid>
      <dc:creator>Step927</dc:creator>
      <dc:date>2024-04-06T22:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a measure in card that sum three different filtered values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3817912#M149309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="509167" data-lia-user-login="Step927" class="lia-mention lia-mention-user"&gt;Step927&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719402" data-lia-user-login="BrunoTalini" class="lia-mention lia-mention-user"&gt;BrunoTalini&lt;/a&gt;&amp;nbsp; for the quick reply and solution. I have another idea for you to consider:&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create three tables and then model the relationships.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Slicer1 = VALUES('Table'[squadra])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Slicer2 = VALUES('Table'[squadra])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Slicer3 = VALUES('Table'[squadra])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(3)We can create a measure and then the result is as follows.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
var _a=CALCULATE(SUM('Table'[Gol Fatti]),FILTER(ALL('Table'),'Table'[squadra]=SELECTEDVALUE('Slicer1'[squadra])))
var _b=CALCULATE(SUM('Table'[Gol Fatti]),FILTER(ALL('Table'),'Table'[squadra]=SELECTEDVALUE('Slicer2'[squadra])))
var _c=CALCULATE(SUM('Table'[Gol Fatti]),FILTER(ALL('Table'),'Table'[squadra]=SELECTEDVALUE('Slicer3'[squadra])))
RETURN _a+_b+_c&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 06:23:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-measure-in-card-that-sum-three-different-filtered/m-p/3817912#M149309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-08T06:23:36Z</dc:date>
    </item>
  </channel>
</rss>

