<?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 BUSCAR INFORMAÇÃO EM OUTRA TABELA SEM RELAÇÃO. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/BUSCAR-INFORMA%C3%87%C3%83O-EM-OUTRA-TABELA-SEM-RELA%C3%87%C3%83O/m-p/1795749#M37840</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olá pessoal, Na imagem acima tenho a tabela 1 e tabela 2.&lt;/P&gt;&lt;P&gt;Quero buscar as informações da coluna [nome] da tabela 2, e levar para a tabela 1.&lt;BR /&gt;quero que fique conforme exemplo abaixo.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TABELA 1 [VALORES] TABELA 2 [nome]&lt;BR /&gt;10 6 a 10&lt;BR /&gt;15 11 a 20&lt;BR /&gt;20 21 a 30&lt;BR /&gt;15 11 a 20&lt;BR /&gt;21 21 a 30&lt;BR /&gt;34 31 a 40&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Isso e possível?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 17:53:47 GMT</pubDate>
    <dc:creator>EdsonGomes</dc:creator>
    <dc:date>2021-04-20T17:53:47Z</dc:date>
    <item>
      <title>BUSCAR INFORMAÇÃO EM OUTRA TABELA SEM RELAÇÃO.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/BUSCAR-INFORMA%C3%87%C3%83O-EM-OUTRA-TABELA-SEM-RELA%C3%87%C3%83O/m-p/1795749#M37840</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olá pessoal, Na imagem acima tenho a tabela 1 e tabela 2.&lt;/P&gt;&lt;P&gt;Quero buscar as informações da coluna [nome] da tabela 2, e levar para a tabela 1.&lt;BR /&gt;quero que fique conforme exemplo abaixo.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TABELA 1 [VALORES] TABELA 2 [nome]&lt;BR /&gt;10 6 a 10&lt;BR /&gt;15 11 a 20&lt;BR /&gt;20 21 a 30&lt;BR /&gt;15 11 a 20&lt;BR /&gt;21 21 a 30&lt;BR /&gt;34 31 a 40&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Isso e possível?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 17:53:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/BUSCAR-INFORMA%C3%87%C3%83O-EM-OUTRA-TABELA-SEM-RELA%C3%87%C3%83O/m-p/1795749#M37840</guid>
      <dc:creator>EdsonGomes</dc:creator>
      <dc:date>2021-04-20T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: BUSCAR INFORMAÇÃO EM OUTRA TABELA SEM RELAÇÃO.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/BUSCAR-INFORMA%C3%87%C3%83O-EM-OUTRA-TABELA-SEM-RELA%C3%87%C3%83O/m-p/1796792#M37858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="297097" data-lia-user-login="EdsonGomes" class="lia-mention lia-mention-user"&gt;EdsonGomes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try this DAX measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#GetName = 
VAR currentValue = SELECTEDVALUE('T'[Value])
RETURN
CALCULATE(VALUES('T'[Name]), FILTER('T', currentValue &amp;gt;= 'T'[Min] &amp;amp;&amp;amp; currentValue &amp;lt;= 'T'[Max]))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#333399"&gt;&lt;EM&gt;If this post helps, then please consider &lt;U&gt;Accept it as the solution&lt;/U&gt; &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;to help the other members find it more quickly.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 07:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/BUSCAR-INFORMA%C3%87%C3%83O-EM-OUTRA-TABELA-SEM-RELA%C3%87%C3%83O/m-p/1796792#M37858</guid>
      <dc:creator>ERD</dc:creator>
      <dc:date>2021-04-21T07:32:04Z</dc:date>
    </item>
  </channel>
</rss>

