<?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 Dynamic Number Format in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Dynamic-Number-Format/m-p/4029293#M1111</link>
    <description>&lt;P&gt;This can be used after selecting the "Dynamic" as the measure format under "Measure tools"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR CurrentValue = SELECTEDMEASURE()
RETURN
    SWITCH (
        TRUE (),
        // format the number based on value
        CurrentValue &amp;lt;= -1E6, "#,0,,.00 M",
        CurrentValue &amp;lt;= -1E3, "#,0,.00 K",
        CurrentValue &amp;lt;= 1E3, "#,0.00",
        CurrentValue &amp;lt; 1E6, "#,0,.00 K",
        CurrentValue &amp;lt; 1E9, "#,0,,.00 M",
        CurrentValue &amp;lt; 1E12, "#,0,,,.00 B"
    )&lt;/LI-CODE&gt;&lt;P&gt;I&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 04:31:00 GMT</pubDate>
    <dc:creator>aduguid</dc:creator>
    <dc:date>2024-07-08T04:31:00Z</dc:date>
    <item>
      <title>Dynamic Number Format</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Dynamic-Number-Format/m-p/4029293#M1111</link>
      <description>&lt;P&gt;This can be used after selecting the "Dynamic" as the measure format under "Measure tools"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR CurrentValue = SELECTEDMEASURE()
RETURN
    SWITCH (
        TRUE (),
        // format the number based on value
        CurrentValue &amp;lt;= -1E6, "#,0,,.00 M",
        CurrentValue &amp;lt;= -1E3, "#,0,.00 K",
        CurrentValue &amp;lt;= 1E3, "#,0.00",
        CurrentValue &amp;lt; 1E6, "#,0,.00 K",
        CurrentValue &amp;lt; 1E9, "#,0,,.00 M",
        CurrentValue &amp;lt; 1E12, "#,0,,,.00 B"
    )&lt;/LI-CODE&gt;&lt;P&gt;I&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 04:31:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Dynamic-Number-Format/m-p/4029293#M1111</guid>
      <dc:creator>aduguid</dc:creator>
      <dc:date>2024-07-08T04:31:00Z</dc:date>
    </item>
  </channel>
</rss>

