<?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 recalculate measures used in a DAX table made of a union of rows of measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-recalculate-measures-used-in-a-DAX-table-made-of-a-union/m-p/3209301#M117001</link>
    <description>&lt;P&gt;No, it isn't. Calculated tables are only calculated on data refresh, so they don't pay any attention to slicers or filters.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 12:41:39 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2023-04-27T12:41:39Z</dc:date>
    <item>
      <title>How to recalculate measures used in a DAX table made of a union of rows of measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-recalculate-measures-used-in-a-DAX-table-made-of-a-union/m-p/3209123#M116984</link>
      <description>&lt;P&gt;I have synthesised a DAX table using a UNION of ROWs of different measures. (I used this approach because I wanted to put several rows together of unassociated measures into clean looking table with cell borders.&lt;BR /&gt;&lt;BR /&gt;The latest client request is that we want to use a Slicer. I can use the SELECTEDVALUE of the Slicer and the measures using that formula will recalculate if the user chooses something in the Slicer. This works if the measures are in separate Cards. However, if the measures are used in the DAX table mentioned above, they don't recalculate when the slicer changes.&lt;BR /&gt;&lt;BR /&gt;An example of the UNION table code is&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Stats = UNION (
    ROW("Country",CALCULATE(SELECTEDVALUE(DAXCountries[Value]))),
    ROW("Country",CALCULATE([SlicerValue]))
    )&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Neither cell formula will react to a change in the Slicer value&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ananda&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-recalculate-measures-used-in-a-DAX-table-made-of-a-union/m-p/3209123#M116984</guid>
      <dc:creator>anandasim88</dc:creator>
      <dc:date>2023-04-27T12:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to recalculate measures used in a DAX table made of a union of rows of measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-recalculate-measures-used-in-a-DAX-table-made-of-a-union/m-p/3209301#M117001</link>
      <description>&lt;P&gt;No, it isn't. Calculated tables are only calculated on data refresh, so they don't pay any attention to slicers or filters.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:41:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-recalculate-measures-used-in-a-DAX-table-made-of-a-union/m-p/3209301#M117001</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-04-27T12:41:39Z</dc:date>
    </item>
  </channel>
</rss>

