Forum Discussion
Anonymous
5 years agoNot applicable
How to get Q1-2020 ?
Hi All
Can some one share with me Quarter field expression ? i need to get Q1-20 , Q2-20
Paul
Anonymous , You can try like
New column = "Q" & Format([date],"Q-YY")
2 Replies
- amitchandak
Super User
Anonymous , You can try like
New column = "Q" & Format([date],"Q-YY")
- mahoneypat
Microsoft Employee
You can use this expression to add a Quarter column to your Date table.
Quarter = Format('Date'[Date], "\QQ-YY")Regards,Pat