Forum Discussion
PowerBI not taking decimal values
Hi,
When I am adding decimal values in data source(MS excel) power bi not takinhg it as it is(0.4,0.5,0.6 etc..) giving only 0.
5 Replies
- prateekrainaMemorable Member
Hi Rangapbi,
Issue is in the excel. Check the format of the column.
I have tested this scenario in my local machine, i have got the values in Power BI as it is in excel.
Thanks !!
- RangapbiRegular Visitor
Hi Pratheek,
Format is fine,once we create a report with the data it shows values correctly but when we update the sheet it is not reflecting.
- AnonymousNot applicable
Make sure that you have an explicit query step that sets the data type to decimal. Format in the report is not enough. Even if the column looks like a decimal in the query editor, that is not enough. You need to put in a step that actually sets the column's data type to decimal. This has to be done in the query editor.