<?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: Creating Calculation using Selected Value function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370605#M126831</link>
    <description>&lt;P&gt;Thank you very much, it works !&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 15:39:36 GMT</pubDate>
    <dc:creator>Nino1</dc:creator>
    <dc:date>2023-08-08T15:39:36Z</dc:date>
    <item>
      <title>Creating Calculation using Selected Value function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370360#M126819</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;It's not been a long time I started using Power BI and need your help.&lt;/P&gt;&lt;P&gt;I have two measures: "sum of portfolio with nominal values" and "sum of portfolio with adjusted currency value". Also, I have Slicer filter called Currency adjustment that has 2 values: "Yes" and "No" and&amp;nbsp; I want to create vizualization so that if I select filter and choose "Yes" ,&amp;nbsp;"sum of portfolio with adjusted currency value"&amp;nbsp;should be shown on vizualization and&amp;nbsp; if I select filter and choose "No", "sum of portfolio with nominal values"&amp;nbsp;&amp;nbsp;should be shown on vizualization.&lt;/P&gt;&lt;P&gt;I tried to create a measure using selectedvalue function but could not deal with it. Could you please help how can I solve this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 13:36:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370360#M126819</guid>
      <dc:creator>Nino1</dc:creator>
      <dc:date>2023-08-08T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Calculation using Selected Value function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370522#M126823</link>
      <description>&lt;P&gt;Use the below dax it will work&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;VAR SelectedValue = SELECTEDVALUE(CurrencyAdjustment)&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;SelectedValue,&lt;BR /&gt;"Yes", SUM('Portfolio'[AdjustedCurrencyValue]),&lt;BR /&gt;"No", SUM('Portfolio'[NominalValue])&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 14:52:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370522#M126823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-08T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Calculation using Selected Value function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370605#M126831</link>
      <description>&lt;P&gt;Thank you very much, it works !&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 15:39:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Calculation-using-Selected-Value-function/m-p/3370605#M126831</guid>
      <dc:creator>Nino1</dc:creator>
      <dc:date>2023-08-08T15:39:36Z</dc:date>
    </item>
  </channel>
</rss>

