<?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: Filter calculated table using slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-calculated-table-using-slicer/m-p/3450773#M131440</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="198659" data-lia-user-login="eliottbbedard" class="lia-mention lia-mention-user"&gt;eliottbbedard&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'm a little confused about your needs, Could you please explain them further? It would be good to provide a screenshot of the results you are expecting and desensitized example data.&lt;/P&gt;
&lt;P&gt;Thanks for your efforts &amp;amp; time in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 01:39:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-28T01:39:39Z</dc:date>
    <item>
      <title>Filter calculated table using slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-calculated-table-using-slicer/m-p/3447949#M131254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to be able to filter a calculated table using slicers on my PBI report. I use a master table that contains several data items (reception dates, value used for slicers, etc.) and a date table to show the number of applications received by week. I created a relationship between the reception date and the date table, a measure to calculate the number of applications received and added a custom column (CFP 2023 by week) to my date table to define the week the application was received. After that, I created a calculated table to display the number of applications received per week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My table is working correctly but I'd like to be able to use the information in the master table to filter the information in the calculated table.&amp;nbsp;Could someone help me make this work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the details of my calculated table:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Application Received by Week = ROW(
    "Week", "Application Received",
    "1", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 1"),
    "2", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 2"),
    "3", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 3"),
    "4", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 4"),
    "5", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 5"),
    "6", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 6"),
    "7", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 7"),
    "8", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 8"),
    "9", CALCULATE([Number of Projects], 'Date'[CFP 2023 by Week] = "Week 9"),
    "Total", CALCULATE([Number of Projects], NOT(ISBLANK('Date'[CFP 2023 by Week])))
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table in the report:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 14:09:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-calculated-table-using-slicer/m-p/3447949#M131254</guid>
      <dc:creator>eliottbbedard</dc:creator>
      <dc:date>2023-09-26T14:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filter calculated table using slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-calculated-table-using-slicer/m-p/3450773#M131440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="198659" data-lia-user-login="eliottbbedard" class="lia-mention lia-mention-user"&gt;eliottbbedard&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'm a little confused about your needs, Could you please explain them further? It would be good to provide a screenshot of the results you are expecting and desensitized example data.&lt;/P&gt;
&lt;P&gt;Thanks for your efforts &amp;amp; time in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 01:39:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-calculated-table-using-slicer/m-p/3450773#M131440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-28T01:39:39Z</dc:date>
    </item>
  </channel>
</rss>

