<?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: Find a median on a measuring table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241407#M167917</link>
    <description>&lt;P&gt;Yeah, you can't put the measure. Paste here the code for the measure CA usgap+di adh&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2024 12:48:45 GMT</pubDate>
    <dc:creator>Gabry</dc:creator>
    <dc:date>2024-10-14T12:48:45Z</dc:date>
    <item>
      <title>Find a median on a measuring table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241357#M167910</link>
      <description>&lt;P&gt;Hello, I have a measurement table called "CA Usgaap+DI ADH". I can't find the median of this column.&lt;BR /&gt;Can you help me? In the screenshot, the “CA N” column corresponds to “CA Usgaap+DI ADH” .THANKS&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 12:10:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241357#M167910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-14T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find a median on a measuring table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241368#M167911</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;you should provide more info or a pbix. What is that measure doing? Could you paste the formula?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the median you just need to do this:&lt;BR /&gt;Measure Median= Median('Your table'[your column])&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 12:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241368#M167911</guid>
      <dc:creator>Gabry</dc:creator>
      <dc:date>2024-10-14T12:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find a median on a measuring table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241397#M167916</link>
      <description>&lt;P&gt;This doesn't work with Measure Median= Median('Your table'[your column]).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 12:41:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241397#M167916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-14T12:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find a median on a measuring table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241407#M167917</link>
      <description>&lt;P&gt;Yeah, you can't put the measure. Paste here the code for the measure CA usgap+di adh&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 12:48:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4241407#M167917</guid>
      <dc:creator>Gabry</dc:creator>
      <dc:date>2024-10-14T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find a median on a measuring table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4244279#M168036</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;As&amp;nbsp;Gabry&amp;nbsp; said, you can create such measure. Based on your screenshot, it appears that you have not specified a table name or your column name does not exist. Please check.&lt;/P&gt;
&lt;P&gt;(1)This is my test data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(2) We can create a measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;test median = MEDIAN('Table'[CA N])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 07:31:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4244279#M168036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-16T07:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find a median on a measuring table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4254215#M168522</link>
      <description>&lt;P&gt;Thank you all for your help&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 11:11:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-a-median-on-a-measuring-table/m-p/4254215#M168522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-23T11:11:07Z</dc:date>
    </item>
  </channel>
</rss>

