<?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: Select specific value in the row &amp;amp; column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357466#M126191</link>
    <description>&lt;P&gt;it should be fairly straight forward maybe try&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;score = CALCULATE(SUM('2020'[Score]))&lt;BR /&gt;&lt;BR /&gt;however if you only want to insert for example date, company and co only in the tables ,&lt;BR /&gt;&lt;BR /&gt;maybe try&lt;BR /&gt;&lt;BR /&gt;score = CALCULATE(SUM('2020'[Score]),ALLEXCEPT('2020','2020'[Month],'2020'[Co],'2020'[Category]))&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 08:11:34 GMT</pubDate>
    <dc:creator>eliasayyy</dc:creator>
    <dc:date>2023-07-31T08:11:34Z</dc:date>
    <item>
      <title>Select specific value in the row &amp; column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3355230#M126063</link>
      <description>&lt;P&gt;I am struggling&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table in power bi of 251,104 rows and &amp;nbsp;11 columns&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a dax formula but can't get anything to work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have two slicers on my page one for month and one for a group. But there are several rows for the group and month. If I used the table in data view and filter it on 4 of the fields it's provides me with the rows that I want. However this won't be viewable by the user and want a measure that will specifically return that row and colum on the group based on the filters I can apply on the table.&amp;nbsp;&lt;BR /&gt;please help as it keeps summing all the rows or showing blank on every formula I have tired or gives me an error&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 11:01:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3355230#M126063</guid>
      <dc:creator>RG92</dc:creator>
      <dc:date>2023-07-28T11:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific value in the row &amp; column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3355251#M126067</link>
      <description>&lt;P&gt;can you please provide with more details , like relationships , how many tables, the measure , a sample dataset&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 11:13:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3355251#M126067</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-07-28T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific value in the row &amp; column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357444#M126189</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to do is a measure for 2020. On the sheet I have two slicers MONTH and CO.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a measure so that when they select a month on the slicer and CO. It will return the Score and if these are not selected the figure is blank.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However I want the measure to be set to a specific category, and just return the exact value in the table for example when I filter it in a table view it returns the score like below:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 07:54:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357444#M126189</guid>
      <dc:creator>RG92</dc:creator>
      <dc:date>2023-07-31T07:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific value in the row &amp; column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357466#M126191</link>
      <description>&lt;P&gt;it should be fairly straight forward maybe try&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;score = CALCULATE(SUM('2020'[Score]))&lt;BR /&gt;&lt;BR /&gt;however if you only want to insert for example date, company and co only in the tables ,&lt;BR /&gt;&lt;BR /&gt;maybe try&lt;BR /&gt;&lt;BR /&gt;score = CALCULATE(SUM('2020'[Score]),ALLEXCEPT('2020','2020'[Month],'2020'[Co],'2020'[Category]))&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 08:11:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357466#M126191</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-07-31T08:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific value in the row &amp; column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357564#M126196</link>
      <description>&lt;P&gt;Thank you so much for getting back so quickly. It doesnt seem to do the trick. It does the right sum but I want it to only specify for category 1 so it returns the single cell of 85.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 09:06:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357564#M126196</guid>
      <dc:creator>RG92</dc:creator>
      <dc:date>2023-07-31T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific value in the row &amp; column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357618#M126199</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Can you please try&lt;BR /&gt;&lt;BR /&gt;=CALCULATE(SUM('2020'[Score]),'2020'[Category] = "Category 1")&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;=CALCULATE(SUM('2020'[Score]),ALLEXCEPT('2020','2020'[Month],'2020'[Co]), '2020'[Category] = "Category 1")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 09:31:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Select-specific-value-in-the-row-amp-column/m-p/3357618#M126199</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-07-31T09:31:19Z</dc:date>
    </item>
  </channel>
</rss>

