<?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: First letter capitalized in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510711#M134712</link>
    <description>&lt;P&gt;Hello! Previously, this was the formula I created. As shown in the image, the month starts with a lowercase letter.&lt;/P&gt;&lt;P&gt;What can it be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 23:32:51 GMT</pubDate>
    <dc:creator>amgelain</dc:creator>
    <dc:date>2023-11-01T23:32:51Z</dc:date>
    <item>
      <title>First letter capitalized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510521#M134701</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the calendar table, I need the first letter of the month in capital letters. I created a calculated column and tested several functions without success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions to solve this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 20:59:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510521#M134701</guid>
      <dc:creator>amgelain</dc:creator>
      <dc:date>2023-11-01T20:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: First letter capitalized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510582#M134703</link>
      <description>&lt;P&gt;In your calanedar table add a calculate column~&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Month name = FORMAT('Calendar'[Date],"mmmm")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clear description of the problem.&amp;nbsp; I wish everyone did that!&lt;/P&gt;&lt;P&gt;Remember we are unpaid volunteers. So please click the thumbs up and the [accept as solution] button to leave kudos.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One question per ticket please. If you need to extend your request then please raise a new ticket.&lt;/P&gt;&lt;P&gt;You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you quote &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="177566" data-lia-user-login="speedramps" class="lia-mention lia-mention-user"&gt;speedramps&lt;/a&gt; in your next tickets then I will then receive an automatic notification, and will be delighted to help you again.&lt;/P&gt;&lt;P&gt;Please now click the thumbs up and the [accept as solution] button.&amp;nbsp; Thnak you.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 21:50:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510582#M134703</guid>
      <dc:creator>speedramps</dc:creator>
      <dc:date>2023-11-01T21:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: First letter capitalized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510711#M134712</link>
      <description>&lt;P&gt;Hello! Previously, this was the formula I created. As shown in the image, the month starts with a lowercase letter.&lt;/P&gt;&lt;P&gt;What can it be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 23:32:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510711#M134712</guid>
      <dc:creator>amgelain</dc:creator>
      <dc:date>2023-11-01T23:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: First letter capitalized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510731#M134713</link>
      <description>&lt;P&gt;The FORMAT mmmm is returning lower case because of your langauge settings.&lt;BR /&gt;Different countries have different rules:-&lt;BR /&gt;&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/66750/how-to-control-the-capitalization-of-month-and-day-names-returned-by-dateformat" target="_self"&gt;Click to learn about language settings &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;en: September &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;es: septiembre &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;fr: septembre &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;de: September&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;This will display months with capital first letter&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Month = UPPER(LEFT(FORMAT('Calendar'[Date],"mmmm"),1)) &amp;amp; MID(FORMAT('Calendar'[Date],"mmmm"),2, LEN(FORMAT('Calendar'[Date],"mmmm"))-1)&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Please now click the thumbs up and the [accept as solution] button.&amp;nbsp; Thank you.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 00:02:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3510731#M134713</guid>
      <dc:creator>speedramps</dc:creator>
      <dc:date>2023-11-02T00:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: First letter capitalized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3512947#M134835</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="177566" data-lia-user-login="speedramps" class="lia-mention lia-mention-user"&gt;speedramps&lt;/a&gt;&amp;nbsp;! Thank you very much for your help. It worked out!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 19:23:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3512947#M134835</guid>
      <dc:creator>amgelain</dc:creator>
      <dc:date>2023-11-02T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: First letter capitalized</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3514421#M134904</link>
      <description>&lt;P&gt;Thank you for the kudos.&lt;BR /&gt;If you need more help then raise a new ticket and quote &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="177566" data-lia-user-login="speedramps" class="lia-mention lia-mention-user"&gt;speedramps&lt;/a&gt; anywhere in the text,&amp;nbsp; I will then receive an automatic notification and will be delighted to help you again.&lt;BR /&gt;Please always try provide example input data as table text (not a screen print) so we can import the data to build a solution for you.&amp;nbsp;You will gain respect and a much quicker and better responses with the more effort put in to describing problems&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 12:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-letter-capitalized/m-p/3514421#M134904</guid>
      <dc:creator>speedramps</dc:creator>
      <dc:date>2023-11-03T12:26:55Z</dc:date>
    </item>
  </channel>
</rss>

