<?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 How to create card that select certain row/column from my table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-card-that-select-certain-row-column-from-my-table/m-p/2843695#M90914</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the next table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to create a card that select the last column in september month (year 2022).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i do that, because if i use slicers the calculation changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Oct 2022 12:40:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-15T12:40:47Z</dc:date>
    <item>
      <title>How to create card that select certain row/column from my table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-card-that-select-certain-row-column-from-my-table/m-p/2843695#M90914</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the next table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to create a card that select the last column in september month (year 2022).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i do that, because if i use slicers the calculation changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2022 12:40:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-card-that-select-certain-row-column-from-my-table/m-p/2843695#M90914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-15T12:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create card that select certain row/column from my table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-card-that-select-certain-row-column-from-my-table/m-p/2843753#M90917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Card =
CALCULATE (
    [Variacion Angersos],
    'Table'[Ano] = 2022,
    'Table'[Mes] = "septiembre"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 15 Oct 2022 15:17:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-card-that-select-certain-row-column-from-my-table/m-p/2843753#M90917</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-15T15:17:40Z</dc:date>
    </item>
  </channel>
</rss>

