<?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: Select columns displayed in visuals in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850717#M51838</link>
    <description>&lt;P&gt;Yes am using direct query storage mode. i have table A with more than 100 columns from which am selecting only 4 columns and 2 columns from another outer join table B. DAX query which power bi sends is trying to read all the columns from table A and all the columns from table B which is causing the visual exceeding million rows constraint.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 17:11:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-18T17:11:48Z</dc:date>
    <item>
      <title>Select columns displayed in visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850687#M51836</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am new to Power BI. I have a report on a dataset where i tried display 7 columns from 3 tables and 2 measures from one of the&amp;nbsp; 3 tables. When i drag and drop into the table, in query log i see it is selecting all the columns from the second table which i do the join. How do i select only columns i need from the tables and tables which i join?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rejishravindran_0-1713458756035.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1081703iE4FC5312133CBCE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rejishravindran_0-1713458756035.png" alt="rejishravindran_0-1713458756035.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 16:51:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850687#M51836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-18T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select columns displayed in visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850694#M51837</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I guess you are usinf direct query sorage mode. The SQL query which power bi sends to the source will depend on various factors and one such factor is the DAX query that you wrote and the relationships between the tables. I dont think it is possible for anyone to suggest you an idea without knowing the details.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;P&gt;If the post helps please give a thumbs up&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If it solves your issue, please accept it as the solution to help the other members find it more quickly.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Tharun&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 16:58:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850694#M51837</guid>
      <dc:creator>tharunkumarRTK</dc:creator>
      <dc:date>2024-04-18T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select columns displayed in visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850717#M51838</link>
      <description>&lt;P&gt;Yes am using direct query storage mode. i have table A with more than 100 columns from which am selecting only 4 columns and 2 columns from another outer join table B. DAX query which power bi sends is trying to read all the columns from table A and all the columns from table B which is causing the visual exceeding million rows constraint.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 17:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3850717#M51838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-18T17:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select columns displayed in visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3855106#M51856</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As I said its difficult for me suggest anything without knowing the dax you wrote for those measures. My suggestion is to do basic check first&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. just pull the required columns both the tables and do not pull any measure and very how many columns the query is sanning and as per my knowledge it will only scan the columns you pulled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that enable horizontal fusion option in the preview features and then into visual include the measures and check again. Incase if the sql query is scanning the entire table then you need to otimize your dax. Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;P&gt;If the post helps please give a thumbs up&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If it solves your issue, please accept it as the solution to help the other members find it more quickly.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Tharun&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 05:04:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3855106#M51856</guid>
      <dc:creator>tharunkumarRTK</dc:creator>
      <dc:date>2024-04-20T05:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select columns displayed in visuals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3875519#M52058</link>
      <description>&lt;P&gt;Hi - How can i reach out to you to show you the DAX query? SQL query is scanning the entire table but DAX query picks the only selected columns. we dont have horizontal fusion option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 12:08:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Select-columns-displayed-in-visuals/m-p/3875519#M52058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-29T12:08:46Z</dc:date>
    </item>
  </channel>
</rss>

