<?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: How do we call variables in DAX measure in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741405#M28572</link>
    <description>&lt;P&gt;Thanks. got it. It's working and perfect.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 06:17:36 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2021-03-24T06:17:36Z</dc:date>
    <item>
      <title>How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729240#M28440</link>
      <description>&lt;P&gt;I am using below measure and i just want to call the variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;variables ==&amp;gt; need to get from slicer/dropdown or any selected controls/chart values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do we assign controls/chart values in variable ($$$variables), and use those variables in measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EMPSTATUS = CALCULATE (DISTINCTCOUNT ( 'EMP QUERY'[EMP_NUMBER] ),&lt;BR /&gt;( 'EMP QUERY'[EMP_REMARKS], "GOOD" ),( 'EMP QUERY'[EMP_COUNTRY], "INDIA" ),( 'EMP QUERY'[EMP_PLACE], $$$variables )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 05:10:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729240#M28440</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-18T05:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729680#M28454</link>
      <description>&lt;P&gt;anyone can help to proceed further...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 08:29:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729680#M28454</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-18T08:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729778#M28456</link>
      <description>&lt;P&gt;Conditional Formatting =&lt;BR /&gt;var SelectedGroupNm =SELECTEDVALUE(Budget[Budget])&lt;BR /&gt;var Result= IF([Cost]&amp;lt;= SelectedGroupNm || ISBLANK(SelectedGroupNm),0,1)&lt;BR /&gt;Return Result&lt;BR /&gt;&lt;BR /&gt;In the above example, there is slicer called Budget and based on the one which is selected I am deriving a measure.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:29:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729778#M28456</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-03-18T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729900#M28457</link>
      <description>&lt;P&gt;Sorry. i don't understand what you given.&lt;/P&gt;&lt;P&gt;my data available in slicer control. i am going to select only one at a time. Ex :&amp;nbsp;&lt;SPAN&gt;'EMP QUERY'[EMP_PLACE]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what ever i am selecting the slicer option control, that should pass as a variable in my expression as mentioned above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;can you pls. give us the below mentioned expression measure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EMPSTATUS = CALCULATE (DISTINCTCOUNT ( 'EMP QUERY'[EMP_NUMBER] ),&lt;BR /&gt;( 'EMP QUERY'[EMP_REMARKS], "GOOD" ),( 'EMP QUERY'[EMP_COUNTRY], "INDIA" ),( 'EMP QUERY'[EMP_PLACE], $$$variables )&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 09:38:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1729900#M28457</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-18T09:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730104#M28459</link>
      <description>&lt;P&gt;Hey, I have updated my answer with a simple DAX measure. Hope that would help you in utilizing the variables for selectedvalues within measures&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730104#M28459</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-03-18T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730239#M28460</link>
      <description>&lt;P&gt;Ok. thanks.&lt;/P&gt;&lt;P&gt;I tried the below DAX Measure, but, getting unexpected error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MEASURE =&lt;BR /&gt;var VAR1 =IF(ISBLANK(SELECTEDVALUE('EMP QUERY'[EMP_PLACE])),CALCULATE(DISTINCT('EMP QUERY'[EMP_NO],FILTER('EMP QUERY','EMP QUERY'[EMP_REMARKS]="GOOD" &amp;amp;&amp;amp; 'EMP QUERY'[EMP_COUNTRY]="INDIA" &amp;amp;&amp;amp; 'EMP QUERY'[EMP_PLACE]= SELECTEDVALUE('EMP QUERY'[EMP_PLACE])))))&lt;BR /&gt;return CALCULATE(DISTINCT('EMP QUERY'[EMP_NO]),FILTER('EMP QUERY','EMP QUERY'[EMP_NO]=VAR1))&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;where condition is below (Filter) :&lt;BR /&gt;'EMP QUERY'[EMP_REMARKS]="GOOD" AND&lt;BR /&gt;'EMP QUERY'[EMP_COUNTRY]="INDIA"&lt;/P&gt;&lt;P&gt;passing variable :&lt;BR /&gt;SELECTEDVALUE('EMP QUERY'[EMP_PLACE])&lt;/P&gt;&lt;P&gt;DISTICT VALUE :&lt;BR /&gt;'EMP QUERY'[EMP_NO]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you pls. check what is the problem in my DAX Measure.??&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 11:11:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730239#M28460</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-18T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730332#M28461</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;Based on your measure :&lt;BR /&gt;Your variable is returning rows (multiple Emp_Nos)&lt;BR /&gt;So&amp;nbsp;&lt;SPAN&gt;QUERY'[EMP_NO]=VAR1 wont work. you can think of using IN dax or containsrow.&lt;BR /&gt;&lt;BR /&gt;And it would be better if you also provide the error msg in case if any and the base data and your exepcted result. That might help in better understanding your scenario &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 11:25:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730332#M28461</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-03-18T11:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730491#M28464</link>
      <description>&lt;P&gt;pls. find the sample image for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saivina2920_0-1616069820396.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/477082i4056E2B59E4448AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saivina2920_0-1616069820396.png" alt="saivina2920_0-1616069820396.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 12:17:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1730491#M28464</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-18T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1731003#M28470</link>
      <description>&lt;P&gt;pls. let us know if need any more details.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 16:11:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1731003#M28470</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-18T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1731553#M28476</link>
      <description>&lt;P&gt;anyone can update pls.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 02:06:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1731553#M28476</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-19T02:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1735389#M28508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try the formula.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EMPSTATUS = 
VAR variables = SELECTEDVALUE('EMP QUERY'[EMP_PLACE])
RETURN
CALCULATE(
    DISTINCTCOUNT ( 'EMP QUERY'[EMP_NUMBER] ),
    FILTER(
        ALL('EMP QUERY'),
        'EMP QUERY'[EMP_REMARKS] = "GOOD" &amp;amp;&amp;amp;
        'EMP QUERY'[EMP_COUNTRY] = "INDIA" &amp;amp;&amp;amp;
        'EMP QUERY'[EMP_PLACE] = variables
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lionel Chen&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 03:11:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1735389#M28508</guid>
      <dc:creator>v-lionel-msft</dc:creator>
      <dc:date>2021-03-22T03:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1739027#M28551</link>
      <description>&lt;P&gt;Thanks again for your great help.&lt;/P&gt;&lt;P&gt;Shall i use the below condition if more than two values.&lt;/P&gt;&lt;P&gt;'EMP QUERY'[EMP_REMARKS] in ("GOOD","EXCELLENT")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1739027#M28551</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-23T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1739055#M28552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EMPSTATUS = 
VAR variables = SELECTEDVALUE('EMP QUERY'[EMP_PLACE])
RETURN
CALCULATE(
    DISTINCTCOUNT ( 'EMP QUERY'[EMP_NUMBER] ),
    FILTER(
        ALL('EMP QUERY'),
        'EMP QUERY'[EMP_REMARKS] in { "GOOD", "EXCELLENT"} &amp;amp;&amp;amp;
        'EMP QUERY'[EMP_COUNTRY] = "INDIA" &amp;amp;&amp;amp;
        'EMP QUERY'[EMP_PLACE] = variables
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Lionel Chen&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:41:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1739055#M28552</guid>
      <dc:creator>v-lionel-msft</dc:creator>
      <dc:date>2021-03-23T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1739108#M28553</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/114597"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sorry for the delayed response as I was on some medical leave.&lt;BR /&gt;The above answer provided by CST is accurate but for using IN operator you should use {} and not ()&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:59:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1739108#M28553</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-03-23T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1740318#M28560</link>
      <description>&lt;P&gt;Perfect. One last question.&lt;/P&gt;&lt;P&gt;How to exclude selected value like not in selected value in the measure.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR variables = SELECTEDVALUE('EMP QUERY'[EMP_PLACE])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if this NOT IN selected value, then my problem is solved.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 17:19:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1740318#M28560</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-23T17:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741183#M28568</link>
      <description>&lt;P&gt;You can leverage the NOT operator&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOT('EMP QUERY'[EMP_REMARKS]) IN { variables}&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 06:07:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741183#M28568</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-03-24T06:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741342#M28570</link>
      <description>&lt;P&gt;Thanks. But, not suppose to come for variables. not for column.&lt;/P&gt;&lt;P&gt;It should come like below. I am not sure whether it is correct or not. but, not in {Variables}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;('EMP QUERY'[EMP_REMARKS]) NOT IN { variables} ==&amp;gt; Will it work....?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 06:03:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741342#M28570</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-24T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741347#M28571</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;You can refer the below link:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/DAX-equivalent-of-SQL-s-NOT-IN/m-p/586184" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/DAX-equivalent-of-SQL-s-NOT-IN/m-p/586184&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is the correct code:&lt;BR /&gt;&lt;SPAN&gt;NOT('EMP QUERY'[EMP_REMARKS]) IN { variables}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;and not the NOT IN {variables}&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 06:07:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741347#M28571</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-03-24T06:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do we call variables in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741405#M28572</link>
      <description>&lt;P&gt;Thanks. got it. It's working and perfect.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 06:17:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-do-we-call-variables-in-DAX-measure/m-p/1741405#M28572</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-03-24T06:17:36Z</dc:date>
    </item>
  </channel>
</rss>

