Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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:
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.
Publishing it doesnt change that immediately, but after some time, maybe after a refresh of the data, it changes the format to:
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
Solved! Go to Solution.
@Anonymous,
Date.FromText returns a Date value. You may use Date.ToText or Text.From in the else part.
@Anonymous,
Date.FromText returns a Date value. You may use Date.ToText or Text.From in the else part.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
78 | |
76 | |
70 | |
49 | |
42 |
User | Count |
---|---|
56 | |
47 | |
33 | |
32 | |
28 |