Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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

5 Replies

  • 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

    • Anonymous's avatar
      Anonymous
      Not 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. 

      • Anonymous's avatar
        Anonymous
        Not applicable

        It sais, Not possible to automatic convert the column to the type decimal

  • V-lianl-msft's avatar
    V-lianl-msft
    Community 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 

    https://community.powerbi.com/t5/Desktop/Calculate-difference-between-two-dates-power-query/m-p/623626 

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.