Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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.
User | Count |
---|---|
85 | |
81 | |
64 | |
53 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |