<?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 make slicer filter values in a table if there is no join b/w two tables? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-slicer-filter-values-in-a-table-if-there-is-no-join/m-p/1783036#M37427</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I select west, it should 11&lt;/P&gt;&lt;P&gt;I have a query. I created a week1_forecast&amp;nbsp; column in ‘A’ table. What it does is, if the region is west, then moves the week_number to +2 and if it is other region it moves week_no to +1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, ‘Region’ slicer in the dashboard is from ‘B' table. There is no join b/w 'A' and 'B' tables. I tried to create join but all columns has many to many relation.&lt;/P&gt;&lt;P&gt;Now, how do I make the slicer filter the values in week_forecast column. Can you pls guide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, for example, if i select 'West' then it should show 11 in week1 forecast column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX I wrote:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WeekNo._Wk1_forecast = IF(('A '[Region])="West",WEEKNUM('Start_Date].[Date])+2,WEEKNUM('Start_Date].[Date])+1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 13 Apr 2021 18:37:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-04-13T18:37:48Z</dc:date>
    <item>
      <title>How to make slicer filter values in a table if there is no join b/w two tables?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-slicer-filter-values-in-a-table-if-there-is-no-join/m-p/1783036#M37427</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I select west, it should 11&lt;/P&gt;&lt;P&gt;I have a query. I created a week1_forecast&amp;nbsp; column in ‘A’ table. What it does is, if the region is west, then moves the week_number to +2 and if it is other region it moves week_no to +1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, ‘Region’ slicer in the dashboard is from ‘B' table. There is no join b/w 'A' and 'B' tables. I tried to create join but all columns has many to many relation.&lt;/P&gt;&lt;P&gt;Now, how do I make the slicer filter the values in week_forecast column. Can you pls guide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, for example, if i select 'West' then it should show 11 in week1 forecast column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX I wrote:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WeekNo._Wk1_forecast = IF(('A '[Region])="West",WEEKNUM('Start_Date].[Date])+2,WEEKNUM('Start_Date].[Date])+1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Apr 2021 18:37:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-slicer-filter-values-in-a-table-if-there-is-no-join/m-p/1783036#M37427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-13T18:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make slicer filter values in a table if there is no join b/w two tables?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-slicer-filter-values-in-a-table-if-there-is-no-join/m-p/1785542#M37519</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very easy, actually. You create a measure that will return 1 for the rows you want to keep and 0 for the others. Then you use this measure in the Filter Pane of the visual.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 21:38:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-slicer-filter-values-in-a-table-if-there-is-no-join/m-p/1785542#M37519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T21:38:33Z</dc:date>
    </item>
  </channel>
</rss>

