<?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: Connecting multiple data points in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1566310#M31160</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262762" data-lia-user-login="matout" class="lia-mention lia-mention-user"&gt;matout&lt;/a&gt; , a new column like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new column =&lt;BR /&gt;Var _1 = if([Bank Account]= "Yes" ,1,0) + if(not(isblank([Accounting Practice])),1,0)+ if([Accountant]= "Yes" ,1,0) + if([External Auditor]= "Yes" ,1,0) + if([Online Banking]= "Yes" ,1,0) &lt;BR /&gt;return &lt;BR /&gt;Switch( True() ,&lt;BR /&gt;_1 = 5, "Organized",&lt;BR /&gt;_1 &amp;gt;0 , "Semi Organized",&lt;BR /&gt;"Not organized"&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change as per need&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 03:46:31 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-12-23T03:46:31Z</dc:date>
    <item>
      <title>Connecting multiple data points</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1565488#M31139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to analyze a survey answers which has 800+ rows based on multiple data points, from within the some questions answers. the survey has 119 questions, each question with 5 options.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to classifiy each rows as&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Organized, semi organized, not organized.&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;Organized classification is&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Question number&lt;/TD&gt;&lt;TD&gt;Option&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 1&lt;/TD&gt;&lt;TD&gt;Option 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 5&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 6&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 4&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 13&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 5&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 44&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And semi organized as for example&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Question number&lt;/TD&gt;&lt;TD&gt;Option&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 1&lt;/TD&gt;&lt;TD&gt;Option 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 5&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 6&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 5&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 13&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Question 44&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Option 4&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this obtainable? and how&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 15:20:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1565488#M31139</guid>
      <dc:creator>matout</dc:creator>
      <dc:date>2020-12-22T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting multiple data points</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1565512#M31141</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262762" data-lia-user-login="matout" class="lia-mention lia-mention-user"&gt;matout&lt;/a&gt; ,The information you have provided is not making the problem clear to me. Can you please explain with an example. &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Appreciate your Kudos.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 15:31:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1565512#M31141</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-22T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting multiple data points</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1565577#M31145</link>
      <description>&lt;P&gt;Hello, thank you for the answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a survey. with 119 question, each question is a column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;each answer&amp;nbsp; for the survey is a row in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Company ID&amp;nbsp; &amp;nbsp; Bank Account?&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Accounting Practice&amp;nbsp; &amp;nbsp; &amp;nbsp;Accountant?&amp;nbsp; &amp;nbsp; &amp;nbsp; External Auditor&amp;nbsp; &amp;nbsp; Online Banking?&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1&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; yes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accounting system&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yes&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;No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;2&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; No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accounting records&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Yes&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;No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;3&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; Yes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accounting system&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yes&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to classify each company (row) as Organized, Semi Organized and Not organized.&lt;/P&gt;&lt;P&gt;based on thier answers to the questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if a company has a bank accout, Accounting practice, Accountant, Registered trade name and Tax number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this company will be labeled as organized.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have other criteria for semi organized and other for not organized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this obtainable and how?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 16:15:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1565577#M31145</guid>
      <dc:creator>matout</dc:creator>
      <dc:date>2020-12-22T16:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting multiple data points</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1566310#M31160</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="262762" data-lia-user-login="matout" class="lia-mention lia-mention-user"&gt;matout&lt;/a&gt; , a new column like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new column =&lt;BR /&gt;Var _1 = if([Bank Account]= "Yes" ,1,0) + if(not(isblank([Accounting Practice])),1,0)+ if([Accountant]= "Yes" ,1,0) + if([External Auditor]= "Yes" ,1,0) + if([Online Banking]= "Yes" ,1,0) &lt;BR /&gt;return &lt;BR /&gt;Switch( True() ,&lt;BR /&gt;_1 = 5, "Organized",&lt;BR /&gt;_1 &amp;gt;0 , "Semi Organized",&lt;BR /&gt;"Not organized"&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change as per need&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 03:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1566310#M31160</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-23T03:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting multiple data points</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1571166#M31305</link>
      <description>&lt;P&gt;Hello, thank you for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this solution is helpful, however, there are 3 different values in the "Accounting practice" column.&lt;BR /&gt;How can I diffrentiate them, this is not just true or false.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 15:19:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Connecting-multiple-data-points/m-p/1571166#M31305</guid>
      <dc:creator>matout</dc:creator>
      <dc:date>2020-12-27T15:19:15Z</dc:date>
    </item>
  </channel>
</rss>

