Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
80 | |
53 | |
39 | |
39 |
User | Count |
---|---|
104 | |
85 | |
47 | |
44 | |
43 |