<?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 Create calculated column in Live connection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3403889#M128606</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables, Table 1 is live connection(Using existing dataset) and Table 2 is import file. The Employee ID present in import file should be shown as "Flag - Internal", and for other records should be shown as "External" or "Blank".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have to bring that Flag column from table 2 to table 1. Using RELATED function we can achieve this but since Table 1 is live connection unable to create Calculate column and Calculate Table.&lt;BR /&gt;Using relationship between these 2 table if we directly drag and drop the Flag column in a table visual, data will filtered out where Flag = Internal. Flag = External won'tbe appeared in the visual.&amp;nbsp; I believe it should be handled in Measure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please advice how to achieve this measure.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2023 08:51:28 GMT</pubDate>
    <dc:creator>Arioli_Chezhian</dc:creator>
    <dc:date>2023-08-29T08:51:28Z</dc:date>
    <item>
      <title>Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3403889#M128606</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables, Table 1 is live connection(Using existing dataset) and Table 2 is import file. The Employee ID present in import file should be shown as "Flag - Internal", and for other records should be shown as "External" or "Blank".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have to bring that Flag column from table 2 to table 1. Using RELATED function we can achieve this but since Table 1 is live connection unable to create Calculate column and Calculate Table.&lt;BR /&gt;Using relationship between these 2 table if we directly drag and drop the Flag column in a table visual, data will filtered out where Flag = Internal. Flag = External won'tbe appeared in the visual.&amp;nbsp; I believe it should be handled in Measure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please advice how to achieve this measure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 08:51:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3403889#M128606</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T08:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3403919#M128608</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp; Table 1 is your fact table and Table 2 is the Dimension Table, Right?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 09:09:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3403919#M128608</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T09:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404013#M128611</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478098" data-lia-user-login="Mahesh0016" class="lia-mention lia-mention-user"&gt;Mahesh0016&lt;/a&gt;&amp;nbsp; yes, that's correct.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 09:42:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404013#M128611</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T09:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404065#M128615</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp;I hope this helps you. Thank you.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Create Following Measures :&lt;BR /&gt;Tbl1 =&lt;BR /&gt;SUM ( 'Table Workspace'[Emp ID] )&lt;BR /&gt;#################################&lt;BR /&gt;Tbl2 =&lt;BR /&gt;SUMX ( 'Table Flag', [Tbl1] )&lt;BR /&gt;################################&lt;BR /&gt;Flag =&lt;BR /&gt;IF ( [Tbl1] = [Tbl2], "Internal", "External" )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404065#M128615</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404102#M128618</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478098" data-lia-user-login="Mahesh0016" class="lia-mention lia-mention-user"&gt;Mahesh0016&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have a correction in the data. You have done SUM for Emp ID, just for example I gave Emp ID as number but in my case the EMP ID has alphabetics with numerics. (Example: abcd324).&lt;BR /&gt;In this case we cannot SUM the column right, as the datatype will stay as TEXT.&lt;BR /&gt;&lt;BR /&gt;How to overcome this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:18:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404102#M128618</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T10:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404113#M128619</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp;okay, I will try and let you know one more thing is your employee ID length is same, right&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:24:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404113#M128619</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T10:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404131#M128620</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp;I hope this helps you. Thank you.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Create Following Measures :&lt;BR /&gt;Tbl1 =&lt;BR /&gt;MAX ( 'Table Workspace'[Emp ID] )&lt;BR /&gt;#################################&lt;BR /&gt;Tbl2 =&lt;BR /&gt;MAXX ( 'Table Flag', [Tbl1] )&lt;BR /&gt;################################&lt;BR /&gt;Flag =&lt;BR /&gt;IF ( [Tbl1] = [Tbl2], "Internal", "External" )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:31:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404131#M128620</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T10:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404138#M128621</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478098" data-lia-user-login="Mahesh0016" class="lia-mention lia-mention-user"&gt;Mahesh0016&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes it's consists of 4 alphabetics continue with 3 numerics (abcd324).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:30:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404138#M128621</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404151#M128622</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp;it's Done Please Check my Solution. Thank You.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:32:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404151#M128622</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T10:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404189#M128626</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478098" data-lia-user-login="Mahesh0016" class="lia-mention lia-mention-user"&gt;Mahesh0016&lt;/a&gt;&amp;nbsp; - I tried but when I drag and drop this measure, the visual keeps on loading.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:51:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404189#M128626</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T10:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404262#M128633</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp; are you plot columns from the fact table or Dim in visual?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 11:35:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404262#M128633</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404338#M128635</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478098" data-lia-user-login="Mahesh0016" class="lia-mention lia-mention-user"&gt;Mahesh0016&lt;/a&gt;&amp;nbsp;- I am bringing data from Table 1, which contains all the emp ID. Even in Table 1 it has unique records, no duplicates.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:14:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404338#M128635</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404355#M128636</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp; Please can you Elobrate Table 1 and Table 2 Relationships.&lt;BR /&gt;For E.g One To Many, One to One&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:24:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404355#M128636</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404371#M128637</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478098" data-lia-user-login="Mahesh0016" class="lia-mention lia-mention-user"&gt;Mahesh0016&lt;/a&gt;&amp;nbsp; - One to One&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:27:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404371#M128637</guid>
      <dc:creator>Arioli_Chezhian</dc:creator>
      <dc:date>2023-08-29T12:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated column in Live connection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404418#M128640</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="577313" data-lia-user-login="Arioli_Chezhian" class="lia-mention lia-mention-user"&gt;Arioli_Chezhian&lt;/a&gt;&amp;nbsp; Please Try This one.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Flag =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Table 1'&lt;/SPAN&gt;&lt;SPAN&gt;[Emp ID]&lt;/SPAN&gt;&lt;SPAN&gt; ) = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Table 2'&lt;/SPAN&gt;&lt;SPAN&gt;[Emp ID]&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Internal"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"External"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:51:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-column-in-Live-connection/m-p/3404418#M128640</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-08-29T12:51:42Z</dc:date>
    </item>
  </channel>
</rss>

