<?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: Help with Dax Formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509886#M69588</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest creating a new table by using the below DAX.&lt;/P&gt;
&lt;P&gt;And visualize it by using a culumn chart / aggregating a name column as distinct-count.&lt;/P&gt;
&lt;P&gt;Please check the attached pbix file, and the relationship between newtable and sheet2 table is shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NewTable =
UNION (
    SELECTCOLUMNS (
        Sheet1,
        "@Name", Sheet1[Name],
        "@Condition", Sheet1[Condition1],
        "@Check", "Condition1"
    ),
    SELECTCOLUMNS (
        Sheet1,
        "@Name", Sheet1[Name],
        "@Condition", Sheet1[Condition2],
        "@Check", "Condition2"
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 08:24:28 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-05-12T08:24:28Z</dc:date>
    <item>
      <title>Help with Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509754#M69585</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help with Dax formula(Attached PBIX file. I need graph as per screen shot provided in PBIX file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if it can be achieved in single dax formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PBIX:&amp;nbsp;&lt;A title="PBIX" href="https://drive.google.com/file/d/1HYLY4bqdWz_MGnKPf-iONNvIKM_VpI2F/view?usp=sharing" target="_self"&gt;PBIX&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 07:37:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509754#M69585</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-05-12T07:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509886#M69588</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest creating a new table by using the below DAX.&lt;/P&gt;
&lt;P&gt;And visualize it by using a culumn chart / aggregating a name column as distinct-count.&lt;/P&gt;
&lt;P&gt;Please check the attached pbix file, and the relationship between newtable and sheet2 table is shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NewTable =
UNION (
    SELECTCOLUMNS (
        Sheet1,
        "@Name", Sheet1[Name],
        "@Condition", Sheet1[Condition1],
        "@Check", "Condition1"
    ),
    SELECTCOLUMNS (
        Sheet1,
        "@Name", Sheet1[Name],
        "@Condition", Sheet1[Condition2],
        "@Check", "Condition2"
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 08:24:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509886#M69588</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-05-12T08:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Dax Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509919#M69589</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the solution. Is it possible using Dax formula?&lt;/P&gt;&lt;P&gt;Just want to know any other method is there to acheive it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 08:32:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-Formula/m-p/2509919#M69589</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2022-05-12T08:32:52Z</dc:date>
    </item>
  </channel>
</rss>

