<?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 Power BI / DAX in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591407#M18012</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing an Power BI report where I need to do an unpovit of data (common spearted data into rows). I dont think there is any function in DAX which can do this. How can this be achived ?&lt;/P&gt;&lt;P&gt;Ex :&amp;nbsp; I have created an measure which returns value like&amp;nbsp;:&amp;nbsp; NA, Vitamin B Claim, Vitamin E Claim, Aging Claim&lt;/P&gt;&lt;P&gt;So i need to convert this into&amp;nbsp;&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;Vitamin B Claim&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vitamin E Claim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aging Claim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Issue.png" style="width: 332px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/138594iE4747C7686A8470F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Issue.png" alt="Issue.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Dec 2018 11:30:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-26T11:30:26Z</dc:date>
    <item>
      <title>Power BI / DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591407#M18012</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing an Power BI report where I need to do an unpovit of data (common spearted data into rows). I dont think there is any function in DAX which can do this. How can this be achived ?&lt;/P&gt;&lt;P&gt;Ex :&amp;nbsp; I have created an measure which returns value like&amp;nbsp;:&amp;nbsp; NA, Vitamin B Claim, Vitamin E Claim, Aging Claim&lt;/P&gt;&lt;P&gt;So i need to convert this into&amp;nbsp;&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;Vitamin B Claim&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vitamin E Claim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aging Claim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Issue.png" style="width: 332px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/138594iE4747C7686A8470F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Issue.png" alt="Issue.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 11:30:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591407#M18012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-26T11:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI / DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591503#M18015</link>
      <description>&lt;P&gt;There is no "Split" function in DAX:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/36217978-split-dax-function" target="_blank"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/36217978-split-dax-function&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did create an unpivot in DAX:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/DAX-Unpivot/m-p/574832" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/DAX-Unpivot/m-p/574832&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Going to be difficult without a SPLIT command. You're going to need to try a different approach. Need source data really and seeing what your original calculations are.&amp;nbsp;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 16:07:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591503#M18015</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-12-26T16:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI / DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591816#M18022</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share some raw data, please? Maybe we can find a workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 08:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-DAX/m-p/591816#M18022</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-12-27T08:27:56Z</dc:date>
    </item>
  </channel>
</rss>

