<?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: Is there any way to pass measure in field parameter instead of  normal measure? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2658022#M78691</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="52518" data-lia-user-login="Fowmy" class="lia-mention lia-mention-user"&gt;Fowmy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Its work ,thankyou very much&lt;BR /&gt;&lt;BR /&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 04:35:05 GMT</pubDate>
    <dc:creator>firstch</dc:creator>
    <dc:date>2022-07-25T04:35:05Z</dc:date>
    <item>
      <title>Is there any way to pass measure in field parameter instead of  normal measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2657442#M78651</link>
      <description>&lt;P&gt;Hi, all&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;I really want to ask&amp;nbsp; that Is there any way to pass measure in field parameter instead of normal measure&lt;/SPAN&gt;&lt;BR /&gt;For example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thankyou&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 11:56:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2657442#M78651</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-07-24T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to pass measure in field parameter instead of  normal measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2657486#M78659</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="386752" data-lia-user-login="firstch" class="lia-mention lia-mention-user"&gt;firstch&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cannot think of a more efficient approach than this but should work. Incoorporate this code within your measure&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VAR __PARAM =  SELECTEDVALUE( Parameter[Parameter Order] )
RETURN
SWITCH(
    TRUE(),
    [Filed Measure 1] = __MAXSALES &amp;amp;&amp;amp; __PARAM = 0  , "COLOR CODE1",
    [Field Measure 2] = __MAXSALES &amp;amp;&amp;amp; __PARAM = 1  , "COLOR CODE1",
    "COLOR CODE2"
)  
&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 24 Jul 2022 13:24:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2657486#M78659</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2022-07-24T13:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to pass measure in field parameter instead of  normal measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2658022#M78691</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="52518" data-lia-user-login="Fowmy" class="lia-mention lia-mention-user"&gt;Fowmy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Its work ,thankyou very much&lt;BR /&gt;&lt;BR /&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 04:35:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-there-any-way-to-pass-measure-in-field-parameter-instead-of/m-p/2658022#M78691</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-07-25T04:35:05Z</dc:date>
    </item>
  </channel>
</rss>

