<?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 currency in lacs or crores in column chart labels in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/currency-in-lacs-or-crores-in-column-chart-labels/m-p/3129800#M111303</link>
    <description>&lt;P&gt;Hello ,i want to diplay currency in indian format that is lacs and crores in column chart lables , please help thanks in advance&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 05:14:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-14T05:14:19Z</dc:date>
    <item>
      <title>currency in lacs or crores in column chart labels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/currency-in-lacs-or-crores-in-column-chart-labels/m-p/3129800#M111303</link>
      <description>&lt;P&gt;Hello ,i want to diplay currency in indian format that is lacs and crores in column chart lables , please help thanks in advance&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 05:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/currency-in-lacs-or-crores-in-column-chart-labels/m-p/3129800#M111303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-14T05:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: currency in lacs or crores in column chart labels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/currency-in-lacs-or-crores-in-column-chart-labels/m-p/3130227#M111338</link>
      <description>&lt;P&gt;Use display unit as None or use this measure&lt;BR /&gt;Denominations = var a = [Measure]/10&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var b = switch(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True(),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a&amp;gt;= 10000000,Round(divide(a,10000000),2) &amp;amp; "Crore",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;a&amp;gt;= 100000,Round(divide(a,100000),2) &amp;amp; "Lakhs",)&lt;BR /&gt;return b&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 08:56:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/currency-in-lacs-or-crores-in-column-chart-labels/m-p/3130227#M111338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-14T08:56:12Z</dc:date>
    </item>
  </channel>
</rss>

