Forum Discussion
SSAS to Power bi Percentage symbol issue
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%.
- Anonymous10 years agoNot applicable
DSimma - 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.
sushil9084 What is the format that you have the column set as in the Model? I've never encountered this when my column is set to a percentage format.
- Anonymous10 years agoNot applicable
Anonymous I've got an odd one... when I connect live to the cube, it comes over as percentage. when I import, it comes over as text and I have to reformat it. What causes that?
- Anonymous10 years agoNot applicable
Anonymous 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.