iStore Info

This Blog to Store All Information Related to Oracle EBS Apps, Useful Applications, Latest Technology.

How to Format Dates in Power BI with an example?

Credits to - https://www.tutorialgateway.org/

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.
How to Format Dates in Power BI 1
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.
How to Format Dates in Power BI 2
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.
How to Format Dates in Power BI 3
From the screenshot below, you can see the date and Time in the Hire date column replaced by the Extracted Year.
How to Format Dates in Power BI 4

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.
How to Format Dates in Power BI 5
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.
How to Format Dates in Power BI 6
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.
How to Format Dates in Power BI 7

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.
How to Format Dates in Power BI 8
Let me select Date Only option
How to Format Dates in Power BI 9
Now you can see the new column (extra column) displaying the date from the Hire date
How to Format Dates in Power BI 10
Let me Select Time Only
How to Format Dates in Power BI 11
Now you can see the new column displaying the Time from Hire date
How to Format Dates in Power BI 12
Let me select the name of the day
How to Format Dates in Power BI 13
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.
How to Format Dates in Power BI 14
Please wait until the changed are applied
How to Format Dates in Power BI 15
Now you can see the Date, Day Name, and Time columns under the SQL Employee table.
How to Format Dates in Power BI 16