<?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: Transform Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2909680#M95057</link>
    <description>&lt;P&gt;In short: you can't. Data in columns must be of the same type. So, either you're gonna turn everything into text (which can hold anything but it'll be text with all its limitations) or you're gonna turn the values into proper quantities on the fly (not recommended), or you're gonna change the structure of the table (create a new one, if you can't).&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 13:54:08 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-11-16T13:54:08Z</dc:date>
    <item>
      <title>Transform Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2909425#M95033</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I have multiples tables, with multiple columns. How can I transform the following table&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;Kpi&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Value&lt;/P&gt;&lt;P&gt;Kpi 1&amp;nbsp; &amp;nbsp;0,35&lt;/P&gt;&lt;P&gt;Kpi2&amp;nbsp; &amp;nbsp;44860&lt;/P&gt;&lt;P&gt;Kpi3&amp;nbsp; &amp;nbsp;150&lt;/P&gt;&lt;P&gt;Kpi4&amp;nbsp; &amp;nbsp;1050&lt;/P&gt;&lt;P&gt;&amp;nbsp;to this table&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;Kpi&amp;nbsp; &amp;nbsp; &amp;nbsp; Value&lt;/P&gt;&lt;P&gt;Kpi1&amp;nbsp; &amp;nbsp;&amp;nbsp;35%&lt;/P&gt;&lt;P&gt;Kpi2&amp;nbsp; &amp;nbsp;&amp;nbsp;26-10-2022&lt;/P&gt;&lt;P&gt;Kpi3&amp;nbsp; &amp;nbsp;150,00€&lt;/P&gt;&lt;P&gt;Kpi4&amp;nbsp; 1.050,00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have to create a measure or a column to solve this problem? I have mutiple tables and columns with this situation. I can't chage data format in the data source files. Thank for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Beste regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joaquim Guedes&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:12:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2909425#M95033</guid>
      <dc:creator>Joaquim_Guedes</dc:creator>
      <dc:date>2022-11-16T12:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2909680#M95057</link>
      <description>&lt;P&gt;In short: you can't. Data in columns must be of the same type. So, either you're gonna turn everything into text (which can hold anything but it'll be text with all its limitations) or you're gonna turn the values into proper quantities on the fly (not recommended), or you're gonna change the structure of the table (create a new one, if you can't).&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 13:54:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2909680#M95057</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-16T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2917854#M95590</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="176130" data-lia-user-login="Joaquim_Guedes" class="lia-mention lia-mention-user"&gt;Joaquim_Guedes&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Current power bi does not support these, you can't store multiple type of data value in one field.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For your scenario, I think these should be suitable to create a parameter table with all categories to use in matrix and write a measure to return corresponding value based on current values.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 07:14:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Transform-Table/m-p/2917854#M95590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-21T07:14:24Z</dc:date>
    </item>
  </channel>
</rss>

