<?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 view SELECTCOLUMNS Table? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3029563#M103479</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;How can I visualize the table created by the SELECTCOLUMNS function? I'd like to make sure that my function is behaving as intended.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 19:56:17 GMT</pubDate>
    <dc:creator>RYU209</dc:creator>
    <dc:date>2023-01-18T19:56:17Z</dc:date>
    <item>
      <title>How to view SELECTCOLUMNS Table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3029563#M103479</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;How can I visualize the table created by the SELECTCOLUMNS function? I'd like to make sure that my function is behaving as intended.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:56:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3029563#M103479</guid>
      <dc:creator>RYU209</dc:creator>
      <dc:date>2023-01-18T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to view SELECTCOLUMNS Table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3029824#M103492</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="331138" data-lia-user-login="RYU209" class="lia-mention lia-mention-user"&gt;RYU209&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use the similar code like&lt;/P&gt;&lt;P&gt;Table = SELECTCOLUMNS(...)&lt;/P&gt;&lt;P&gt;to create a calculated table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 23:15:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3029824#M103492</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-18T23:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to view SELECTCOLUMNS Table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3030129#M103519</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="331138" data-lia-user-login="RYU209" class="lia-mention lia-mention-user"&gt;RYU209&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on my understanding of your requirements description, it seems that you have defined a virtual table using Var virtual in a DAX expression, but are not sure what its output value is, and want to visualize it to determine the output and verify before doing the next step, right?&amp;nbsp;If this is the case, you can try to directly create an entity calculation table, and display the Var virtual definition of a virtual table to ensure that it is correct before doing the next step, which is also a very practical trick for our DAX developers to debug code when doing these complex DAX logic development.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;For the DAX function you use SELECTCOLUMNS, it can be used to return a table with selected columns from the table and new columns specified by the DAX expressions, if you still have any difficulties and need help, you can refer to this official document first:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/selectcolumns-function-dax" target="_blank"&gt;SELECTCOLUMNS function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Aniya Zhang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; it as the solution&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 02:48:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3030129#M103519</guid>
      <dc:creator>v-yueyunzh-msft</dc:creator>
      <dc:date>2023-01-19T02:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to view SELECTCOLUMNS Table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3031524#M103600</link>
      <description>&lt;P&gt;Thank you! This works perfectly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:09:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-view-SELECTCOLUMNS-Table/m-p/3031524#M103600</guid>
      <dc:creator>RYU209</dc:creator>
      <dc:date>2023-01-19T14:09:39Z</dc:date>
    </item>
  </channel>
</rss>

