<?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>vladnech Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>vladnech Tracker</description>
    <pubDate>Sat, 19 Sep 2026 03:45:40 GMT</pubDate>
    <dc:date>2026-09-19T03:45:40Z</dc:date>
    <item>
      <title>Re: Calculate amount on Currency slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175936#M76896</link>
      <description>&lt;P&gt;Ah. Thanks a lot. For some reason, I thought metrics can not be used in Visuals.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 23:12:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175936#M76896</guid>
      <dc:creator>vladnech</dc:creator>
      <dc:date>2017-05-15T23:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate amount on Currency slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175718#M76807</link>
      <description>&lt;P&gt;Sorry, mate, probably you did not see my comment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nominal is not the column from Dataset - it is the calculated column in the model, which = m_Nominal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the same time, m_Nominal is the conversion, using the rate (I don't understand why this trick should work - just used some example).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you share your sample file with working exchange rate?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 13:56:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175718#M76807</guid>
      <dc:creator>vladnech</dc:creator>
      <dc:date>2017-05-15T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate amount on Currency slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175636#M76768</link>
      <description>&lt;P&gt;NominalInAUD is the column.&lt;/P&gt;&lt;P&gt;Here are the data models:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 11:48:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175636#M76768</guid>
      <dc:creator>vladnech</dc:creator>
      <dc:date>2017-05-15T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate amount on Currency slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175625#M76763</link>
      <description>&lt;P&gt;Hi mate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, for confusion. Yes, Nominal is placed into the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nominal = m_Nominal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 11:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175625#M76763</guid>
      <dc:creator>vladnech</dc:creator>
      <dc:date>2017-05-15T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Calculate amount on Currency slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175439#M76675</link>
      <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like I have found several threads, how to convert amount on selected Currency, but, for some reason, none of them works for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have currecies with rates table (SelectedCurrencies) - it is used in a Slicer:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have the Holdings tables, where I have specified two measures:&amp;nbsp;&lt;/P&gt;&lt;P&gt;m_Rate = IF(ISFILTERED(SelectedCurrencies[Currency]), MAX(SelectedCurrencies[DefaultRate]), 1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;m_Nominal = CALCULATE(SUM([NominalInAUD])/[m_Rate])&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Holdings and SelectedCurrencies do not have any relations:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;NOTE: Relations on this screenshot are for different tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But does not make any conversion, clicking on any currency it does not re-calculate the amount (Nominal):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nominal stays the same on Currency selection. Looks like ISFILTERED does not work - always false.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 06:41:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-amount-on-Currency-slicer-selection/m-p/175439#M76675</guid>
      <dc:creator>vladnech</dc:creator>
      <dc:date>2017-05-15T06:41:49Z</dc:date>
    </item>
  </channel>
</rss>

