Forum Discussion
Changing data type to numeric values
- Anonymous4 years ago
Thanks for your feedback. I just opened a new pbi file and the problem disappeared.
regards
Make sure you have selected the correct data type when importing the data into Power BI within Power Query -
https://docs.microsoft.com/en-us/power-query/data-types
If you have, the simply use a Dax measure which sums your decimal or whole number columns =
Sum = Calculate(Sum(Column[1]))
Then you will be able to plot the values
- Anonymous4 years agoNot applicable
Hi, Thanks a lot for your prompt feedback.
I simply opened a new pbi file and managed to import the table with the correct format.
I think there was a problem with te first file, I'm wandering what could that be.
Thanks
- Anonymous4 years agoNot applicable
Hi Anonymous ,
There should be some thing wrong when you load data from Excel.
Could you tell me what kind of data type will the columns from your first file work like, text or others? Please show me a screenshot with your column type in first file.
I think you can change the data format in Power Query Editor and Column Tools in Report View. Or you can delete the data model and load it again.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.