<?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 Measure value filter by using parameter selection in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Measure-value-filter-by-using-parameter-selection/m-p/1128597#M514667</link>
    <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i want to filter measure value by using parameter selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm using following measure value. its working fine in table. but it's not shown&amp;nbsp;total value in KPI card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how can i show total vale in KPI Card?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have attached Test file&amp;nbsp;&lt;A href="https://www.dropbox.com/s/u121ezyio0ax8on/Test.pbix?dl=0" target="_self"&gt;Pbix File&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sales by filter = 
VAR m = max('Table (2)'[Sales Bucket Value])
RETURN
CALCULATE ( SUM ( 'Table'[sales] ), FILTER ( 'Table', sum('Table'[sales]) &amp;lt;= m ) )&lt;/LI-CODE&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>Fri, 29 May 2020 07:43:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-29T07:43:42Z</dc:date>
    <item>
      <title>Measure value filter by using parameter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Measure-value-filter-by-using-parameter-selection/m-p/1128597#M514667</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i want to filter measure value by using parameter selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm using following measure value. its working fine in table. but it's not shown&amp;nbsp;total value in KPI card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how can i show total vale in KPI Card?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have attached Test file&amp;nbsp;&lt;A href="https://www.dropbox.com/s/u121ezyio0ax8on/Test.pbix?dl=0" target="_self"&gt;Pbix File&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sales by filter = 
VAR m = max('Table (2)'[Sales Bucket Value])
RETURN
CALCULATE ( SUM ( 'Table'[sales] ), FILTER ( 'Table', sum('Table'[sales]) &amp;lt;= m ) )&lt;/LI-CODE&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>Fri, 29 May 2020 07:43:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Measure-value-filter-by-using-parameter-selection/m-p/1128597#M514667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-29T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Measure value filter by using parameter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Measure-value-filter-by-using-parameter-selection/m-p/1130174#M515137</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Sales by filter = 
VAR m = max('Table (2)'[Sales Bucket Value])
RETURN
SUMX(FILTER(SUMMARIZE('Table','Table'[Customer],"Sum Sales",SUM('Table'[sales])),[Sum Sales] &amp;lt;= m), [Sum Sales])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 21:01:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Measure-value-filter-by-using-parameter-selection/m-p/1130174#M515137</guid>
      <dc:creator>mwegener</dc:creator>
      <dc:date>2020-05-29T21:01:33Z</dc:date>
    </item>
  </channel>
</rss>

