<?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 Registers considered in DAX measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979251#M99842</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a doubt about DAX measures. Is there a way in which I can view the registers that are counting certain measure?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, I have created the next measure that counts sales of the last 30 days and it says it is 33 sales.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sales_quantity_last_30_days = CALCULATE(DISTINCTCOUNT(sales[id]),DATESINPERIOD ( Calendario[Date], TODAY(), -30, DAY ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way in which I can access directly to those specific 33 registers to see that data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I upload a dummy table with a source table and the measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://drive.google.com/drive/folders/1TOYezhAuiy0ADTNcKVL1ayNw5XoLMo_I?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1TOYezhAuiy0ADTNcKVL1ayNw5XoLMo_I?usp=sharing&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 14:26:45 GMT</pubDate>
    <dc:creator>ladislaocsulak</dc:creator>
    <dc:date>2022-12-20T14:26:45Z</dc:date>
    <item>
      <title>Registers considered in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979251#M99842</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a doubt about DAX measures. Is there a way in which I can view the registers that are counting certain measure?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, I have created the next measure that counts sales of the last 30 days and it says it is 33 sales.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sales_quantity_last_30_days = CALCULATE(DISTINCTCOUNT(sales[id]),DATESINPERIOD ( Calendario[Date], TODAY(), -30, DAY ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way in which I can access directly to those specific 33 registers to see that data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I upload a dummy table with a source table and the measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://drive.google.com/drive/folders/1TOYezhAuiy0ADTNcKVL1ayNw5XoLMo_I?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1TOYezhAuiy0ADTNcKVL1ayNw5XoLMo_I?usp=sharing&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 14:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979251#M99842</guid>
      <dc:creator>ladislaocsulak</dc:creator>
      <dc:date>2022-12-20T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Registers considered in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979338#M99845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="477180" data-lia-user-login="ladislaocsulak" class="lia-mention lia-mention-user"&gt;ladislaocsulak&lt;/a&gt;&amp;nbsp;Explain what registers are?&lt;BR /&gt;You have not tried to create a simple table and reflect the id_buyer and your measure&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 14:56:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979338#M99845</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-12-20T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Registers considered in DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979436#M99852</link>
      <description>&lt;P&gt;Adding the measure to a table solves the problem. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 15:29:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Registers-considered-in-DAX-measure/m-p/2979436#M99852</guid>
      <dc:creator>ladislaocsulak</dc:creator>
      <dc:date>2022-12-20T15:29:33Z</dc:date>
    </item>
  </channel>
</rss>

