March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
Good day!
I've started working on Power BI since past 2 months. I need some help.
There is a excel with Date, Month and Year column. This is how I get the excel dump.
Hence, dataset has 3 columns namely, Date, Month and Year_Temp. (Refer screenshot below)
I need to convert this information to date format (DD/MM/YYYY) to get meaningful reports. How can acheive this?
Thank you,
Venkatesh
Solved! Go to Solution.
@VenkateshC wrote:
Hi All,
Good day!
I've started working on Power BI since past 2 months. I need some help.
There is a excel with Date, Month and Year column. This is how I get the excel dump.
Hence, dataset has 3 columns namely, Date, Month and Year_Temp. (Refer screenshot below)
I need to convert this information to date format (DD/MM/YYYY) to get meaningful reports. How can acheive this?
Thank you,
Venkatesh
You can create a calculated column as
newDate = DATE(Table1[year_temp],Table1[month],Table1[date])
and then format it as DD/MM/YYYY
@VenkateshC wrote:
Hi All,
Good day!
I've started working on Power BI since past 2 months. I need some help.
There is a excel with Date, Month and Year column. This is how I get the excel dump.
Hence, dataset has 3 columns namely, Date, Month and Year_Temp. (Refer screenshot below)
I need to convert this information to date format (DD/MM/YYYY) to get meaningful reports. How can acheive this?
Thank you,
Venkatesh
You can create a calculated column as
newDate = DATE(Table1[year_temp],Table1[month],Table1[date])
and then format it as DD/MM/YYYY
Thank you Eric!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
6 | |
3 | |
2 | |
2 | |
2 |