<?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: Need help in measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389996#M127787</link>
    <description>&lt;P&gt;Thank you so much. I really appreciate your help this is working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 11:23:40 GMT</pubDate>
    <dc:creator>Srinivas3350</dc:creator>
    <dc:date>2023-08-21T11:23:40Z</dc:date>
    <item>
      <title>Need help in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389930#M127783</link>
      <description>&lt;P&gt;Hi I am using measure to display values in HTML content visual when I am selecting the option I am able to induvidually see the values for option i select when no option is selected i am not able to see any the data for feild below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;i used all the 3 different measures in the variables to display those figures when i am not selecting any option i need to see those values there individually and the measure i used is&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;DynamicMessage_v1 =&lt;BR /&gt;VAR SelectedOption = SELECTEDVALUE(DIM_ACCOUNTS_LEVEL[Accounts_Level_1])&lt;BR /&gt;VAR ForecastValue = [BTS(GBP-Forecast)%]&lt;BR /&gt;VAR BTSValue = [BTS(GBP-Forecast)]&lt;BR /&gt;VAR RedStyle = "style='color: red;'"&lt;BR /&gt;VAR BoldStyle = "style='font-weight: bold;'"&lt;BR /&gt;VAR Equipment = [Equipment]&lt;BR /&gt;VAR Supplies = [Supplies]&lt;BR /&gt;VAR Spares = [Spares]&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;SWITCH(&lt;BR /&gt;SelectedOption,&lt;BR /&gt;"Equipment", "Europe today is at &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(ForecastValue, "0.00%") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; of forecast with a BTS of &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(BTSValue, "#.##") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; (Equipment: " &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(Equipment, "£#") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; ")",&lt;BR /&gt;"Supplies", "Europe today is at &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(ForecastValue, "0.00%") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; of forecast with a BTS of &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(BTSValue, "#.##") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; (Supplies: " &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(Supplies, "£#") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; ")",&lt;BR /&gt;"Spares", "Europe today is at &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(ForecastValue, "0.00%") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; of forecast with a BTS of &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(BTSValue, "#.##") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; (Spares: " &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(Spares, "£#") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; ")",&lt;BR /&gt;"Europe today is at &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(ForecastValue, "0.00%") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; of forecast with a BTS of &amp;lt;span " &amp;amp; RedStyle &amp;amp; "&amp;gt;" &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(BTSValue, "#.##") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; "&amp;lt;/span&amp;gt; (Equipment: " &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(Equipment, "£#") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; ", Supplies: " &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(Supplies, "£#") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; " &amp;amp; Spares: " &amp;amp; "&amp;lt;span " &amp;amp; BoldStyle &amp;amp; "&amp;gt;" &amp;amp; FORMAT(Spares, "£#") &amp;amp; "&amp;lt;/span&amp;gt;" &amp;amp; ")"&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;can anyone help me this is very urgrnt for me Thank you in adavnce&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:01:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389930#M127783</guid>
      <dc:creator>Srinivas3350</dc:creator>
      <dc:date>2023-08-21T11:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389965#M127784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499577" data-lia-user-login="Srinivas3350" class="lia-mention lia-mention-user"&gt;Srinivas3350&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how these measures are configured:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VAR Equipment = [Equipment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR Supplies = [Supplies]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR Spares = [Spares]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But they seem to be blank if nothing is selected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe you should add some other formula like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VAR EquipmentNS = CALCULATE([Equipment],DIM_ACCOUNTS_LEVEL[Accounts_Level_1]="Equipment"),&amp;nbsp;&lt;BR /&gt;VAR SuppliesNS =CALCULATE([Supplies],DIM_ACCOUNTS_LEVEL[Accounts_Level_1]="Supplies")&lt;BR /&gt;VAR SparesNS = CALCULATE([Spares],DIM_ACCOUNTS_LEVEL[Accounts_Level_1]="Spares")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And use these three for the last option&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:18:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389965#M127784</guid>
      <dc:creator>mlsx4</dc:creator>
      <dc:date>2023-08-21T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389980#M127785</link>
      <description>&lt;P&gt;&lt;SPAN&gt;VAR Equipment = [Equipment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR Supplies = [Supplies]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR Spares = [Spares]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this 3 are measure which we are seeing data for Equipment , Spares &amp;amp; Supplies&lt;/P&gt;&lt;P&gt;as i can see the data when i select those options as i attached screenshot above&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:19:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389980#M127785</guid>
      <dc:creator>Srinivas3350</dc:creator>
      <dc:date>2023-08-21T11:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389985#M127786</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499577" data-lia-user-login="Srinivas3350" class="lia-mention lia-mention-user"&gt;Srinivas3350&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, but I think they are affected by a selector, isn't it? If this is the case, it won't work unless you add the three I have told you before. I mean, you need to keep yours, but include also the ones I am suggesting&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:20:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389985#M127786</guid>
      <dc:creator>mlsx4</dc:creator>
      <dc:date>2023-08-21T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389996#M127787</link>
      <description>&lt;P&gt;Thank you so much. I really appreciate your help this is working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 11:23:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-in-measure/m-p/3389996#M127787</guid>
      <dc:creator>Srinivas3350</dc:creator>
      <dc:date>2023-08-21T11:23:40Z</dc:date>
    </item>
  </channel>
</rss>

