Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 @Anonymous ,
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 @Anonymous ,
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 @Anonymous ,
Kindly restart the PowerBI desktop, it might be a glitch as I can see the QUARTER() function on my machine.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 34 | |
| 33 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 60 | |
| 39 | |
| 26 | |
| 24 |