<?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 issue need help in dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4810862#M183978</link>
    <description>&lt;P&gt;Hi Community and Dax Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stucked in Between or may be i am not able to Reach at that point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a&lt;/P&gt;&lt;P&gt;Table = Tbl_Revenue&lt;/P&gt;&lt;P&gt;columns = Win Probability,Revenu_USD and Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Win_Probability Column we have only 4 Probs&lt;/P&gt;&lt;P&gt;100,90,70,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i am using stack bar chart&lt;/P&gt;&lt;P&gt;and legend as Win Probability Column&amp;nbsp;&lt;/P&gt;&lt;P&gt;revenue and Month for Cummilative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Have Created Dim_Win_Prob Table&amp;nbsp;&lt;/P&gt;&lt;P&gt;to use in Tbl_Revenue&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i am using Win_Prob[Win Probability] in Slicer and filter by visual Not in 100&lt;/P&gt;&lt;P&gt;so now my filter showing 3 Win probability&amp;nbsp;&lt;/P&gt;&lt;P&gt;90,70,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so Now i want to calculate&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Everytine it shows 100 Win Probability Revenue&lt;/P&gt;&lt;P&gt;if i select any win Probability from slicer then it append with 100 Win probability&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and If i select all three then all three value Append with 100&lt;/P&gt;&lt;P&gt;so my Stack color Will be based on Win Probability and There value as height&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone solve this issue for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried alot but not getting this desire result&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am able to achieve this&lt;/P&gt;&lt;P&gt;but all the time when i use legend it shows equal Value as total for all legend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my calculation&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get Variance Added into Cumulative Target =&lt;BR /&gt;VAR REVENUE_100 =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'MainTable_ProjectData (2)'[Revenue] ),&lt;BR /&gt;REMOVEFILTERS (&lt;SPAN&gt;Dim_Win_Prob&lt;/SPAN&gt;[WinProbability] ),&lt;BR /&gt;'MainTable_ProjectData (2)'[Win Probability] = 100&lt;BR /&gt;)&lt;BR /&gt;VAR REVENUE_SELECTED =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'MainTable_ProjectData (2)'[Revenue] ),&lt;BR /&gt;KEEPFILTERS (&lt;SPAN&gt;Dim_Win_Prob&lt;/SPAN&gt;[WinProbability] ),&lt;BR /&gt;'MainTable_ProjectData (2)'[Win Probability] &amp;lt;&amp;gt; 100&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;IF(ISFILTERED(&lt;SPAN&gt;Dim_Win_Prob&lt;/SPAN&gt;&lt;SPAN&gt;[WinProbability]),&lt;/SPAN&gt;REVENUE_100 + REVENUE_SELECTED,REVENUE_100)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 21:04:43 GMT</pubDate>
    <dc:creator>shahrukhgaffar0</dc:creator>
    <dc:date>2025-08-28T21:04:43Z</dc:date>
    <item>
      <title>Dax issue need help in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4810862#M183978</link>
      <description>&lt;P&gt;Hi Community and Dax Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stucked in Between or may be i am not able to Reach at that point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a&lt;/P&gt;&lt;P&gt;Table = Tbl_Revenue&lt;/P&gt;&lt;P&gt;columns = Win Probability,Revenu_USD and Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Win_Probability Column we have only 4 Probs&lt;/P&gt;&lt;P&gt;100,90,70,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i am using stack bar chart&lt;/P&gt;&lt;P&gt;and legend as Win Probability Column&amp;nbsp;&lt;/P&gt;&lt;P&gt;revenue and Month for Cummilative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Have Created Dim_Win_Prob Table&amp;nbsp;&lt;/P&gt;&lt;P&gt;to use in Tbl_Revenue&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i am using Win_Prob[Win Probability] in Slicer and filter by visual Not in 100&lt;/P&gt;&lt;P&gt;so now my filter showing 3 Win probability&amp;nbsp;&lt;/P&gt;&lt;P&gt;90,70,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so Now i want to calculate&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Everytine it shows 100 Win Probability Revenue&lt;/P&gt;&lt;P&gt;if i select any win Probability from slicer then it append with 100 Win probability&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and If i select all three then all three value Append with 100&lt;/P&gt;&lt;P&gt;so my Stack color Will be based on Win Probability and There value as height&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone solve this issue for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried alot but not getting this desire result&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am able to achieve this&lt;/P&gt;&lt;P&gt;but all the time when i use legend it shows equal Value as total for all legend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my calculation&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get Variance Added into Cumulative Target =&lt;BR /&gt;VAR REVENUE_100 =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'MainTable_ProjectData (2)'[Revenue] ),&lt;BR /&gt;REMOVEFILTERS (&lt;SPAN&gt;Dim_Win_Prob&lt;/SPAN&gt;[WinProbability] ),&lt;BR /&gt;'MainTable_ProjectData (2)'[Win Probability] = 100&lt;BR /&gt;)&lt;BR /&gt;VAR REVENUE_SELECTED =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'MainTable_ProjectData (2)'[Revenue] ),&lt;BR /&gt;KEEPFILTERS (&lt;SPAN&gt;Dim_Win_Prob&lt;/SPAN&gt;[WinProbability] ),&lt;BR /&gt;'MainTable_ProjectData (2)'[Win Probability] &amp;lt;&amp;gt; 100&lt;BR /&gt;)&lt;BR /&gt;RETURN&lt;BR /&gt;IF(ISFILTERED(&lt;SPAN&gt;Dim_Win_Prob&lt;/SPAN&gt;&lt;SPAN&gt;[WinProbability]),&lt;/SPAN&gt;REVENUE_100 + REVENUE_SELECTED,REVENUE_100)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 21:04:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4810862#M183978</guid>
      <dc:creator>shahrukhgaffar0</dc:creator>
      <dc:date>2025-08-28T21:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dax issue need help in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4811225#M183985</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293398" data-lia-user-login="shahrukhgaffar0" class="lia-mention lia-mention-user"&gt;shahrukhgaffar0&lt;/a&gt;&amp;nbsp;&amp;nbsp;Try using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revenue for Stacked Bar =&lt;BR /&gt;VAR SelectedProbs = VALUES(Dim_Win_Prob[Win Probability])&lt;BR /&gt;VAR CurrentProb = SELECTEDVALUE(Dim_Win_Prob[Win Probability])&lt;BR /&gt;RETURN&lt;BR /&gt;IF(&lt;BR /&gt;CurrentProb = 100&lt;BR /&gt;|| CurrentProb IN SelectedProbs,&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM('Tbl_Revenue'[Revenu_USD]),&lt;BR /&gt;'Tbl_Revenue'[Win Probability] = CurrentProb&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class=""&gt;Use This Measure in Your Stacked Bar Chart&lt;/H3&gt;
