<?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: Get filtered value in graphic or card in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097041#M108705</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376848" data-lia-user-login="shuijgen" class="lia-mention lia-mention-user"&gt;shuijgen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Whether your problem has been resolved? If yes, could you please mark the helpful post as &lt;STRONG&gt;&lt;SPAN&gt;Answered&lt;/SPAN&gt;&lt;/STRONG&gt;? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2023 02:40:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-24T02:40:29Z</dc:date>
    <item>
      <title>Get filtered value in graphic or card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3081698#M107445</link>
      <description>&lt;P&gt;I have a filter of customers on top of my page. In this filter one may select 1 or a few or all customers with a certain %.&lt;/P&gt;&lt;P&gt;This % for that specific customer should be calculated as a new value.&lt;/P&gt;&lt;P&gt;This goes well in the Table I have on the page. Every table line per customer is calculated correct if a selection is made or not in that filter. But..&lt;/P&gt;&lt;P&gt;in the Graphic and Tile I would like to add I want to see the total of all customers. So the recalculated number if a filter selection is made. I have the measure as shown below. In the part _selection it goes wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;MIN(D_Klantnaam(forecast)....&amp;nbsp; results in a recalculated value if the &lt;STRONG&gt;&lt;EM&gt;first&lt;/EM&gt; &lt;/STRONG&gt;customer is selected in the value, but none of the other selected customers are taken into account in the recalculated value.&lt;/P&gt;&lt;P&gt;If I change the measure in MAX(D_Klantnaam(forecast)... results in a recalculated value if the &lt;STRONG&gt;&lt;I&gt;last&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;customer is selected in the value, but none of the other selected customers are taken into account in the recalculated value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The VAR _klant = SELECTEDVALUE(.....) is not correct I suppose. If multiple selections are made there is more than one selected value.&amp;nbsp;How do I change this measure so all selected customers in the filter are taken into account ?&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>Wed, 15 Feb 2023 15:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3081698#M107445</guid>
      <dc:creator>shuijgen</dc:creator>
      <dc:date>2023-02-15T15:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get filtered value in graphic or card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3089275#M108136</link>
      <description>&lt;P&gt;Learn about aggregator functions like SUMMARIZE, SUMX etc and about intermediate table variables.&amp;nbsp;&amp;nbsp;Think like the Grand Total. Very often measures designed for the Grand Total will also work for the Row and Column Totals and for the individual cells.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 03:00:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3089275#M108136</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-02-21T03:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get filtered value in graphic or card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3089524#M108161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376848" data-lia-user-login="shuijgen" class="lia-mention lia-mention-user"&gt;shuijgen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please update the formula of measure&lt;FONT size="3"&gt;&lt;STRONG&gt; [Klanten&amp;nbsp;forecast&amp;nbsp;]&lt;/STRONG&gt;&lt;/FONT&gt; as below and check if it can return the expected result...&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;Klanten&amp;nbsp;forecast&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_klant&lt;SPAN&gt;&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;SELECTEDVALUE&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;'Forecast-multiplier'[Klantnaam]&amp;nbsp;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_multiplier&lt;SPAN&gt;&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;SELECTEDVALUE&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;'Forecast-multiplier'[Multiplier]&amp;nbsp;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;FONT size="4" color="#FF0000"&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_minklant&lt;SPAN&gt;&amp;nbsp;=&lt;BR /&gt;&lt;FONT size="4" color="#FF0000"&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;CALCULATE&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;MIN&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;D_KLANT[Klantnaan(Forecast)]&amp;nbsp;&lt;SPAN class=""&gt;)&lt;SPAN&gt;,&amp;nbsp;&lt;SPAN class=""&gt;ALLSELECTED&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;D_KLANT&amp;nbsp;&lt;SPAN class=""&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;FONT size="2" color="#000000"&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_selection&lt;SPAN&gt;&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;SWITCH&lt;SPAN class=""&gt;&amp;nbsp;(&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;TRUE&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN class=""&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;_klant&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;SPAN class=""&gt;BLANK&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;||&amp;nbsp;&lt;SPAN class=""&gt;_multiplier&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;SPAN class=""&gt;BLANK&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN class=""&gt;)&lt;SPAN&gt;,&amp;nbsp;&lt;SPAN class=""&gt;0&lt;SPAN&gt;,&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;&lt;FONT size="4" color="#FF0000"&gt;_minklant&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="4" color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;=&amp;nbsp;&lt;SPAN class=""&gt;_klant&lt;SPAN&gt;,&amp;nbsp;&lt;SPAN class=""&gt;_multiplier&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_uren&lt;SPAN&gt;&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;SUM&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;F_FORECAST[Uren&amp;nbsp;per&amp;nbsp;dag]&amp;nbsp;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_orderUren&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;[Artikelen&amp;nbsp;uren&amp;nbsp;nodig]&lt;BR /&gt;&lt;SPAN class=""&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_result&lt;SPAN&gt;&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;(&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_uren&lt;SPAN&gt;&amp;nbsp;+&amp;nbsp;&lt;SPAN class=""&gt;_orderUren&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;+&amp;nbsp;&lt;SPAN class=""&gt;DIVIDE&lt;SPAN class=""&gt;&amp;nbsp;(&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;_uren&lt;SPAN&gt;&amp;nbsp;+&amp;nbsp;&lt;SPAN class=""&gt;_orderUren&lt;SPAN&gt;,&amp;nbsp;&lt;SPAN class=""&gt;100&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;)&lt;SPAN&gt;&amp;nbsp;*&amp;nbsp;&lt;SPAN class=""&gt;_selection&lt;BR /&gt;&lt;SPAN class=""&gt;RETURN&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;_result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;If the above one can't help you get the expected result, could you please provide some&amp;nbsp;&lt;STRONG&gt;raw data&amp;nbsp;in your tables (&lt;EM&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data) with&amp;nbsp;&lt;FONT color="#FF0000"&gt;Text&amp;nbsp;&lt;FONT color="#000000"&gt;format and your&amp;nbsp;expected result&amp;nbsp;with backend logic and special examples?&amp;nbsp;It would be helpful to find out the solution. You can refer the following links to share the required info:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=7UEf71Mu2ySWC7MlgciaPViM1RqU5nx4OHGHG5EvNSw%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;It is better&amp;nbsp;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;if you can share a&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;simplified&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#008000"&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 06:14:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3089524#M108161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-21T06:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get filtered value in graphic or card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097041#M108705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376848" data-lia-user-login="shuijgen" class="lia-mention lia-mention-user"&gt;shuijgen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Whether your problem has been resolved? If yes, could you please mark the helpful post as &lt;STRONG&gt;&lt;SPAN&gt;Answered&lt;/SPAN&gt;&lt;/STRONG&gt;? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 02:40:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097041#M108705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-24T02:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get filtered value in graphic or card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097332#M108730</link>
      <description>&lt;P&gt;Thanks all for the tips, but did not solve the case unfortunately.&lt;/P&gt;&lt;P&gt;there is a relation to an Excel file for some customers with a number of hours per production machine and some PowerBi tables and measures connected with ERP to calculate per customer the WIP and Forecast.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dummy hours is this from the former post.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;FONT size="4" color="#FF0000"&gt;&lt;FONT size="2" color="#000000"&gt;VAR&amp;nbsp;_uren&amp;nbsp;=&amp;nbsp; &amp;nbsp;SUM&amp;nbsp;(&amp;nbsp;F_FORECAST[Uren&amp;nbsp;per&amp;nbsp;dag]&amp;nbsp;)&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Forecast_Dummy_Multiplier = 

// multiplier keuze(s) * bestaande dummy uren

VAR _Klant = ALLSELECTED('Forecast-multiplier'[Klantnaam])

RETURN

IF(ISFILTERED('Forecast-multiplier'[Multiplier %]),
// berekening van de multiplier

CALCULATE(
        VALUES('Forecast-multiplier'[Multiplier])/100 * SUM(F_FORECAST[Uren per dag]),
        FILTER('F_FORECAST',F_FORECAST[Klant] in _Klant)) + 
CALCULATE(SUM(F_FORECAST[Uren per dag]),
        FILTER('F_FORECAST',F_FORECAST[Klant] in _Klant)),
        
0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now have managed to have a correct measure to calculate the dummy hours for a multiple hierarchy slicer selection.&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The table already did the job put the Card did not work properly (only for one selection). With the following code it now work for multiple selections:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TotaleUren_met_OHW = 
//met OHW
IF([Hierarchy selected %]="",
[Klanten bezetting] + [Klanten forecast] + [Forecast_Dummy_Multiplier],
[Klanten bezetting] +  [Forecast_Dummy_Multiplier])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get it done including the measures from the PowerBi tables is the next step.&amp;nbsp; To make a simple PBIX for understanding here for you guys is not easy &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; see the complexity below).&lt;/P&gt;&lt;P&gt;This is for this from the former post:&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;FONT size="4" color="#FF0000"&gt;&lt;FONT size="2" color="#000000"&gt;VAR&amp;nbsp;_orderUren&amp;nbsp;=&amp;nbsp;[Artikelen&amp;nbsp;uren&amp;nbsp;nodig]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;FONT size="4" color="#FF0000"&gt;&lt;FONT size="2" color="#000000"&gt;This &lt;STRONG&gt;[artikelen nodig&lt;/STRONG&gt;] is a multiple thread, see:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Artikelen uren nodig = 
//ROUNDUP(
    SUMX(
        F_ORDERS,
        [Artikelen standaard uren nodig] * [Artikelen series nodig]
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Artikelen standaard uren nodig = 
SUMX(
    F_ORDERS,
    (F_ORDERS[Seriegrootte] * F_ORDERS[Cyclustijd]) + F_ORDERS[Insteltijd]
) / 60&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Artikelen series nodig = 
VAR _levTal = 
CALCULATE(
    CALCULATE(
        [Order aantal],
        ALL( F_ORDERS ),
        VALUES( F_ORDERS[Ordernummer] ),
        VALUES( D_ARTIKEL[Omschrijving] )
    ),
    REMOVEFILTERS( D_DATE )
)
VAR _seriesNodig = 
    ROUNDUP(
        DIVIDE(
            _levTal,
            [Artikelen seriegrootte]
        ),
        0
    )

RETURN
    _seriesNodig&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Order aantal = 
VAR _orderAantal = 
CALCULATE(
    CALCULATE(
        SUMX(
            DISTINCT(F_ORDERS[Ordernummer]),
            FIRSTNONBLANK(F_ORDERS[Leveraantal], 0)
        )
    ),
    REMOVEFILTERS( D_DATE )
)

RETURN
IF (
    [Order startdatum] &amp;lt;&amp;gt; BLANK(),
    _orderAantal
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Artikelen seriegrootte = 
VAR _serieGrootte = 
CALCULATE(
    CALCULATE(
        MIN( F_ORDERS[Seriegrootte] ),
        VALUES( F_ORDERS[Ordernummer] ),
        VALUES(F_ORDERS[Artikelnummer] )
    ),
    REMOVEFILTERS( D_DATE )
)

RETURN
IF(
    HASONEFILTER( D_ARTIKEL[Artikelnummer] ) &amp;amp;&amp;amp; [Order startdatum] &amp;lt;&amp;gt; BLANK(),
    _serieGrootte
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Order startdatum = MIN( F_ORDERS[Startdatum] )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 06:51:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097332#M108730</guid>
      <dc:creator>shuijgen</dc:creator>
      <dc:date>2023-02-24T06:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get filtered value in graphic or card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097602#M108747</link>
      <description>&lt;P&gt;appologies.. unfortunately above mentioned is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only when I have the same percentage for the multiple customers&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:05:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-filtered-value-in-graphic-or-card/m-p/3097602#M108747</guid>
      <dc:creator>shuijgen</dc:creator>
      <dc:date>2023-02-24T09:05:04Z</dc:date>
    </item>
  </channel>
</rss>

