<?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 NEED help with questions in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4023110#M158751</link>
    <description>&lt;P&gt;Hello, I am new to Power BI&lt;img /&gt;&lt;img /&gt;, learning about it currently, Can anybody please help me with these questions I shall be grateful for it.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 14:45:04 GMT</pubDate>
    <dc:creator>VishalSahoo_7</dc:creator>
    <dc:date>2024-07-03T14:45:04Z</dc:date>
    <item>
      <title>NEED help with questions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4023110#M158751</link>
      <description>&lt;P&gt;Hello, I am new to Power BI&lt;img /&gt;&lt;img /&gt;, learning about it currently, Can anybody please help me with these questions I shall be grateful for it.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 14:45:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4023110#M158751</guid>
      <dc:creator>VishalSahoo_7</dc:creator>
      <dc:date>2024-07-03T14:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: NEED help with questions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4024374#M158852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="770076" data-lia-user-login="VishalSahoo_7" class="lia-mention lia-mention-user"&gt;VishalSahoo_7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, you can try below five formula to create calculated table:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Blank 1: CostDifferenceMatrix = 
SUMMARIZE(
    'QuotesTable',
    'QuotesTable'[Quote ID],
    'QuotesTable'[Gold Number],
    'QuotesTable'[Pre Sales Term],
    'QuotesTable'[Pre Sales Carrier],
    'QuotesTable'[Pre Sales Cost],
    'QuotesTable'[Post Sales Carrier],
    'QuotesTable'[Post Sales Cost],
    "Cost Difference", 'QuotesTable'[Post Sales Cost] - 'QuotesTable'[Pre Sales Cost]
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Blank 2: AvgPreSalesCostMatrix = 
SUMMARIZE(
    'QuotesTable',
    'QuotesTable'[Quote ID],
    'QuotesTable'[Gold Number],
    "Average Pre-Sales Cost", AVERAGE('QuotesTable'[Pre Sales Cost])
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Blank 3: DateMatrix = 
ADDCOLUMNS(
    'QuotesTable',
    "Date", TODAY()
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Blank 4: ExpectedRevenueMatrix = 
SUMMARIZE(
    'QuotesTable',
    'QuotesTable'[Quote ID],
    'QuotesTable'[Gold Number],
    "Expected Revenue", MAX(QuotesTable[Post Sales Cost])* 1.1 
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:06:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4024374#M158852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-04T07:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: NEED help with questions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4024522#M158864</link>
      <description>&lt;P&gt;Hey&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp; Thank you so much really appreciate your help and efforts !! Can you please tell me&amp;nbsp;the 5th blank answer?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:03:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4024522#M158864</guid>
      <dc:creator>VishalSahoo_7</dc:creator>
      <dc:date>2024-07-04T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: NEED help with questions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4024566#M158865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="770076" data-lia-user-login="VishalSahoo_7" class="lia-mention lia-mention-user"&gt;VishalSahoo_7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, I missed the formula for blank5.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Blank 5: CleanGoldNumberMatrix = 
FILTER(
    'QuotesTable',
    NOT(ISBLANK('QuotesTable'[Gold Number]))
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:17:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/NEED-help-with-questions/m-p/4024566#M158865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-04T08:17:10Z</dc:date>
    </item>
  </channel>
</rss>