&lt;P&gt;Axis: Month&lt;BR /&gt;Legend: Win Probability&lt;BR /&gt;Value: Revenue for Stacked Bar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Slicer on Dim_Win_Prob[Win Probability] (exclude 100 from slicer if you want it always present).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 07:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4811225#M183985</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-08-29T07:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dax issue need help in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4813016#M184037</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293398" data-lia-user-login="shahrukhgaffar0" class="lia-mention lia-mention-user"&gt;shahrukhgaffar0&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293398" data-lia-user-login="shahrukhgaffar0" class="lia-mention lia-mention-user"&gt;shahrukhgaffar0&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and confirm whether you’ve had the opportunity to review the information&amp;nbsp; provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;,. If you have any questions or need further clarification, please don’t hesitate to reach out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;&lt;FONT&gt;Lakshmi.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 06:59:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4813016#M184037</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-01T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dax issue need help in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4816901#M184177</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1293398" data-lia-user-login="shahrukhgaffar0" class="lia-mention lia-mention-user"&gt;shahrukhgaffar0&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 12:34:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4816901#M184177</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-04T12:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dax issue need help in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4819600#M184231</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1293398" target="_blank"&gt;@shahrukhgaffar0&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:46:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-issue-need-help-in-dax/m-p/4819600#M184231</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-08T06:46:07Z</dc:date>
    </item>
  </channel>
</rss>

