<?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 DAX for a field that can be used to populate the total storage capacity purchased on an order in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-a-field-that-can-be-used-to-populate-the-total-storage/m-p/2061814#M46537</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a field that can be used to populate the total storage capacity purchased on an order.&lt;/P&gt;&lt;P&gt;On the below table, Capacity and capacity_type is as of now calculated using some left/right/mid functions within the TD query.&lt;/P&gt;&lt;P&gt;If any of you have any details on this, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 12:37:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-07T12:37:23Z</dc:date>
    <item>
      <title>DAX for a field that can be used to populate the total storage capacity purchased on an order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-a-field-that-can-be-used-to-populate-the-total-storage/m-p/2061814#M46537</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a field that can be used to populate the total storage capacity purchased on an order.&lt;/P&gt;&lt;P&gt;On the below table, Capacity and capacity_type is as of now calculated using some left/right/mid functions within the TD query.&lt;/P&gt;&lt;P&gt;If any of you have any details on this, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 12:37:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-a-field-that-can-be-used-to-populate-the-total-storage/m-p/2061814#M46537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-07T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for a field that can be used to populate the total storage capacity purchased on an order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-a-field-that-can-be-used-to-populate-the-total-storage/m-p/2061861#M46541</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Seems like maybe a column like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total capacity = 
  VAR __mult = IF([capacity_type]="TB",1000,1)
RETURN
  [capacity] * __mult&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Sep 2021 12:59:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-a-field-that-can-be-used-to-populate-the-total-storage/m-p/2061861#M46541</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-09-07T12:59:48Z</dc:date>
    </item>
  </channel>
</rss>

