<?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: How to count 2 items in a single row with multiple items listed in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329176#M23511</link>
    <description>&lt;P&gt;I changed it to counta and that worked.&amp;nbsp; Is there now a way to add another column in this formula to pull out another item such as "hard bid".&amp;nbsp; So, in the end it would be giving me the total count of all awarded and not awarded in column A and the total hard bid in column B.&amp;nbsp; To get a true number of hard bids that were awarded and not awarded?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 13:59:08 GMT</pubDate>
    <dc:creator>scyllanbay</dc:creator>
    <dc:date>2020-08-27T13:59:08Z</dc:date>
    <item>
      <title>How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329072#M23504</link>
      <description>&lt;P&gt;I have been spinnig my wheels trying to figure out the correct DAX formula to provide me with a total count of certain words in a single column.&amp;nbsp; Example:&amp;nbsp; I have a column for status with items such as "awarded", "not awarded", "pending award", "Lost", etc. etc.&amp;nbsp; I am looking for the correct way to tell the measure to count all of the awarded and not awarded in that same column.&amp;nbsp; Is that possible?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:21:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329072#M23504</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329108#M23505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255495" data-lia-user-login="scyllanbay" class="lia-mention lia-mention-user"&gt;scyllanbay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this measure:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;_Count = CALCULATE(COUNTA('Table'[Column1]), FILTER('Table', 'Table'[Column1] IN {"awarded", "not awarded"}))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;If you need a distinct count, just use:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;_Count = CALCULATE(DISTINCTCOUNT('Table'[Column1]), FILTER('Table', 'Table'[Column1] IN {"awarded", "not awarded"}))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:37:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329108#M23505</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T13:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329125#M23506</link>
      <description>&lt;P&gt;&amp;nbsp;I tried both of these and I am getting an error that says, "too many arguments were passed to the distinctcount function. the maximum argument count for the function is 1."&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:43:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329125#M23506</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T13:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329160#M23508</link>
      <description>&lt;P&gt;See this example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:51:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329160#M23508</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329169#M23509</link>
      <description>&lt;P&gt;I got the formula to work and provide a 2... however, I need it to count all of the awarded and all of the not awarded and pull back that total number which may be 53.&amp;nbsp; Sorry, for the back and forth, I'm taking classes right now and learning but it's a tricky thing to learn.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:56:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329169#M23509</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329176#M23511</link>
      <description>&lt;P&gt;I changed it to counta and that worked.&amp;nbsp; Is there now a way to add another column in this formula to pull out another item such as "hard bid".&amp;nbsp; So, in the end it would be giving me the total count of all awarded and not awarded in column A and the total hard bid in column B.&amp;nbsp; To get a true number of hard bids that were awarded and not awarded?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:59:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329176#M23511</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T13:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329181#M23512</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255495" data-lia-user-login="scyllanbay" class="lia-mention lia-mention-user"&gt;scyllanbay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use input the values here:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;_Count = CALCULATE(COUNTA('Table'[Column1]), FILTER('Table', 'Table'[Column1] IN {"awarded", "not awarded", "OTHERS"}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and Column2 = "ABC"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have a sample dataset I can help you with a pbix.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:01:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329181#M23512</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329204#M23513</link>
      <description>&lt;P&gt;Is there a way to attached a csv file on here?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:08:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329204#M23513</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329207#M23514</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255495" data-lia-user-login="scyllanbay" class="lia-mention lia-mention-user"&gt;scyllanbay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use google drive / one drive for it, and share the link here.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:09:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329207#M23514</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329228#M23516</link>
      <description>&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1Z9SkhkZmm_635clOEL1uLFKKNo8890Sg/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1Z9SkhkZmm_635clOEL1uLFKKNo8890Sg/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that will work.&amp;nbsp; The first tab has my data and the second tab is what I am trying to create in Power BI.&amp;nbsp; Below is what I have so far, except the Total Hard Bid column is the one that I'm currently working on and it's 100% correct yet.&amp;nbsp; &amp;nbsp;I have a lot of learning left to do and multiple classes on udemy already purchased &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:14:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329228#M23516</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329252#M23517</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255495" data-lia-user-login="scyllanbay" class="lia-mention lia-mention-user"&gt;scyllanbay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only see a csv file with Hard Bird and Negotiated, I believe there are 2 datasets here, right ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I didn't get the connection with the first question. Can you explain it ?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:21:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329252#M23517</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329283#M23518</link>
      <description>&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1Zm3hzluvTFGdv50wv4yvB6bZwMNnK8V8/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1Zm3hzluvTFGdv50wv4yvB6bZwMNnK8V8/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one that you are seeing the the graph that I'm trying to produce in Power BI to look like the below.&amp;nbsp; The attached is the actual data set.&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>Thu, 27 Aug 2020 14:28:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329283#M23518</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T14:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329392#M23524</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255495" data-lia-user-login="scyllanbay" class="lia-mention lia-mention-user"&gt;scyllanbay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the file attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't get how you calculated the Prediction column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 15:07:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329392#M23524</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329432#M23526</link>
      <description>&lt;P&gt;Honestly, I'm speechless. You have no idea how much I appreciate this and didn't expect you to pull all of that together, but Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He calculated the prdiction column by multiplying the percentage by pending.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;One more question, there is an "R" showing before all of the $ values.&amp;nbsp; Do you know why that is?&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>Thu, 27 Aug 2020 15:23:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329432#M23526</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329438#M23527</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255495" data-lia-user-login="scyllanbay" class="lia-mention lia-mention-user"&gt;scyllanbay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's because I've formatted this column as currency, I'm in Brazil that's why you are seeing this "R$"....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change it clicking here:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 15:27:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329438#M23527</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-08-27T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to count 2 items in a single row with multiple items listed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329595#M23535</link>
      <description>&lt;P&gt;Thank you sooo much for helping me with this.&amp;nbsp; You have saved me so many hours of beating my head against my desk trying to figure this out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 16:21:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-2-items-in-a-single-row-with-multiple-items-listed/m-p/1329595#M23535</guid>
      <dc:creator>scyllanbay</dc:creator>
      <dc:date>2020-08-27T16:21:05Z</dc:date>
    </item>
  </channel>
</rss>

