<?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: Dynamic Measure in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3140132#M41811</link>
    <description>&lt;P&gt;Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot). &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Mar 2023 11:22:30 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-03-18T11:22:30Z</dc:date>
    <item>
      <title>Dynamic Measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3136623#M41780</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a task where I need to dynamically switch to measure for a visual.&lt;/P&gt;&lt;P&gt;E.g. I have Measure1 and Measure 2 and country and category filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default as initially there will be no value selected in country or in category filter the visual should show data using measure1&amp;nbsp;&lt;/P&gt;&lt;P&gt;If user select any value from country or category filter the visual should use measure 2.&lt;/P&gt;&lt;P&gt;NOTE: My data is coming proper with measure1 and measure2 Only help I need is switching among these 2 measure's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this measure:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;switch(True(), SELECTEDVALUE(PA_MKT_CATE_OARP[country])&amp;lt;&amp;gt;Blank(),[Selected Caountry_categ],SELECTEDVALUE(PA_MKT_CATE_OARP[country])=BLANK(),[Total country_categ])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp;if(SELECTEDVALUE(PA_MKT_CATE_OARP[country])&amp;lt;&amp;gt;BLANK() || SELECTEDVALUE(PA_MKT_CATE_OARP[category])&amp;lt;&amp;gt;BLANK(),[Selected Caountry_categ],[Total country_categ])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But output is not coming correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 04:40:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3136623#M41780</guid>
      <dc:creator>Afaque_Eclerx</dc:creator>
      <dc:date>2023-03-17T04:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3139834#M41808</link>
      <description>&lt;P&gt;you are probably looking for HASONEVALUE().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also consider using Field parameters or Calculation Groups.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 00:31:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3139834#M41808</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-18T00:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3139996#M41810</link>
      <description>&lt;P&gt;Kindly help me with the dax formula if possible.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 04:51:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3139996#M41810</guid>
      <dc:creator>Afaque_Eclerx</dc:creator>
      <dc:date>2023-03-18T04:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3140132#M41811</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot). &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 11:22:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-Measure/m-p/3140132#M41811</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-03-18T11:22:30Z</dc:date>
    </item>
  </channel>
</rss>

