Forum Discussion
Calculated column i sharepoint
The column i set to present the calculated value (differens between dates) as a number. Looking in the list it does!
But when I connect with PBI, it ends up as text!? and with 14 decimals !
Need help to convert to integer (get a error message when trying this in modelling)
or
Cut the text length, because I cannot visualize with 14 decimals....
Thanks for any help.
/Fred
Hi Anonymous ,
Different computing engines in different services are different. This is the reason why the text of the calculated column in sharepoint is displayed in PBI. You can connect through PBI, and then create a new column using DAX or M query.
https://docs.microsoft.com/en-us/dax/datediff-function-dax
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
5 Replies
- amitchandakSuper User
Anonymous , I am assuming this a column at the sharepoint. Because in power query or dax Date1 -Date 2 is a duration.
Try to change the data type to decimal with 0 decimal places
- AnonymousNot applicable
Thanks for adressing my problem.
Yes its a Sharepoint list column that is calculated as the difference between two dates. After connecting to this list the data is seen as eg 244.00000000000000 as text.
Did not work trying to change to a decimal type.
- AnonymousNot applicable
It sais, Not possible to automatic convert the column to the type decimal
- AnonymousNot applicable
- V-lianl-msftCommunity Support
Hi Anonymous ,
Different computing engines in different services are different. This is the reason why the text of the calculated column in sharepoint is displayed in PBI. You can connect through PBI, and then create a new column using DAX or M query.
https://docs.microsoft.com/en-us/dax/datediff-function-dax
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.