<?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: How to Make Calculated Columns Available for Grouping in Power Query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059195#M161103</link>
    <description>&lt;P&gt;"&lt;STRONG&gt;when I go to the Power Query Editor (Transform Data), I can't see this column there&lt;/STRONG&gt;" - this is correct behaviour.&lt;/P&gt;
&lt;P&gt;You don't see DAX calculated columns in Power Query.&lt;/P&gt;
&lt;P&gt;Add a custom column in power query instead&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 13:49:48 GMT</pubDate>
    <dc:creator>HotChilli</dc:creator>
    <dc:date>2024-07-24T13:49:48Z</dc:date>
    <item>
      <title>How to Make Calculated Columns Available for Grouping in Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059151#M161102</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning PowerBI and having some trouble with making a calculated&amp;nbsp;column available for grouping in Power Query. I have a calculated column:&amp;nbsp; ProductPriceCategory that I created using DAX in Power BI. However, when I go to the Power Query Editor (Transform Data), I can't see this column there. Here’s how I created the column:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;DIV class=""&gt;DAX&lt;PRE&gt;ProductPriceCategory =&lt;BR /&gt;IF(&lt;BR /&gt;[ProductPriceZscore] &amp;gt;= 2.5, &lt;BR /&gt;"Top category",&lt;BR /&gt;IF(&lt;BR /&gt;[ProductPriceZscore] &amp;gt;= 1 &amp;amp;&amp;amp; [ProductPriceZscore] &amp;lt; 2.5,&lt;BR /&gt;"Premium category",&lt;BR /&gt;IF(&lt;BR /&gt;[ProductPriceZscore] &amp;gt;= 0 &amp;amp;&amp;amp; [ProductPriceZscore] &amp;lt; 1,&lt;BR /&gt;"Standard category",&lt;BR /&gt;"Value category"&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:27:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059151#M161102</guid>
      <dc:creator>StijnHH</dc:creator>
      <dc:date>2024-07-24T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make Calculated Columns Available for Grouping in Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059195#M161103</link>
      <description>&lt;P&gt;"&lt;STRONG&gt;when I go to the Power Query Editor (Transform Data), I can't see this column there&lt;/STRONG&gt;" - this is correct behaviour.&lt;/P&gt;
&lt;P&gt;You don't see DAX calculated columns in Power Query.&lt;/P&gt;
&lt;P&gt;Add a custom column in power query instead&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:49:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059195#M161103</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2024-07-24T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make Calculated Columns Available for Grouping in Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059197#M161104</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780111" data-lia-user-login="StijnHH" class="lia-mention lia-mention-user"&gt;StijnHH&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power Query can't see DAX calculated columns. You can create that column in Power Query using "if-then-else" syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gorilla.bi/power-query/if-function-in-power-query/" target="_self"&gt;https://gorilla.bi/power-query/if-function-in-power-query/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:51:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059197#M161104</guid>
      <dc:creator>DataInsights</dc:creator>
      <dc:date>2024-07-24T13:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make Calculated Columns Available for Grouping in Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059211#M161105</link>
      <description>&lt;P&gt;Thank you very much for your response.&lt;BR /&gt;&lt;BR /&gt;Am I unable to see the DAX calculated columns in power Query, because they are only performed after they are loaded?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From now on I will create a custom column and group it that way instead.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:58:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059211#M161105</guid>
      <dc:creator>StijnHH</dc:creator>
      <dc:date>2024-07-24T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Make Calculated Columns Available for Grouping in Power Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059220#M161107</link>
      <description>&lt;P&gt;Seems that I used the wrong window within PowerBi, many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 14:05:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Make-Calculated-Columns-Available-for-Grouping-in-Power/m-p/4059220#M161107</guid>
      <dc:creator>StijnHH</dc:creator>
      <dc:date>2024-07-24T14:05:04Z</dc:date>
    </item>
  </channel>
</rss>

