<?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: Date range card format issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2805082#M88426</link>
    <description>&lt;P&gt;That works, thanks a lot!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 06:44:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-29T06:44:18Z</dc:date>
    <item>
      <title>Date range card format issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2801604#M88170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following date table which is in format dd/mm/yyyy&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;After I make a measure to display the date range as a visual, the format changed to mm/dd/yyyy instead of my expected outcome dd/mm/yyyy.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what I missed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 03:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2801604#M88170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-28T03:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date range card format issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2805008#M88419</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may try this Calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date Range = FORMAT( MIN('Table'[Date]),"dd/mm/yyyy")&amp;amp;"-"&amp;amp;FORMAT(MAX('Table'[Date]),"dd/mm/yyyy")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result looks like this.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post helps, then please consider&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please let me know. Thanks a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Caiyun&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 06:11:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2805008#M88419</guid>
      <dc:creator>v-cazheng-msft</dc:creator>
      <dc:date>2022-09-29T06:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date range card format issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2805082#M88426</link>
      <description>&lt;P&gt;That works, thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 06:44:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-card-format-issue/m-p/2805082#M88426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-29T06:44:18Z</dc:date>
    </item>
  </channel>
</rss>

