Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
88 | |
85 | |
82 | |
65 | |
49 |
User | Count |
---|---|
138 | |
110 | |
104 | |
66 | |
64 |