<?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: Can I get calculated table in power query? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3606312#M139323</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="551211" data-lia-user-login="alex-JF" class="lia-mention lia-mention-user"&gt;alex-JF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, If you create a calculated column or calculated table in Power BI Desktop, the table and the new column couldn't show in Power Query pane, because they are using the different engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your demands,&amp;nbsp;please reshape and clean the data in power query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2023 03:15:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-12-29T03:15:48Z</dc:date>
    <item>
      <title>Can I get calculated table in power query?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3604663#M139267</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;If I'm getting it right, I'm importing data from different sourses in power bi, in power query to be precise, then I can manipulate with tables? add calculated columns and so on. But some transformation of data can be done only in Power Query window, so is there a way to get to to power query table with calculated columns and etc.?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 05:49:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3604663#M139267</guid>
      <dc:creator>alex-JF</dc:creator>
      <dc:date>2023-12-28T05:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get calculated table in power query?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3604925#M139273</link>
      <description>&lt;P&gt;Yes, you can perform various transformations, including adding calculated columns, in the Power Query Editor in Power BI. The Power Query Editor provides a user-friendly interface for shaping, transforming, and enriching your data before it gets loaded into your Power BI data model.&lt;/P&gt;&lt;P&gt;Here's a brief overview of how you can add calculated columns in Power Query:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Load Data into Power Query&lt;/STRONG&gt;: After importing your data into Power BI, you can launch the Power Query Editor by clicking on the "Edit Queries" button in the Home tab.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Navigate to Add Column Tab&lt;/STRONG&gt;: Inside the Power Query Editor, navigate to the "Add Column" tab on the ribbon.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Choose Calculated Column&lt;/STRONG&gt;: Within the "Add Column" tab, you'll find various options for adding columns. To add a calculated column, you can use the "Custom Column" option.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create Formula&lt;/STRONG&gt;: When you choose "Custom Column," a dialog box will appear where you can input your formula. Here, you can write expressions using the M language (the language behind Power Query) to create your calculated column based on existing columns in your table.&lt;/P&gt;&lt;P&gt;For example, if you want to create a calculated column that adds values from two existing columns (Column1 and Column2), you can use a formula like:&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;[Column1] + [Column2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Apply and Close&lt;/STRONG&gt;: After defining your formula, click OK. The calculated column will be added to your table in the Power Query Editor.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Additional Transformations&lt;/STRONG&gt;: Apart from adding calculated columns, you can perform various other transformations such as filtering rows, sorting data, pivoting, unpivoting, merging tables, and more within the Power Query Editor.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Load Data&lt;/STRONG&gt;: Once you've applied all the necessary transformations, you can click on the "Close &amp;amp; Apply" button to load the transformed data into your Power BI data model.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By leveraging the capabilities of the Power Query Editor, you can shape your data according to your requirements, ensuring that it's clean, structured, and ready for analysis in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accepting it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In case there is still a problem, please feel free and explain your issue in detail,&amp;nbsp;It will be my pleasure to assist you in any way I can.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 08:00:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3604925#M139273</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2023-12-28T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get calculated table in power query?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3606312#M139323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="551211" data-lia-user-login="alex-JF" class="lia-mention lia-mention-user"&gt;alex-JF&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, If you create a calculated column or calculated table in Power BI Desktop, the table and the new column couldn't show in Power Query pane, because they are using the different engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your demands,&amp;nbsp;please reshape and clean the data in power query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 03:15:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-get-calculated-table-in-power-query/m-p/3606312#M139323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-29T03:15:48Z</dc:date>
    </item>
  </channel>
</rss>

