<?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 create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845618#M91052</link>
    <description>&lt;P&gt;not working I am unable to take volume column without any function under calculate&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 06:13:47 GMT</pubDate>
    <dc:creator>Parul_verma</dc:creator>
    <dc:date>2022-10-17T06:13:47Z</dc:date>
    <item>
      <title>How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2844642#M90992</link>
      <description>&lt;P&gt;Hi, I know it must be simpler but I am literally stuck in this.I have the data like this&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Month&lt;/TD&gt;&lt;TD&gt;Volume in 1000Kgs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;jan&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;feb&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mar&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want the result to be shown as,100/600 for jan,200/600 for feb,300/600 for mar.Please get me the solution for this&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 13:38:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2844642#M90992</guid>
      <dc:creator>Parul_verma</dc:creator>
      <dc:date>2022-10-16T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2844935#M91015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"shown" where? In a measure or in a calculated column?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 17:45:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2844935#M91015</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-10-16T17:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2844942#M91018</link>
      <description>&lt;P&gt;In a measure&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 17:52:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2844942#M91018</guid>
      <dc:creator>Parul_verma</dc:creator>
      <dc:date>2022-10-16T17:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845036#M91028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="457281" data-lia-user-login="Parul_verma" class="lia-mention lia-mention-user"&gt;Parul_verma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
DIVIDE ( [Volume], CALCULATE ( [Volumne], ALL ( 'Table'[Month] ) ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 16 Oct 2022 20:03:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845036#M91028</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-16T20:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845618#M91052</link>
      <description>&lt;P&gt;not working I am unable to take volume column without any function under calculate&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 06:13:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845618#M91052</guid>
      <dc:creator>Parul_verma</dc:creator>
      <dc:date>2022-10-17T06:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845746#M91061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="457281" data-lia-user-login="Parul_verma" class="lia-mention lia-mention-user"&gt;Parul_verma&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I thought it was a measure. Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=
DIVIDE ( SUM ( [Volume] ), CALCULATE ( SUM ( [Volumne] ), ALL ( 'Table'[Month] ) ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:18:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2845746#M91061</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-17T07:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2852846#M91533</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="457281" data-lia-user-login="Parul_verma" class="lia-mention lia-mention-user"&gt;Parul_verma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you just want to display as 100/600 in January, 200/600 in February, and 300/600 in March, then what you might want to create is a Text measure like the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Result = 
VAR a =
    SUM ( 'Table'[Volume in 1000Kgs] )
VAR b =
    CALCULATE ( SUM ( 'Table'[Volume in 1000Kgs] ), ALL ( 'Table' ) )
RETURN
    a &amp;amp; "/" &amp;amp; b&lt;/LI-CODE&gt;
&lt;P&gt;If you want the result to be a calculated value, you can also consider checking '&lt;STRONG&gt;show value as percent of grand total&lt;/STRONG&gt;' to display the result.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 07:06:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2852846#M91533</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-10-20T07:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create measure for Volume (in 1 000 KGS) of 1 SKU/Volume (in 1 000 KGS) of all SKU?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2856474#M91827</link>
      <description>&lt;P&gt;All selected (item) worked as comparison to this, this is showing me the exact values in col B&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 01:00:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-measure-for-Volume-in-1-000-KGS-of-1-SKU-Volume-in/m-p/2856474#M91827</guid>
      <dc:creator>Parul_verma</dc:creator>
      <dc:date>2022-10-22T01:00:24Z</dc:date>
    </item>
  </channel>
</rss>

