How to Format Dates in Power BI with an example?. Using these formatting Date options, you can extract Year, Month, Day, Day Number, Day name, Month Start and End, etc.
How to Format Dates in Power BI
To demonstrate these Power BI date formats, we are going to use the SQL table that we imported in Enter Data article.
To format dates in any table, please click the Edit Queries option under the Home tab.
Clicking the Edit Queries option opens a new window called Power Query Editor.
From the screenshot below, you can see the HireDate column. To demonstrate the Power BI date formatting options, we are going to use this column.
There are a couple of ways to format dates in power bi
The first approach to Format Dates in Power BI
Please select the Date Column, and right-click on it open the context menu. Select the Transform option and select the formatting option. For now, we are selecting the Year. It means this property extract and displays the Years from Hire date.
From the screenshot below, you can see the date and Time in the Hire date column replaced by the Extracted Year.
The second approach to Format Dates in Power BI
First, go to Transform Tab. Under this tab, you can see the Date and Time options. You can use these drop-down lists to format the dates.
Clicking the down arrow beside the Date show you the drop-down list of available date formats. For the demo purpose, we are selecting Days in Month.
From the below screenshot, you can see the date and Time in the Hire date column replaced by the total number of days in a month.
The third approach to Format Dates in Power BI
The above-specified approaches are replacing the existing column with the formatted date. But, this approach adds an extra column for the formatted date.
First, go to Add Column Tab. Under this tab, you can see the Date, Time, and Duration options. You can use these drop-down lists to format the date and Time.
Let me select Date Only option in Power BI.
Now you can see the new column (extra column) displaying the date from the Hire date
Let me Select Time Only
Now you can see the new column displaying the Time from Hire date
Let me select the name of the day
Now you can see the extra column displaying the day name. Next, hit the Close & Apply option under the Home tab to apply these changes.
Please wait until the changed are applied
Now you can see the Date, Day Name, and Time columns under the SQL Employee table.