The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a reference table room for Quarter. In my main table (table 1) I have to get the quarter next to the date column.
For example
the date of table 1 is 20-3-2019 then quarter should get Qtr 1 2019. So it is to check all the rows and give the quarter.
Start date | End date | room |
16-01-2019 | 15-04-2019 | Qtr 1 2019 |
16-04-2019 | 15-07-2019 | Qtr 2 2019 |
16-07-2019 | 15-10-2019 | Qtr 3 2019 |
16-10-2019 | 15-01-2020 | Qtr 4 2019 |
16-01-2020 | 30-04-2020 | Qtr 1 2020 |
Solved! Go to Solution.
You can create a column for Quater in current table with below code
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
You can create a column for Quater in current table with below code
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin