<?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: Dax how to use column instead of measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2975383#M99610</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; How do I do that as i want those column as is. also 1 is a freetext field. is. I am not sure how the dax query would look like. I need some help on the dax qeury&lt;/P&gt;</description>
    <pubDate>Sun, 18 Dec 2022 21:26:54 GMT</pubDate>
    <dc:creator>ArtPriIi</dc:creator>
    <dc:date>2022-12-18T21:26:54Z</dc:date>
    <item>
      <title>Dax how to use column instead of measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2974612#M99563</link>
      <description>&lt;P&gt;I am stuck here. &amp;nbsp;I want to use in this dax query "handled-interactions-vw[xxx]" instead of the measure [team avg csat1]. How would the dax query look like?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Team Avg &amp;nbsp;CSAT1 Latest Period =&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF( MAX('Period Selected'[Sort Order])= 1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; [Team Avg &amp;nbsp;CSAT1],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; star_date_filter_vw[d_filter] in VALUES(DimSlicer[Measure1])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; [Team Avg &amp;nbsp;CSAT1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 13:31:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2974612#M99563</guid>
      <dc:creator>ArtPriIi</dc:creator>
      <dc:date>2022-12-17T13:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dax how to use column instead of measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2974662#M99565</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="488134" data-lia-user-login="ArtPriIi" class="lia-mention lia-mention-user"&gt;ArtPriIi&lt;/a&gt;&amp;nbsp;You need to wrap your column in an aggregation like MAX, MIN, SUM, etc.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 14:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2974662#M99565</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-12-17T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dax how to use column instead of measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2975383#M99610</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; How do I do that as i want those column as is. also 1 is a freetext field. is. I am not sure how the dax query would look like. I need some help on the dax qeury&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 21:26:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2975383#M99610</guid>
      <dc:creator>ArtPriIi</dc:creator>
      <dc:date>2022-12-18T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dax how to use column instead of measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2978538#M99788</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="488134" data-lia-user-login="ArtPriIi" class="lia-mention lia-mention-user"&gt;ArtPriIi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try the following DAX:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Team Avg  CSAT1 Latest Period =
IF(
    MAX('Period Selected'[Sort Order])=1,
CALCULATE(
    SUM('handled-interactions-vw'[xxx]),
    FILTER(ALL(star_date_filter_vw),'star_date_filter_vw'[d_filter] IN VALUES('DimSlicer'[Measure1]))),
    SUM('handled-interactions-vw'[xxx]))&lt;/LI-CODE&gt;
&lt;P&gt;If your expected results are not met, Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 09:12:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-how-to-use-column-instead-of-measure/m-p/2978538#M99788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T09:12:24Z</dc:date>
    </item>
  </channel>
</rss>

