<?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 Displaying two Fields data into same table. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3861910#M150867</link>
    <description>&lt;P&gt;We have a requirement where we have two Product fields. One is Product (single select), other field is 'Local Product(Multi select)'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Product and local product are not associated in symantic model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirment is to when one value of Product filed selected and some values in local product are selected both the selections should be displayed with thier respective volumes into the table .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg: Product : Car;&amp;nbsp; Local Product : Bike , Bus&lt;/P&gt;&lt;P&gt;Result :&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;Volume&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Car&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;200&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bike&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bus&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Tue, 23 Apr 2024 10:16:00 GMT</pubDate>
    <dc:creator>Shameem</dc:creator>
    <dc:date>2024-04-23T10:16:00Z</dc:date>
    <item>
      <title>Displaying two Fields data into same table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3861910#M150867</link>
      <description>&lt;P&gt;We have a requirement where we have two Product fields. One is Product (single select), other field is 'Local Product(Multi select)'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Product and local product are not associated in symantic model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirment is to when one value of Product filed selected and some values in local product are selected both the selections should be displayed with thier respective volumes into the table .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg: Product : Car;&amp;nbsp; Local Product : Bike , Bus&lt;/P&gt;&lt;P&gt;Result :&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;Volume&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Car&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;200&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bike&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bus&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 23 Apr 2024 10:16:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3861910#M150867</guid>
      <dc:creator>Shameem</dc:creator>
      <dc:date>2024-04-23T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying two Fields data into same table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862136#M150873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="730269" data-lia-user-login="Shameem" class="lia-mention lia-mention-user"&gt;Shameem&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please refer to attached sample file with the proposed solution&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 11:30:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862136#M150873</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-23T11:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying two Fields data into same table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862338#M150883</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, Thank you for reply, I have same values in both Product and local product field. And one is single select and other is multi select respectively, as in UI same screen contains&amp;nbsp; few metrics which are depending on single select field and few metrics depend on both . Below is the case.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 12:38:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862338#M150883</guid>
      <dc:creator>Shameem</dc:creator>
      <dc:date>2024-04-23T12:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying two Fields data into same table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862430#M150890</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="730269" data-lia-user-login="Shameem" class="lia-mention lia-mention-user"&gt;Shameem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 13:09:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862430#M150890</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2024-04-23T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying two Fields data into same table.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862634#M150895</link>
      <description>&lt;P&gt;Thank you for the solution.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:08:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Displaying-two-Fields-data-into-same-table/m-p/3862634#M150895</guid>
      <dc:creator>Shameem</dc:creator>
      <dc:date>2024-04-23T14:08:31Z</dc:date>
    </item>
  </channel>
</rss>

