<?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: To add slicer in calculated table. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2097039#M47799</link>
    <description>&lt;P class="lia-align-justify"&gt;&lt;A href="https://gofile.io/d/s1lPqZ" target="_blank" rel="noopener"&gt;https://gofile.io/d/s1lPqZ&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Please check this also.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 24 Sep 2021 12:27:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-24T12:27:58Z</dc:date>
    <item>
      <title>To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2086066#M47421</link>
      <description>&lt;P&gt;Actually I have a three table one is fact table and other two dimensional table. ie, calulated table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg: table 1&amp;nbsp; &amp;nbsp;table 2&amp;nbsp; table 3&lt;/P&gt;&lt;P&gt;Table 1 is main table. Table 2 and 3 is calculated table. I need to add slicer from table 1 to table 3.but there is no relationship among those tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to add slicer to the calculated table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone please help to sort it out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 10:32:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2086066#M47421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-20T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2086191#M47428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you want to do? Do you want to use a slicer to filter Table 1 and Table 3 without a relationship?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sqlbi.com/blog/marco/2010/02/09/how-to-relate-tables-in-dax-without-using-relationships/" target="_blank"&gt;https://www.sqlbi.com/blog/marco/2010/02/09/how-to-relate-tables-in-dax-without-using-relationships/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, please consider&amp;nbsp;&lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;it as the solution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Appreciate your Kudos&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":victory_hand:"&gt;✌️&lt;/span&gt;&lt;STRONG&gt;!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 11:46:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2086191#M47428</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-09-20T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2086302#M47435</link>
      <description>&lt;P&gt;Actually table 3 is calculated table. There is no unique values in both the tables.so we need to use that slicer in calculated table ie, table 3 as a filter.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 12:58:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2086302#M47435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-20T12:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2087524#M47485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use &lt;A href="https://docs.microsoft.com/en-us/dax/selectedvalue-function" target="_self"&gt;SELECTEDVALUE&lt;/A&gt; in the Calculated table dax codes to filter that based on the selected item on slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share a sample of your file here after removing sensitive ata?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, please consider&amp;nbsp;&lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;it as the solution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Appreciate your Kudos&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;STRONG&gt;!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 03:32:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2087524#M47485</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-09-21T03:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2088568#M47530</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;.Thanks for ur help&lt;/P&gt;&lt;P&gt;I have attached the image of that calculated table.in that i have taken a measure from 360 main table. From that main table I need to get the slicer and add it to the calculated table dax.for example.in the slicer there are four names like&lt;/P&gt;&lt;P&gt;Sujith&lt;/P&gt;&lt;P&gt;Vahid&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;P&gt;Kong.&lt;/P&gt;&lt;P&gt;If I filtered these names it should show datas for selected name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 11:26:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2088568#M47530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-21T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2088756#M47534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to use a filter in your codes, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary Data 1 = calculatetable((UNION(.......Your Codes),filter(360,360[Name Column]=SELECTEDVALUE(360[Name Column])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, please consider&amp;nbsp;&lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;it as the solution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Appreciate your Kudos&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;STRONG&gt;!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 12:57:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2088756#M47534</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-09-21T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2089178#M47551</link>
      <description>&lt;P&gt; Hi, it showing as an error. I have send the screenshot of that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 16:11:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2089178#M47551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-21T16:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2089813#M47565</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Befor filter in your code close Union parentheses.&lt;/P&gt;&lt;P&gt;it should be&lt;FONT color="#FF0000"&gt; )),filter(&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, please consider&amp;nbsp;&lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;it as the solution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Appreciate your Kudos&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;STRONG&gt;!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 22:37:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2089813#M47565</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-09-21T22:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2090405#M47579</link>
      <description>&lt;P&gt;Hi@VahidDM.if I used that no error is showing but there is no values are showing as I attached in the screenshot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 06:14:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2090405#M47579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-22T06:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2091270#M47612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share your file or sample of your data here? to find out what are those measures and how to find a good solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 11:51:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2091270#M47612</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-09-22T11:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2094168#M47714</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;&amp;nbsp;i have attaches the sample file.&amp;nbsp;&lt;A title="Power bi file" href="http://app.powerbi.com/groups/me/reports/702250ad-915f-42bb-8665-f1f737d69e05/ReportSectionca12deafa5ab2c79a1a3" target="_self"&gt;http://app.powerbi.com/groups/me/reports/702250ad-915f-42bb-8665-f1f737d69e05/ReportSectionca12deafa5ab2c79a1a3&lt;/A&gt;&amp;nbsp;. Please check and help to sort out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 11:41:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2094168#M47714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-23T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2095436#M47763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share your PBIX file (Desktop version); you can share that on google drive, Dri=opbox, Gofile.io,...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 21:31:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2095436#M47763</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-09-23T21:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2097030#M47798</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/iusabz24q6qytdp/sujith.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/iusabz24q6qytdp/sujith.pbix?dl=0&lt;/A&gt; is that fine?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 12:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2097030#M47798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-24T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2097039#M47799</link>
      <description>&lt;P class="lia-align-justify"&gt;&lt;A href="https://gofile.io/d/s1lPqZ" target="_blank" rel="noopener"&gt;https://gofile.io/d/s1lPqZ&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Please check this also.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 24 Sep 2021 12:27:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2097039#M47799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-24T12:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: To add slicer in calculated table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2102035#M47972</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;&amp;nbsp;please help to sort it out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 06:30:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-add-slicer-in-calculated-table/m-p/2102035#M47972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-28T06:30:15Z</dc:date>
    </item>
  </channel>
</rss>

