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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi All
Below expression working fine , it will return "Apr-Jun 22":-
Solved! Go to Solution.
Hi @Anonymous ,
How about this:
Qtr Current = VAR startdate = EDATE ( TODAY (), - 0 ) VAR enddate = DATE ( MAX ( 'DATE'[Year2] ), MONTH ( TODAY () ) +2 , 1 ) RETURN "Q" & FORMAT(startdate, "q") & "-" & FORMAT(startdate, "yy")
Let me know if this works 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Hi @Anonymous ,
How about this:
Qtr Current = VAR startdate = EDATE ( TODAY (), - 0 ) VAR enddate = DATE ( MAX ( 'DATE'[Year2] ), MONTH ( TODAY () ) +2 , 1 ) RETURN "Q" & FORMAT(startdate, "q") & "-" & FORMAT(startdate, "yy")
Let me know if this works 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
| Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
| Also happily accepting Kudos 🙂 |
| Feel free to connect with me on LinkedIn! | |
| #proudtobeasuperuser | |
Your expression working e fine ,
thank you very much.
my next question is , when i the month of may and june , will your expression still display Q2-22 ?
Paul
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 148 | |
| 109 | |
| 63 | |
| 37 | |
| 36 |