<?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 Need Same values corresponding to ID Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Same-values-corresponding-to-ID-Column/m-p/2116032#M48477</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need calculated column based on category and cat Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Some category have catid and some not have.&lt;/P&gt;&lt;P&gt;example:- for category "Pen11" have catid"1001" for all "Pen11"&amp;nbsp; catid should be Same. If catId is blank then blank.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 11:09:35 GMT</pubDate>
    <dc:creator>siva54</dc:creator>
    <dc:date>2021-10-05T11:09:35Z</dc:date>
    <item>
      <title>Need Same values corresponding to ID Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Same-values-corresponding-to-ID-Column/m-p/2116032#M48477</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need calculated column based on category and cat Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Some category have catid and some not have.&lt;/P&gt;&lt;P&gt;example:- for category "Pen11" have catid"1001" for all "Pen11"&amp;nbsp; catid should be Same. If catId is blank then blank.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 11:09:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Same-values-corresponding-to-ID-Column/m-p/2116032#M48477</guid>
      <dc:creator>siva54</dc:creator>
      <dc:date>2021-10-05T11:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Same values corresponding to ID Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Same-values-corresponding-to-ID-Column/m-p/2116048#M48478</link>
      <description>&lt;P&gt;You could do it by returning the max catid per category&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Result = CALCULATE(MAX('Table'[catid]), ALLEXCEPT('Table', 'Table'[Category]))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Oct 2021 11:15:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Same-values-corresponding-to-ID-Column/m-p/2116048#M48478</guid>
      <dc:creator>PaulOlding</dc:creator>
      <dc:date>2021-10-05T11:15:46Z</dc:date>
    </item>
  </channel>
</rss>

