<?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 DAX need help for function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2978586#M99790</link>
    <description>&lt;P&gt;What should the formula in Power BI look like if you always wanted to take the first two digits and if the second digit is a minus then the third and fourth digits as you can see in the attached screenshot.&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 09:31:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-20T09:31:02Z</dc:date>
    <item>
      <title>DAX need help for function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2978586#M99790</link>
      <description>&lt;P&gt;What should the formula in Power BI look like if you always wanted to take the first two digits and if the second digit is a minus then the third and fourth digits as you can see in the attached screenshot.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 09:31:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2978586#M99790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T09:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX need help for function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2978805#M99804</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, try this calculated column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NewColumn = 
  IF(
    MID('Table'[ExistingColumn', 2, 1) = "-",
    MID('Table'[ExistingColumn', 3, 2,
    LEFT('Table'[ExistingColumn',2)
  )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 11:12:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2978805#M99804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAX need help for function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2991197#M100650</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, if my suggestion solved the problem you posted, then please mark the answer a Accept As Soultion. This helps other members that are searching for the same or similar problem know what worked.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 06:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-need-help-for-function/m-p/2991197#M100650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-28T06:53:06Z</dc:date>
    </item>
  </channel>
</rss>

