<?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: Data from one or another column but merged in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142175#M112235</link>
    <description>&lt;P&gt;I tried &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt; and still doesn t work&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I checked my relationship and is correct, not sure why is not working&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 10:51:35 GMT</pubDate>
    <dc:creator>adoalan</dc:creator>
    <dc:date>2023-03-20T10:51:35Z</dc:date>
    <item>
      <title>Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3130675#M111387</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two columns with the same name (Business Region) in two entities (contact and account)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it s a contact then Business Region from contact is populated and Business region from Accoutn is blank and the way around.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CONCATENATE = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;account&lt;/SPAN&gt;&lt;SPAN&gt;[Business Region]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;contact&lt;/SPAN&gt;&lt;SPAN&gt;[Business Region]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I need basically to concatenate the data. Also to mention is direct query not import of data.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can you help please. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;More details:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;So we have 3 entities: contact, account and donation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the amount from donation is linked to contact (so it's a person who donated) then it is populating the Business Region for contact but is blank for account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when the donation is coming from an account (a business/organization etc) the business region is populated for account entity and is blank for contact.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I basically need to get those two fields of Business Region populated in one field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So as example let s say:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jon Doe donated 6 euro and he is from London (only contact Business Region field is populated as this is contact)&lt;/P&gt;&lt;P&gt;and Analytics ISO company donated 7 and location is Belfast (only account Business Region field is populated as this is account)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My output should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Donor Business Region Amount&lt;/P&gt;&lt;P&gt;Jon Doe London 6&lt;/P&gt;&lt;P&gt;Analytics ISO Belfast 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope now makes sense.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Mar 2023 17:20:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3130675#M111387</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-14T17:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3130699#M111389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;"&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;If it s a contact then Business Region from contact.....&lt;/STRONG&gt;"&lt;/EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;What is "it"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:34:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3130699#M111389</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-14T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3131518#M111448</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry let me try again:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we have 3 entities: contact, account and donation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the amount from donation is linked to contact (so it's a person who donated) then it is populating the Business Region for contact but is blank for account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when the donation is coming from an account (a business/organization etc) the business region is populated for account entity and is blank for contact.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I basically need to get those two fields of Business Region populated in one field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So as example let s say:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jon Doe donated 6 euro and he is from London&amp;nbsp; (only contact Business Region field is populated as this is contact)&lt;/P&gt;&lt;P&gt;and Analytics ISO company donated 7 and location is Belfast (only account Business Region field is populated as this is account)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My output should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Donor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Business Region&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P&gt;Jon Doe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; London&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;Analytics ISO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Belfast&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope now makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 17:19:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3131518#M111448</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-14T17:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3131633#M111453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as long as you are working at fact table (donation) transaction level then the simplest approach is to create a [&lt;SPAN&gt;Business Region]&amp;nbsp;&lt;/SPAN&gt;calculated column in the donation table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Business Region =&lt;BR /&gt;RELATED ( account[Business Region] ) &amp;amp; RELATED ( contact[Business Region] )&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 17:54:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3131633#M111453</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-14T17:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3133056#M111539</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Doesn t work. I can find the contact table but is not finding the account table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:47:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3133056#M111539</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-15T09:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3133071#M111541</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You forgot to close the closing bracket after&amp;nbsp;&lt;SPAN&gt;Business Region. Once added you need also to detele the very last closing bracket at the end of the line&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:59:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3133071#M111541</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-15T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142175#M112235</link>
      <description>&lt;P&gt;I tried &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt; and still doesn t work&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I checked my relationship and is correct, not sure why is not working&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 10:51:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142175#M112235</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-20T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142591#M112254</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Would you please paste a screenshot of your data model?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 14:06:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142591#M112254</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-20T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142979#M112288</link>
      <description>&lt;P&gt;Here you go &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 16:57:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3142979#M112288</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-20T16:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3143085#M112297</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok. This is because the active relationship has the cardinality that does not help this calculation. I have no idea what columns are involved in which relationship but let me give it a wuick guess. Please try something like.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Business Region =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RELATED ( contact[Business Region] ) &amp;amp;&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;MAX ( account[Business Region] ),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CROSSFILTER ( nfp_donation[column1], account[column1], NONE ),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;USERELATIONSHIP ( contact[column2], account[column2] )&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;&lt;SPAN&gt;So CROSSFILTER - NONE to deactivate the active relationship and USERELATIONSHIP to activate the inactive (1 to 1) relationship&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 18:02:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3143085#M112297</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-20T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3144269#M112403</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still doesn t like it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 09:49:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3144269#M112403</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-21T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3144284#M112407</link>
      <description>&lt;P&gt;And this is what I get if I create a calculated column on donation&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 09:59:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3144284#M112407</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-21T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3144349#M112412</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It won't work this way. Let me know if we can connect via teams or zoom to have a deeper look at it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 10:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3144349#M112412</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-21T10:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3145113#M112480</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to find you on teams?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:28:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3145113#M112480</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-21T15:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3145166#M112484</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today is not possible. What is your time zone?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:44:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3145166#M112484</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-21T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152173#M112946</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;Dublin Ireland&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:03:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152173#M112946</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-24T10:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152189#M112948</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="471414" data-lia-user-login="adoalan" class="lia-mention lia-mention-user"&gt;adoalan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Can we connect now?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:06:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152189#M112948</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-24T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152195#M112949</link>
      <description>&lt;P&gt;Yes, How to find you on teams&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:07:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152195#M112949</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-24T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152227#M112952</link>
      <description>&lt;P&gt;&lt;A href="https://teams.microsoft.com/l/meetup-join/19%3ameeting_MjVlNjIzMTAtZTRhZC00NTY5LWJkNjktZjZjZDBlMzhhOGEx%40thread.v2/0?context=%7b%22Tid%22%3a%220f42de29-ee3e-4e77-9057-5f7c6eaf130f%22%2c%22Oid%22%3a%225959e1b4-489a-4bbb-9a5e-b34749b31bb0%22%7d" target="_blank"&gt;https://teams.microsoft.com/l/meetup-join/19%3ameeting_MjVlNjIzMTAtZTRhZC00NTY5LWJkNjktZjZjZDBlMzhhOGEx%40thread.v2/0?context=%7b%22Tid%22%3a%220f42de29-ee3e-4e77-9057-5f7c6eaf130f%22%2c%22Oid%22%3a%225959e1b4-489a-4bbb-9a5e-b34749b31bb0%22%7d&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:17:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152227#M112952</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-24T10:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data from one or another column but merged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152333#M112961</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That didn t worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas now that you know exactly what is in there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 11:20:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-from-one-or-another-column-but-merged/m-p/3152333#M112961</guid>
      <dc:creator>adoalan</dc:creator>
      <dc:date>2023-03-24T11:20:04Z</dc:date>
    </item>
  </channel>
</rss>

