Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello,
Get used to seeing my name - I will be here for a while.
Issue #1
I have a data set that has a 'Reporting Period' column.
In this column the date format reads '31 August 2024'.
I would like to change this to 'August 2024' in Power Query so that when it comes to creating a dashboard in Report View I am able to create a drop down box with 'August 2024, September 2024, October 2024' etc etc.
How do I do that please?
Solved! Go to Solution.
@LT4RFF So, in my opinion, you should control that in Power BI Desktop. If you select the column in Power BI Desktop ( not Power Query Editor ) then you can modify the display format in the Column tools tab of the ribbon:
See this formula
= Date.ToText(Date.From("31 August 2024"),"yyyy MMMM")
Hi,
Thanks for the solution Greg_Deckler offered, and i want to offer some more information for user to refer to.
hello @LT4RFF , you can add a new custom column to format the date.
=Date.ToText([Date], [Format="MMMM yyyy", Culture="de-DE"])
Then you can put the new column to the slicer.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@LT4RFF Is that column an actual date column or is it a text column?
@LT4RFF So, in my opinion, you should control that in Power BI Desktop. If you select the column in Power BI Desktop ( not Power Query Editor ) then you can modify the display format in the Column tools tab of the ribbon:
@Greg_Deckler Thank you that was the easiest way of doing it
@v-xinruzhu-msft & @Omid_Motamedise Thank you - I tried your ways first and got into all sorts of confusing issues. My skills in PBI are minimal.
I'll be back with more questions soon!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
29 | |
26 | |
23 | |
13 | |
10 |
User | Count |
---|---|
24 | |
21 | |
17 | |
11 | |
9 |