Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |