Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
bnag
Regular Visitor

Text Quarter format to Date Quarter

Hi All,

My data has quarter values in text format (example - JAN-MAR, APR-JUNE). I want to change it to the proper Quarter Date format in Power query. 

 

Please help.

 

1 REPLY 1
v-zhangti
Community Support
Community Support

Hi, @bnag 

 

You can try the following methods. First, in the power query:

vzhangti_1-1683006192780.png

vzhangti_2-1683006250874.png

Column:

Date Quarter = 
FORMAT(DATEVALUE(YEAR(TODAY())&"/"&[Quarter.1]&"/"&"1"),"yyyy \Qq")

vzhangti_3-1683006802160.png

Is this the result you expect?

FORMAT function (DAX) - DAX | Microsoft Learn

Solved: Convert month text into date - Microsoft Power BI Community

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors