<?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: Slider data for multiple tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2146828#M49421</link>
    <description>&lt;P&gt;You say "&lt;SPAN&gt;tried to create a new table that gets all the dates&lt;/SPAN&gt;" Is this a Dates table created with CALENDAR or CALENDARAUTO?&amp;nbsp; It sounds like that's what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also is there a way to combine your tables into 1 (in Power Query)?&amp;nbsp; That will make things easier.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 00:40:02 GMT</pubDate>
    <dc:creator>HotChilli</dc:creator>
    <dc:date>2021-10-21T00:40:02Z</dc:date>
    <item>
      <title>Slider data for multiple tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2145961#M49382</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 4 tables with the answers from a form and the date it was completed (1column is the answer and 1 clumn the date)&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Those tables are not originally related between them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to create one slider to show the amounts of "YES" on each answer in the specific date and this should filter those 4 tables at once. I tried to create a new table that gets all the dates and I related my 4 tables to this 5th. But I cannot activate my relationships, so I am trying to create a mesure with USERELATIONSHIPS on my cart. But this is not going well:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Mistakes = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Table 1 [Answer]&lt;/SPAN&gt;&lt;SPAN&gt;),(&lt;/SPAN&gt;&lt;SPAN&gt;USERELATIONSHIP&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Data[Date]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Table1[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;Table1[Answer]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;""YES"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Does anyone know which would be a best solution?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Oct 2021 14:47:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2145961#M49382</guid>
      <dc:creator>pagliaci</dc:creator>
      <dc:date>2021-10-20T14:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slider data for multiple tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2146828#M49421</link>
      <description>&lt;P&gt;You say "&lt;SPAN&gt;tried to create a new table that gets all the dates&lt;/SPAN&gt;" Is this a Dates table created with CALENDAR or CALENDARAUTO?&amp;nbsp; It sounds like that's what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also is there a way to combine your tables into 1 (in Power Query)?&amp;nbsp; That will make things easier.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 00:40:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2146828#M49421</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2021-10-21T00:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slider data for multiple tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2148003#M49457</link>
      <description>&lt;P&gt;I ended up making&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Erro&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LV90[Checklist Desafios 90]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;USERELATIONSHIP&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LV90[Data]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;All_Date[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;LV90[Checklist Desafios 90]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Erro GCAS/Lote"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Oct 2021 11:25:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slider-data-for-multiple-tables/m-p/2148003#M49457</guid>
      <dc:creator>pagliaci</dc:creator>
      <dc:date>2021-10-21T11:25:00Z</dc:date>
    </item>
  </channel>
</rss>

