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

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

Reply
tobiasmcbride
Helper III
Helper III

Date formatting

Hi,

 

I have a spreadsheet which displays current and forecast data. I have a column which has the actual date a particular deal was closed by sales but also have data in there which is a forecast on when the deal is expected to be closed. The latter is done via quarters and the former in full dates like so:

 

CompanyExpected deal close date
ABC01/06/2018
DEFQ4 2020
GHIQ3 2020
JKLQ1 2019

 

I am trying to get these to display nicely on a scatter chart whereby the expected deal close date is on the bottom, with the size of the scatter plot being the size of the deal itself which is another column on the table.

 

However I am struggling to get these dates to display nicely. Sales don't want to put specific dates on there for forecasted deals understandably and when trying to display on a scatter graph it sortes by Q1 first rather than quarter and year (i.e. I get Q3 2019 and Q3 2020 next to each other).

 

How would it be best to solve this so we can ideally maintain this quarterly perspective in the raw data but also get it to display nicely in a scatter graph or another table by date?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @tobiasmcbride ,

 

Create two formula like below then add them to visual and sort by quanter.

 

quanter = "Q"&FORMAT(EDATE('Table'[date],-3),"Q")

year = FORMAT(EDATE('Table'[date],-3),"YYYY")

 

 

Best Regards,

Jay

Community Support Team _ Jay Wang

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

View solution in original post

2 REPLIES 2
tobiasmcbride
Helper III
Helper III

I should also point out these are fiscal quarters with a year end of 31st March each year

Anonymous
Not applicable

Hi @tobiasmcbride ,

 

Create two formula like below then add them to visual and sort by quanter.

 

quanter = "Q"&FORMAT(EDATE('Table'[date],-3),"Q")

year = FORMAT(EDATE('Table'[date],-3),"YYYY")

 

 

Best Regards,

Jay

Community Support Team _ Jay Wang

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.