<?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: SSAS to Power bi Percentage symbol issue in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/42985#M1312</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/10017"&gt;@BarryB75﻿&lt;/a&gt;&amp;nbsp;I would imagine it has something to do with how the Desktop is auto detecting the datatype. If there is a percentage symbol in the value it must be translating the value to text. As opposed to the live connection, when the Desktop just acts as the connection to the cube.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2016 01:35:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-15T01:35:01Z</dc:date>
    <item>
      <title>SSAS to Power bi Percentage symbol issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/39168#M1198</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am connecting to SSAS with live connection from Power BI. The issue is, we have some measures which are in % .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i am trying to create a chart using this measure, it is treated as a text field..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that this has to fixed from SSAS end. but we not able to get rid of this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any kind of help on this issue....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 05:21:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/39168#M1198</guid>
      <dc:creator>sushil9084</dc:creator>
      <dc:date>2016-05-30T05:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS to Power bi Percentage symbol issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/39502#M1206</link>
      <description>&lt;P&gt;Edit the query and do a find and replace to replace the % with nothing, then you can change the format of the column to number with percentage formats and it will show correctly. You also might need to do a divide by 100 if the 100 turns into 10000%.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 18:03:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/39502#M1206</guid>
      <dc:creator>DSimma</dc:creator>
      <dc:date>2016-05-31T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS to Power bi Percentage symbol issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/39503#M1207</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8291"&gt;@DSimma﻿&lt;/a&gt;&amp;nbsp;- you can't change data types and or format anything in the Desktop when you are connected to SSAS with live connection. The modeling is purely contained within the SSAS model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8730"&gt;@sushil9084﻿&lt;/a&gt;&amp;nbsp;What is the format&amp;nbsp;that you have the column&amp;nbsp;set as in the Model? I've never encountered this when my column is set to a percentage format.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 18:12:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/39503#M1207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T18:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS to Power bi Percentage symbol issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/42956#M1311</link>
      <description>&lt;P&gt;@Anonymous﻿&lt;/a&gt;&amp;nbsp; I've got an odd one... when I connect live to the cube, it comes over as percentage. &amp;nbsp;when I import, it comes over as text and I have to reformat it. &amp;nbsp; What causes that?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 22:06:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/42956#M1311</guid>
      <dc:creator>BarryB75</dc:creator>
      <dc:date>2016-06-14T22:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSAS to Power bi Percentage symbol issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/42985#M1312</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/10017"&gt;@BarryB75﻿&lt;/a&gt;&amp;nbsp;I would imagine it has something to do with how the Desktop is auto detecting the datatype. If there is a percentage symbol in the value it must be translating the value to text. As opposed to the live connection, when the Desktop just acts as the connection to the cube.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 01:35:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SSAS-to-Power-bi-Percentage-symbol-issue/m-p/42985#M1312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T01:35:01Z</dc:date>
    </item>
  </channel>
</rss>

