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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi.
I am trying to calculate quarter number based on Today and also add a quarter column in my date table. However, I don't have the QUARTER function available. I have all other kinds of quarter functions, ENDOFQUARTER, STARTOFQUARTER etc....
What am I doing wrong?
Thanks a lot in advance.
Solved! Go to Solution.
Hi @HLVW ,
Not sure why you don't have the quarter but you can simply make the following calculation to get the value of the Quarter:
ROUNDUP(MONTH(TODAY())/3,0)
or
ROUNDUP(MONTH(Table[Date])/3,0)
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @HLVW ,
Not sure why you don't have the quarter but you can simply make the following calculation to get the value of the Quarter:
ROUNDUP(MONTH(TODAY())/3,0)
or
ROUNDUP(MONTH(Table[Date])/3,0)
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHello @HLVW ,
Kindly restart the PowerBI desktop, it might be a glitch as I can see the QUARTER() function on my machine.
User | Count |
---|---|
98 | |
76 | |
74 | |
50 | |
27 |