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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Date.FromText converts into wrong format after publishing

Hello all

 

I have a column "QualifyingDate" with a date stored in the format yyyymmdd.

In the Power Query Editor i created a new custom column, screenshot with the code:

 

1.PNG

So it either sets the Text "Gestern" or to the date converted from yyyymmdd.

However, when looking into the dropdown slicer in Power BI Desktop it looks fine.

2.PNG

Publishing it doesnt change that immediately, but after some time, maybe after a refresh of the data, it changes the format to:

3.png

I tried using the "culture" parameter in Date.FromText and different Browsers. Settings in browser and power bi are set to de-CH.

 

PS: I think it worked lately, but i added an additional column to order "QualifyingDateForSlicer". But its only used for sorting so i dont think this could be it, or could it?

 

Thank you and kind regards

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

Date.FromText returns a Date value. You may use Date.ToText or Text.From in the else part.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

Date.FromText returns a Date value. You may use Date.ToText or Text.From in the else part.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors