<?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: Dynamic Number Format In PBI Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3026021#M103189</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499156" data-lia-user-login="Zaytoon" class="lia-mention lia-mention-user"&gt;Zaytoon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FORMAT returns a string ( text data type) l. The chart cannot determine a value of a text and hence cannot plot a text.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 14:19:43 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-01-17T14:19:43Z</dc:date>
    <item>
      <title>Dynamic Number Format In PBI Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3025598#M103156</link>
      <description>&lt;P&gt;I have division measure, which contains values some of them should be displayed as %, and the rest as numbers, formatting should be based on another values in another feild.&lt;/P&gt;&lt;P&gt;for example if attribute=ABC then measure should be in percentage else should be shown in number.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my organisation doesnt allow tabular editor, so please suggest a solution that doesnt contain tabular editor.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:33:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3025598#M103156</guid>
      <dc:creator>Zaytoon</dc:creator>
      <dc:date>2023-01-17T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Number Format In PBI Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3025634#M103159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499156" data-lia-user-login="Zaytoon" class="lia-mention lia-mention-user"&gt;Zaytoon&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can do&lt;/P&gt;
&lt;P&gt;Mesure2 =&amp;nbsp;&lt;BR /&gt;VAR Value1 = [Measure1]&lt;BR /&gt;RETURN&lt;BR /&gt;IF ( SELECTEDVALUE ( 'Table'[Attribute] = "ABC", FORMAT ( Value1, "Percent" ),&amp;nbsp;Value1 )&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:53:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3025634#M103159</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-17T11:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Number Format In PBI Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3025941#M103185</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Many thanks tamer that worked perfectly well in matrix table however sth gone wrong in charts as shown below, the attribute whose condition is true disappeared from chart. do you know how this can be sorted.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 13:55:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3025941#M103185</guid>
      <dc:creator>Zaytoon</dc:creator>
      <dc:date>2023-01-17T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Number Format In PBI Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3026021#M103189</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499156" data-lia-user-login="Zaytoon" class="lia-mention lia-mention-user"&gt;Zaytoon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FORMAT returns a string ( text data type) l. The chart cannot determine a value of a text and hence cannot plot a text.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 14:19:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Number-Format-In-PBI-Measure/m-p/3026021#M103189</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-17T14:19:43Z</dc:date>
    </item>
  </channel>
</rss>

