<?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: DAX query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629136#M76833</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;, I might not be able to share the PBIX. The above data is just the dummy data for reference. I was looking for help in aggregating the sentiments for each company.&lt;BR /&gt;Can you please see if you can help here&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jul 2022 10:45:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-10T10:45:27Z</dc:date>
    <item>
      <title>DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629128#M76829</link>
      <description>&lt;P&gt;I need help with DAX.&lt;/P&gt;&lt;P&gt;So I have tow tables namely Batch and Sentiment.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As you can see Batch Table has a company name and one comapny can have multiple assets.&lt;/P&gt;&lt;P&gt;Similary in Sentiment table, one asset can have multiple sentiments&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Now I need to know for one company there are how many sentiments?&lt;BR /&gt;Like for company ASDA having Green, Animal,Yellow,Bird as assets and they have in total 8 sentiments.&lt;BR /&gt;So for ASDA value should be 8.&lt;BR /&gt;Similarly for other companies.&lt;BR /&gt;Can someone please guide me on this ? &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 10:31:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629128#M76829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-10T10:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629130#M76830</link>
      <description>&lt;P&gt;Hey, will pm you&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 10:35:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629130#M76830</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-10T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629134#M76831</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;can you share the pbix and I will return one with solution&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 10:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629134#M76831</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-10T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629136#M76833</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;, I might not be able to share the PBIX. The above data is just the dummy data for reference. I was looking for help in aggregating the sentiments for each company.&lt;BR /&gt;Can you please see if you can help here&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 10:45:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629136#M76833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-10T10:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629138#M76834</link>
      <description>&lt;P&gt;You basically just need to create a realetionship based on asset column, but I will pm you anyway&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 10:48:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629138#M76834</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-10T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629146#M76837</link>
      <description>&lt;P&gt;Thank You very much, It comes as a many to many relationship but seems that is the easy way to get this done.&lt;BR /&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 11:27:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629146#M76837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-10T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629147#M76838</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;my pleasure.&lt;BR /&gt;&lt;SPAN&gt;Make sure that all of the assets are in both tables otherwise you will lose information as in m:m cardinality the blank row concept is not applicable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 11:29:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query/m-p/2629147#M76838</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-10T11:29:17Z</dc:date>
    </item>
  </channel>
</rss>

