Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Kpham
Resolver I
Resolver I

The specified culture is not supported. Microsoft.Data.Mashup.ValueError.Detail: en-NL

Dear Community,

 

The refresh of the data on the serivce fails, however a desktop refresh work without a problem. There is a failure message on the service: 

Kpham_0-1614334410961.png

 By a trial and error approach I have figured out that an unpivot step in the query is causing this issue. 

Kpham_1-1614334756222.png -> unpivot 

Kpham_2-1614334780822.png

 

    #"Renamed Columns" = Table.RenameColumns(#"Removed Columns1",{{"Datum waarop de eerste keer uren zijn geboekt op deze activiteit", "FRH"}, {"De eerste confirmatiedatum", "FCD"}}),
    #"Unpivoted Columns" = Table.UnpivotOtherColumns(#"Renamed Columns", {"Z_NA_QRY.Project Code", "Network", "Z_NA_QRY.WBS Element", "Network + Activity", "Activity", "Z_NA_QRY.Activity Code"}, "Attribute", "Value"),
    #"Changed Type" = Table.TransformColumnTypes(#"Unpivoted Columns",{{"Attribute", type text}, {"Value", type date}})

in
     #"Changed Type"


Does anybody know why this unpivot step is causing a data mashup error when refreshing?

1 ACCEPTED SOLUTION
Kpham
Resolver I
Resolver I

 in some cases disabling time intelligence helps:

Kpham_0-1614895144461.png

 

View solution in original post

2 REPLIES 2
Kpham
Resolver I
Resolver I

 in some cases disabling time intelligence helps:

Kpham_0-1614895144461.png

 

PhilipTreacy
Super User
Super User

Hi @Kpham 

Perhaps it's the #:Changed Type" step causing the problem because the dates are in US m/d/y format but the service is trying to change them to d/m/y?

Try changing the date using Locale.

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.