Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi @amitchandak , @Greg_Deckler ,
We have a Date in DateFormat of time stamp and i want to extract date, months, quarters and Years .
It is in Direct Query that is the main Problem Over Here..
Please guide me on this..
Thanks,
Krish...
Solved! Go to Solution.
@krrish116 - You can do the same using calculated columns using the functions mentioned below:
Year_test = YEAR('Date'[Date ID])
Qtr_test = QUARTER('Date'[Date ID])
Month_test = MONTH('Date'[Date ID])
Please mark the post as a solution and provide a 👍 if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
@krrish116 - You can do the same using calculated columns using the functions mentioned below:
Year_test = YEAR('Date'[Date ID])
Qtr_test = QUARTER('Date'[Date ID])
Month_test = MONTH('Date'[Date ID])
Please mark the post as a solution and provide a 👍 if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
User | Count |
---|---|
134 | |
68 | |
68 | |
54 | |
52 |
User | Count |
---|---|
207 | |
95 | |
64 | |
61 | |
57 |