<?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: Index and Vergleich in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008417#M101929</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;calculated column&lt;/STRONG&gt; as below to get it, please find the details in&lt;EM&gt;&lt;STRONG&gt; the attachment&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
VAR _value =
    VALUE ( LEFT ( 'Table'[G.GBOBJ], 2 ) )
RETURN
    SWITCH (
        TRUE (),
        _value &amp;gt;= 90, "Ergenis verwendung",
        _value &amp;gt;= 80, "80 Steuern",
        _value &amp;gt;= 74, "74 Zinsen und ahnliche Aufw.",
        _value &amp;gt;= 72, "72 Zinsen und ahnl. Ertrage",
        _value &amp;gt;= 70, "70 Ertrage aus Beteiligungen",
        _value &amp;gt;= 60, "60 Sonst. Betriebliche Aufw",
        _value &amp;gt;= 50, "50 Abschreibungen",
        _value &amp;gt;= 45, "45 Personalaufwand",
        _value &amp;gt;= 40, "40 Materialaufwand",
        _value &amp;gt;= 33, "33 Sonst. betriebl. Ertrage",
        _value &amp;gt;= 30, "30 Umsatzerlose"
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 08:42:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-09T08:42:08Z</dc:date>
    <item>
      <title>Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3005393#M101668</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i enter these excel commands in power bi dax? I would like this syntax for Power Bi dax Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 12:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3005393#M101668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-06T12:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3005582#M101675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) was willst du erreichen?&lt;/P&gt;&lt;P&gt;b) besser hier auf englisch die Fragen stellen, kommen mehr Antworten &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lg&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 12:01:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3005582#M101675</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2023-01-06T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008227#M101920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If I understand correctly, it seems that you would like to get the rows which include some specific text. If yes, you can achieve the same requirement in Power BI by using DAX &lt;A href="https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax" target="_self"&gt;&lt;STRONG&gt;LOOKUPVALUE&lt;/STRONG&gt;&lt;/A&gt; function.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/find-the-data-value-using-lookupvalue-dax-function-in-power-bi-simple-and-useful" target="_self"&gt;Find The Data Value using LookupValue DAX Function in Power BI; Simple and Useful&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In addition, you can&amp;nbsp;&lt;SPAN&gt;provide some&amp;nbsp;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&amp;nbsp;in your excel file (&lt;STRONG&gt;&lt;I&gt;exclude&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;sensitive&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;I&gt;data&lt;/I&gt;&lt;/STRONG&gt;) with&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Text&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;It is better&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;if you can share a&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;SPAN&gt;simplified&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;pbix file. You can refer the following link to upload the file to the community. Later we will check and give you a suitable solution base on your provided info. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 07:11:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008227#M101920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T07:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008333#M101927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;thank you for the effort put, but the solution you propose is for another case, in my case i give all the Text you saw in Index and i compare with the first two numbers in the SachKonto, for example in Sachkonto i have the number 305600, i first take the first two numbers in the begining and compare, if "30 Umsatzerlöse"=30 it will give me 30 Umsatzerlöse.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want to have the above result in the screenshort where i wrote in sql form. the G.GBOBJ stands for SaCHKONTO in the previous Screenshort table i posted.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 07:57:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008333#M101927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008417#M101929</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a &lt;STRONG&gt;calculated column&lt;/STRONG&gt; as below to get it, please find the details in&lt;EM&gt;&lt;STRONG&gt; the attachment&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
VAR _value =
    VALUE ( LEFT ( 'Table'[G.GBOBJ], 2 ) )
RETURN
    SWITCH (
        TRUE (),
        _value &amp;gt;= 90, "Ergenis verwendung",
        _value &amp;gt;= 80, "80 Steuern",
        _value &amp;gt;= 74, "74 Zinsen und ahnliche Aufw.",
        _value &amp;gt;= 72, "72 Zinsen und ahnl. Ertrage",
        _value &amp;gt;= 70, "70 Ertrage aus Beteiligungen",
        _value &amp;gt;= 60, "60 Sonst. Betriebliche Aufw",
        _value &amp;gt;= 50, "50 Abschreibungen",
        _value &amp;gt;= 45, "45 Personalaufwand",
        _value &amp;gt;= 40, "40 Materialaufwand",
        _value &amp;gt;= 33, "33 Sonst. betriebl. Ertrage",
        _value &amp;gt;= 30, "30 Umsatzerlose"
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 08:42:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008417#M101929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008454#M101930</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;i need another help. I took a date in a Database with the year 18,19,20,21,22 and i load it but it came as decimal but when i try to convert these to Date it comes out as 1900. and i don't know how to get the right date. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 08:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008454#M101930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008641#M101940</link>
      <description>&lt;P&gt;Thank you very.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 09:58:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3008641#M101940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Index and Vergleich</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3010098#M102027</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can raise a &lt;STRONG&gt;new post&lt;/STRONG&gt; in the community, please include some sample data and screenshot in it to explain your requirement or problem.&lt;SPAN&gt;&amp;nbsp;It would be helpful to find out the solution. Later we will check it and give you a suitable solution for your new problem. You can refer the following links to share the required info:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=7UEf71Mu2ySWC7MlgciaPViM1RqU5nx4OHGHG5EvNSw%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 01:46:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Index-and-Vergleich/m-p/3010098#M102027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-10T01:46:19Z</dc:date>
    </item>
  </channel>
</rss>

