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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
ENDOFQUARTER Time Intelligence Function seems to not work correctly. What am I missing here?
Thanks
-w
@UncleLewis , Use a column like
end of qtr =
var _mod = MOD(MONTH([Date]),3)
var _rem = 3-1*if(_mod=0,3,_mod)
return EOMONTH([Date],_rem)
Endofquarter need continuous dates and end at last available date
Thanks amitchandak,
I added a date table: 1/1/2023 - 12/31/2023 and market as a Date Table.
I joined date to date in the Transaction Table (Trx)
I entered 2 transactions in the trx tabl both on 1/15/2023
Still when I use ENDOFQUARTER in Calculated Column I get 1/15/2023.
What am I missing here?
Thanks,
-w
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 99 | |
| 38 | |
| 29 | |
| 29 |