<?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 Pivot Table/Power Query DAX Formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pivot-Table-Power-Query-DAX-Formula/m-p/4207958#M166833</link>
    <description>&lt;P&gt;I've looked this one up and know it will be some sort of divide function, but I am having trouble getting a measure to fit in when writing&amp;nbsp;it. Below I would need each instance of the row labels in the Bridge Column divided by the total actuals (2.1) in a percentage. Once again, I assume this is easier than it appears, but I cannot get the formula to work for me. Thanks!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 12:07:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-01T12:07:21Z</dc:date>
    <item>
      <title>Pivot Table/Power Query DAX Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pivot-Table-Power-Query-DAX-Formula/m-p/4207958#M166833</link>
      <description>&lt;P&gt;I've looked this one up and know it will be some sort of divide function, but I am having trouble getting a measure to fit in when writing&amp;nbsp;it. Below I would need each instance of the row labels in the Bridge Column divided by the total actuals (2.1) in a percentage. Once again, I assume this is easier than it appears, but I cannot get the formula to work for me. Thanks!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 12:07:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pivot-Table-Power-Query-DAX-Formula/m-p/4207958#M166833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-01T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table/Power Query DAX Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pivot-Table-Power-Query-DAX-Formula/m-p/4209051#M166906</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, Try using below DAX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Percentage of Total = &lt;BR /&gt;DIVIDE(&lt;BR /&gt;SUM('YourTable'[Bridge Column]),&lt;BR /&gt;CALCULATE(SUM('YourTable'[Bridge Column]), ALL('YourTable'))&lt;BR /&gt;) * 100&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 14:58:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Pivot-Table-Power-Query-DAX-Formula/m-p/4209051#M166906</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-10-01T14:58:58Z</dc:date>
    </item>
  </channel>
</rss>

